Forum Moderators: phranque
I have searched the web and no ovbious answers. Any ideas on what would be causing this? The web site is accsing everything local.
[li2-102.members.linode.com...]
is a RSS feed I want to have my site acces as well as yahoo. or even
[li2-102.members.linode.com...]
Help please
Sincerely
Steve
10.4.13 412-recondition FailedThe precondition given in one or more of the request-header fields evaluated to false when it was tested on the server. This response code allows the client to place preconditions on the current resource metainformation (header field data) and thus prevent the requested method from being applied to a resource other than the one intended.
You'll need to investigate what request headers your browser is sending, and evaluate them in the context of what methods and features your server supports.
The most likely possibility here is that your browser is requesting something that your server is not configured to handle, such as a conditional GET, compressed content, or an unsupported or misconfigured MIME-type.
Check your raw server error log, and use the server headers checker and the browser headers checker at www.searchengineworld.com/misc/tools.htm or similar tools to check this out. You (and we) will need this information in order to figure this out.
Jim
Thanks for the info, i got it figured out. My server was running under a depericated Apache user. Since it was my server accessing my server it registered it as a bot. hence the error.
I simply changed Apache to run at a root uses which fixed the problem till I can fix the apache user group. Thanks for the help
Steve