Results 1 to 1 of 1
Hi,
I am running PHP through mod_fcgid on Apache/Debian Lenny.
The php.ini file that's being read says the error log should be at /var/log/php5-cgi.log but the file doesn't exist. Why ...
- 04-07-2011 #1Just Joined!
- Join Date
- Apr 2011
- Posts
- 2
PHP CGI log
Hi,
I am running PHP through mod_fcgid on Apache/Debian Lenny.
The php.ini file that's being read says the error log should be at /var/log/php5-cgi.log but the file doesn't exist. Why would this be? The relevant parts of my php.ini file look like this.
log_errors = On
error_log = /var/log/php5-cgi.log
Seems pretty simple, but can't work out why the errors aren't there.
Thanks.


Reply With Quote
