Page 1 of 1

[crit](2)No such file or directory: unable to replace stderr

PostPosted: 11. September 2007 23:45
by georgep
Hi !

This is the first time i install a WAMP ( ie on windows). On freebsd or linux it is much easyer :)

Apache starts and pretty much works but I am unable to setup an
error_log in my vhost. ( httpd.exe -S says OK) so I am guessing that it is not the vhost setup.
Any idea why logs/error.log spits out at every start :


[crit] (22)Invalid argument: unable to replace stderr with error_log
[crit] (2)No such file or directory: unable to replace stderr with /dev/null
[crit] (22)Invalid argument: unable to replace stderr with error_log
[crit] (2)No such file or directory: unable to replace stderr with /dev/null


?!?!?!??!

PostPosted: 12. September 2007 09:30
by Wiedmann
That's because you start Apache with the Control Panel.

PostPosted: 12. September 2007 10:24
by georgep
So its normal ?
How is the best way to start it ? Command line ?

what does it mean, the error?

Can anyone give me an example of a working error_log ? LogLevel warn is ok? Will it show me all errors and notices?