|
cgi error log not showing up
I'm running Apache and I added the following to the configuration file:
ScriptLog /var/log/httpd/cgi/cgi_errors_log
ScriptLogBuffer 512
ScriptLogLength 500000
The directory /var/log/httpd/cgi is writeable by anyone
I restarted apache, but when my cgi script (a C program) is executed and I get the 500 Internal Server Error, no log file shows up in /var/log/httpd/cgi
The regular error log simply has "Premature end of scriptheaders: clientreg.cgi"
The CGI works. I mean, I introduced a bug and it's not working at the moment, but it worked prior to introducing the bug, so CGIs do run.
|