12 Replies Latest reply on Jun 5, 2012 3:34 AM by jfclere

    Apache 2.2.8 /server-status

    magi

      Hi,

      I've add this section to <VirtualHost> in httpd.conf

       

      <Location /server-status>
           SetHandler server-status

           Order deny,allow
           Deny from all
           Allow from all   
          </Location>

       

       

      It works, but only for the first entry. When I try to refresh page, it turns out "HTTP Status 404", "The requested resource (/server-status) is not available."

      After restarting apache, it works, only for the first time again.

      Any ideas?

       

      Thanks in advance,

      Magdalena