You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@httpd.apache.org by Krist van Besien <kr...@gmail.com> on 2005/07/07 12:53:19 UTC

[users@httpd] Error message

Hello,

does someone know what this means:

[Wed Jul 06 15:23:18 2005] [error] [client 127.0.0.1] request failed:
error reading the headers, referer:
http://xxx.yyy.ch:7100/Portal?cmd=CCI&xmla

Krist
-- 
krist.vanbesien@gmail.com
Solothurn, Switzerland

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
   "   from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org


Re: [users@httpd] Error message

Posted by Miguel <sy...@gvi.com.br>.
You're probably using any suexec or suphp and your script or the 
directory containing it has the file mode 'w' enabled for group and others.
Something like this happened to me once. You may use `chmod go-w $file` 
on it. If I am wrong, reply with more info.

Andre Miguel.


Krist van Besien wrote:
>Hello,
>
>does someone know what this means:
>
>[Wed Jul 06 15:23:18 2005] [error] [client 127.0.0.1] request failed:
>error reading the headers, referer:
>http://xxx.yyy.ch:7100/Portal?cmd=CCI&xmla
>
>Krist
>  
.

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
   "   from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org