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
 *) I restarted 'httpd'

 But my webserver is still generating a *big-size* error_log file.

 Any suggestion? Thank you very much.

 -
 The official User-To-User support forum of the Apache HTTP Server
 Project.
 See URL:http://httpd.apache.org/userslist.html for more info.
 To unsubscribe, e-mail: [EMAIL PROTECTED]
  from the digest: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]


-
The official User-To-User support forum of the Apache HTTP Server Project.
See URL:http://httpd.apache.org/userslist.html for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
  from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



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 URL:http://httpd.apache.org/userslist.html for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
 from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



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

-
The official User-To-User support forum of the Apache HTTP Server Project.
See URL:http://httpd.apache.org/userslist.html for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
  from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




-
The official User-To-User support forum of the Apache HTTP Server Project.
See URL:http://httpd.apache.org/userslist.html for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
 from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]