Date: 07/04/01
- Next message: ..s.c.o.t.t..: "RE: [PHP] Help Meeeeeeeeeee!!!!!!"
- Previous message: David Robley: "Re: [PHP] help in getting results from mysql"
- In reply to: antipode <email protected>: "[PHP] error_log not obeyed"
- Next in thread: Arcady Genkin: "Re: [PHP] error_log not obeyed"
- Reply: Arcady Genkin: "Re: [PHP] error_log not obeyed"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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: a.genkin <email protected> [mailto:a.genkin <email protected>]On Behalf Of
> antipode <email protected>
> Sent: Tuesday, July 03, 2001 17:34
> To: php-general <email protected>
> Subject: [PHP] error_log not obeyed
>
>
> Hello:
>
> 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 error
> log, but not the one I specified. Any ideas?
>
> Thanks,
> --
> Arcady Genkin
> i=1; while 1, hilb(i); i=i+1; end
>
> --
> PHP General Mailing List (http://www.php.net/)
> To unsubscribe, e-mail: php-general-unsubscribe <email protected>
> For additional commands, e-mail: php-general-help <email protected>
> To contact the list administrators, e-mail: php-list-admin <email protected>
>
-- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: php-general-unsubscribe <email protected> For additional commands, e-mail: php-general-help <email protected> To contact the list administrators, e-mail: php-list-admin <email protected>
- Next message: ..s.c.o.t.t..: "RE: [PHP] Help Meeeeeeeeeee!!!!!!"
- Previous message: David Robley: "Re: [PHP] help in getting results from mysql"
- In reply to: antipode <email protected>: "[PHP] error_log not obeyed"
- Next in thread: Arcady Genkin: "Re: [PHP] error_log not obeyed"
- Reply: Arcady Genkin: "Re: [PHP] error_log not obeyed"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

