The MU forums have moved to WordPress.org

Getting server-status working (1 post)

  1. aroxo
    Member
    Posted 14 years ago #

    Hey All,

    I've got a perfectly happy set up wpmu, all working fine. Now I want to get /server-status to show the Apache server status, but the LOCATION is currently being captured and processed by wmpu, not as determined in the .conf.

    Any ideas how I determine precedence in the Apache config? i.e. I want this:

    <Location /server-status>
        SetHandler server-status
    #    Order deny,allow
    #    Deny from all
    #    Allow from .example.com
    </Location>

    To override this:

    <VirtualHost *:80>
        DocumentRoot /...
        ServerName ...
        ServerAlias *....
    </VirtualHost>

    Any ideas? Thanks in advance!

About this Topic

  • Started 14 years ago by aroxo