Re: [EMAIL PROTECTED] How not to generate error_log

2006-12-21 Thread thomas Armstrong
Hi Stefan. It works! Thank you very much! On 12/21/06, Stefan Schneider <[EMAIL PROTECTED]> wrote: Hi Thomas, > Using Apache 2.0.59 on Linux FC6, I'd like not to generate error_log "ErrorLog /dev/null" Does the trick here :) Cheers, Stefan --

Re: [EMAIL PROTECTED] How not to generate error_log

2006-12-21 Thread Stefan Schneider
Hi Thomas, Using Apache 2.0.59 on Linux FC6, I'd like not to generate error_log "ErrorLog /dev/null" Does the trick here :) Cheers, Stefan - The official User-To-User support forum of the Apache HTTP Server Project. See http

Re: [EMAIL PROTECTED] How not to generate error_log

2006-12-21 Thread POLONKAI Gergely
And what does that error log contains? thomas Armstrong írta: > Hi. > > Using Apache 2.0.59 on Linux FC6, I'd like not to generate error_log > file (it contains > lots of PHP warnings). > > *) Within 'httpd.conf', I remove all references to ErrorLog > *) Within 'php.ini' I set: log_errors = Off >

[EMAIL PROTECTED] How not to generate error_log

2006-12-21 Thread thomas Armstrong
Hi. Using Apache 2.0.59 on Linux FC6, I'd like not to generate error_log file (it contains lots of PHP warnings). *) Within 'httpd.conf', I remove all references to ErrorLog *) Within 'php.ini' I set: log_errors = Off *) I restarted 'httpd' But my webserver is still generating a *big-size* erro