PHP 5.3 Not Logging
- by BHare
I have set error_log = "/var/log/apache2/php_errors.log" and made sure errors were being logged. I have set the file to be owned by the www-data owner and group and even set the permissions to 777.
I have confirmed with phpinfo() that the error_log is correctly set, however
The logging still only happens in my vhost's apache error log.
The…