Never mind. Apache didn't have permissions to create the error log. Here's how to resolve it:
mkdir /var/log/php5 chown root:www-data /var/log/php5 chmod 775 /var/log/php5 Now edit php.ini: error_log = /var/log/php5/php_errors.log Sorry for the noise. ** Changed in: apache2 (Ubuntu) Status: Incomplete => Invalid -- apache overriding php's error_log setting https://bugs.launchpad.net/bugs/512167 You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to apache2 in ubuntu. -- Ubuntu-server-bugs mailing list Ubuntu-server-bugs@lists.ubuntu.com Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs