I am trying to move over to Gentoo Apache the settings I had in my old 
httpd.conf file under Windows Apache.  

One setting that came in real handy was ScriptLog for tracking down cgi 
errors.  

I tried adding it to the /etc/apache/conf/apache.conf file like so....

ErrorLog logs/error_log
## Added ScriptLog for better cgi error logging.
ScriptLog logs/cgi_error_log
LogLevel warn

I then tried starting apache like so....

/etc/init.d/apache start

And was greeted by.....

Syntax error on line 13 of /etc/apache/conf/apache.conf:
Invalid command 'ScriptLog', perhaps mis-spelled or defined by a module not 
included in the server configuration                                                   
                             
[ !! ]

When I tried adding it to the /etc/apache/conf/commonapache.conf file the 
ScriptLog directive was completely ignored.  

I know that the ScriptLog directive is valid for apache 1.3.27 based on 
http://httpd.apache.org/docs/mod/mod_cgi.html#scriptlog so why can't I get it 
to work?  

Any insight or suggestions would be most appreicated.  

Thanks.  

Carlos 
www.internetsuccess.ca 


--
[EMAIL PROTECTED] mailing list

Reply via email to