Hi,
da nun für jede Seite php per fcgi gestartet wird, wird jedes Notice des Interpreters im Errorlog des Apachen vermerkt. Gibts da eine schönere Alternative? Was habt ihr am Laufen?
Gruß Dani
PHP: Notice und der Apache2 Error Log mit fcgi
Re: PHP: Notice und der Apache2 Error Log mit fcgi
Folgendes sollte auch bei php-fcgi funktionieren (php.ini):
Code: Select all
error_reporting = E_ALL & ~E_NOTICE & ~E_STRICT
display_errors = Off
display_startup_errors = Off
log_errors = On
log_errors_max_len = 1024
ignore_repeated_errors = Off
ignore_repeated_source = Off
report_memleaks = On
track_errors = Off
html_errors = Off
error_log = /path/to/phperr_log
PayPal.Me/JoeUser ● FreeBSD Remote Installation
Wings for Life ● Wings for Life World Run
„If there’s more than one possible outcome of a job or task, and one
of those outcomes will result in disaster or an undesirable consequence,
then somebody will do it that way.“ -- Edward Aloysius Murphy Jr.
Wings for Life ● Wings for Life World Run
„If there’s more than one possible outcome of a job or task, and one
of those outcomes will result in disaster or an undesirable consequence,
then somebody will do it that way.“ -- Edward Aloysius Murphy Jr.
Re: PHP: Notice und der Apache2 Error Log mit fcgi
Jupp :) Das wars schon wieder
