On Mon, Sep 06, 2004 at 03:31:51PM -0700, Ben Hopkins wrote: > Here's the error log entries: > [Mon Sep 6 15:21:44 2004] [error] [client 4.42.113.186] File does not > exist: /usr/local/apache/htdocs/server-status > [Mon Sep 6 15:22:03 2004] [error] [client 4.42.113.186] File does not > exist: /usr/local/apache/htdocs/server-info
What about /perl-status? You didn't show us the def'n for /server-info. Those log entries make me wonder if Apache is reading the configuration file the way that you think it is. You may want to change the Locations to contain the same directives as one of your working Locations. I don't know how the server-status handler is implemented but are you sure that you have Apache::Status installed on your server? Have you perhaps upgraded Perl and not reinstalled this module? William -- Knowmad Services Inc. http://www.knowmad.com -- Report problems: http://perl.apache.org/bugs/ Mail list info: http://perl.apache.org/maillist/modperl.html List etiquette: http://perl.apache.org/maillist/email-etiquette.html
