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.