BrowserMatch "^WebDrive" redirect-carefully
#
-# Allow server status reports, with the URL of http://servername/server-status
+# Allow server status reports generated by mod_status,
+# with the URL of http://servername/server-status
# Change the ".@@DomainName@@" to match your domain to enable.
#
#<Location /server-status>
#
# Allow remote server configuration reports, with the URL of
# http://servername/server-info (requires that mod_info.c be loaded).
-# Change the ".your-domain.com" to match your domain to enable.
+# Change the ".@@DomainName@@" to match your domain to enable.
#
#<Location /server-info>
# SetHandler server-info
#<Proxy *>
# Order deny,allow
# Deny from all
-# Allow from .your-domain.com
+# Allow from .example.com
#</Proxy>
#
BrowserMatch "^WebDrive" redirect-carefully
#
-# Allow server status reports, with the URL of http://servername/server-status
-# Change the ".your-domain.com" to match your domain to enable.
+# Allow server status reports generated by mod_status,
+# with the URL of http://servername/server-status
+# Change the ".example.com" to match your domain to enable.
#
#<Location /server-status>
# SetHandler server-status
# Order deny,allow
# Deny from all
-# Allow from .your-domain.com
+# Allow from .example.com
#</Location>
#
# Allow remote server configuration reports, with the URL of
# http://servername/server-info (requires that mod_info.c be loaded).
-# Change the ".your-domain.com" to match your domain to enable.
+# Change the ".example.com" to match your domain to enable.
#
#<Location /server-info>
# SetHandler server-info
# Order deny,allow
# Deny from all
-# Allow from .your-domain.com
+# Allow from .example.com
#</Location>
#
#<Proxy *>
# Order deny,allow
# Deny from all
-# Allow from .your-domain.com
+# Allow from .example.com
#</Proxy>
#
BrowserMatch "^WebDrive" redirect-carefully
#
-# Allow server status reports, with the URL of http://servername/server-status
+# Allow server status reports generated by mod_status,
+# with the URL of http://servername/server-status
# Change the ".@@DomainName@@" to match your domain to enable.
#
#<Location /server-status>
#
# Allow remote server configuration reports, with the URL of
# http://servername/server-info (requires that mod_info.c be loaded).
-# Change the ".your-domain.com" to match your domain to enable.
+# Change the ".@@DomainName@@" to match your domain to enable.
#
#<Location /server-info>
# SetHandler server-info
#<Proxy *>
# Order deny,allow
# Deny from all
-# Allow from .your-domain.com
+# Allow from .example.com
#</Proxy>
#