RE: [PHP] error_log not obeyed

2001-07-03 Thread ..s.c.o.t.t..
does the directory exist? does php or apache have the right to create new files in /var/www/logs/? if the file exists, are the permissions set correctly on it? keep in mind that the user that owns apache usually has very limited powers -Original Message- From: [EMAIL PROTECTED]

Re: [PHP] error_log not obeyed

2001-07-03 Thread Arcady Genkin
[message format fixed] ..s.c.o.t.t.. [EMAIL PROTECTED] writes: I'm trying to send PHP errors into a separate log file. I have the following in php.ini: log_errors = On error_log = /var/www/logs/php-errors.log After apache restarted the errors are now being sent to apache's

Re: [PHP] error_log not obeyed

2001-07-03 Thread Zak Greant
Arcady Genkin wrote: [message format fixed] ..s.c.o.t.t.. [EMAIL PROTECTED] writes: I'm trying to send PHP errors into a separate log file. I have the following in php.ini: log_errors = On error_log = /var/www/logs/php-errors.log After apache restarted the errors are