You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@httpd.apache.org by Liu JinGang <li...@cn.fujitsu.com> on 2011/05/25 03:01:04 UTC

[users@httpd] Apache ErrorLog(CGI) transfer to syslog is hang

Hello:

I have a problem that as following, I hope that someone can give me an answer.

I've just been doing some debugging of a CGI file. In doing so I was 
outputting a large amount of information to STDERR. During this I found that 
this would hang the apache handler process. Reducing the output is a workaround.

httpd.conf:
-----------------
...
<VirtualHost _default_:82>
#  General setup for the virtual host
ErrorLog syslog 
...
</VirtualHost>
...
-------------------



---------------------------------------------------------------------
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