Re: FN-FORUM: PHP Error Logs
date posted 30th July 2007 18:41
On 30 Jul 2007, at 19:01, James Herrington wrote:
>
> Hi,
>
> Just a quick question, does anyone know where php error logs would
> be found on a standard linux webserver? I have root access, I just
> can't seem to find them!
PHP logs errors in the Apache error log.
which might be found:
/var/log/httpd/error_log
or it might not...
;)