Re: When is Apache->server->log_error available?

2002-09-19 Thread Geoffrey Young
Ken Miller wrote: > I'd like to write some status messages to the error_log during server > startup. So, I tried > > Apache->server->log_error( "..." ) > > but it doesn't work. This works fine in the child processes. Is the log > file not ready to write to during server startup? Printin

When is Apache->server->log_error available?

2002-09-18 Thread Ken Miller
I'd like to write some status messages to the error_log during server startup. So, I tried Apache->server->log_error( "..." ) but it doesn't work. This works fine in the child processes. Is the log file not ready to write to during server startup? Printing to STDERR does not work either.