[Bug 512167] Re: apache overriding php's error_log setting

2010-01-26 Thread Chuck Short
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 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


[Bug 512167] Re: apache overriding php's error_log setting

2010-01-26 Thread Daniel Convissor
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
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


[Bug 512167] Re: apache overriding php's error_log setting

2010-01-26 Thread Daniel Convissor
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