Hi,
 
I have a virtual host which I want to have server-status on
 
<VirtualHost 212.165.120.221:80>
        ServerName trench.bgan.xantic.net
        <Location /server-status>
                SetHandler server-status
                Order deny,allow
                Allow from all
        </Location>
</VirtualHost>
 
But this does not seem to work.  When I request /server-status on the normal
host addresses, it works fine.
 
Am I missing something ?
 
 
Thanks
 
 
john
 

Reply via email to