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)
Sta
This is happening with both PHP 5.3.2RC1 and a current checkout of the
PHP_5_3 branch. Both built from source from SVN by me to run as Apache
modules. Only one of them is installed at a time.
Apache is apache2-mpm-prefork installed via apt-get.
--
apache overriding php's error_log setting
http
Ok before we go any further we need the following:
- Which version of php are you using?
- Are you using php as a cgi or using mod_php?
Thanks
chuck
** Changed in: apache2 (Ubuntu)
Importance: Undecided => Low
** Changed in: apache2 (Ubuntu)
Status: New => Incomplete
--
apache overr