Anand R wrote: > > # ScoreBoardFile: File used to store internal server process information. > # Not all architectures require this. But if yours does (you'll know > because > # this file will be created when you run Apache) then you *must* ensure > that > # no two invocations of Apache share the same scoreboard file. > # > ScoreBoardFile logs/apache_runtime_status > > This should help you, > -Anand
Thanks for your answer, but I'm not sure how this should help me. Can I (and how) use Apache::Scoreboard to access full child's request record incl. virtual host name? - Robert > ----- Original Message ----- > From: Robert <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Sent: Thursday, December 13, 2001 11:38 AM > Subject: Apache::Scoreboard question > > > Hi, > > > > can Apache::Scoreboard be extended that with last request per child it > > would also return the corresponding virtual host name? I would be > > usefull for Apache::VMonitor. Thanks.