Re: [PHP] Production Websites (error loggin)

2004-01-03 Thread Marek Kilimajer
Does apache have permissions to write to the file and directory?

Aidan Lister wrote:
If anyone has successfully got php error logging working on a production
website, could you please reply with the steps taken?
I'm using RH7.3, Apache1.3x, PHP4.3x

My php.ini has:

log_errors = On
error_log = /var/log/httpd/php/error_log
However the errorlog is never created.

Thanks for any help.

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


Re: [PHP] Production Websites (error loggin)

2004-01-03 Thread Aidan Lister
I can't belive it...

I checked the file permissions on so many occasions, I even used
/tmp/phperror_log just to make sure (why that doesn't work I'm not sure).

However sure enough, the directory wasn't world writeable.

Thanks Marek, I really appreciate your help.


Marek Kilimajer [EMAIL PROTECTED] wrote in message
news:[EMAIL PROTECTED]
 Does apache have permissions to write to the file and directory?

 Aidan Lister wrote:
  If anyone has successfully got php error logging working on a production
  website, could you please reply with the steps taken?
 
  I'm using RH7.3, Apache1.3x, PHP4.3x
 
  My php.ini has:
 
  log_errors = On
  error_log = /var/log/httpd/php/error_log
 
  However the errorlog is never created.
 
  Thanks for any help.
 

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



[PHP] Production Websites (error loggin)

2004-01-02 Thread Aidan Lister
If anyone has successfully got php error logging working on a production
website, could you please reply with the steps taken?

I'm using RH7.3, Apache1.3x, PHP4.3x

My php.ini has:

log_errors = On
error_log = /var/log/httpd/php/error_log

However the errorlog is never created.

Thanks for any help.

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php