]> granicus.if.org Git - apache/commitdiff
Mention that server-status pages use mod_status and also change some
authorJoshua Slive <slive@apache.org>
Wed, 21 Aug 2002 15:38:36 +0000 (15:38 +0000)
committerJoshua Slive <slive@apache.org>
Wed, 21 Aug 2002 15:38:36 +0000 (15:38 +0000)
generic domain references to use example.com.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96467 13f79535-47bb-0310-9956-ffa450edef68

docs/conf/httpd-nw.conf
docs/conf/httpd-std.conf.in
docs/conf/httpd-win.conf

index 2de7bf78f52a6e08a92a70edfad2f2de7e98d8fe..adc8edf2922f496d7c777097206d218ef4e017a3 100644 (file)
@@ -847,7 +847,8 @@ BrowserMatch "Microsoft Data Access Internet Publishing Provider" redirect-caref
 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>
@@ -860,7 +861,7 @@ BrowserMatch "^WebDrive" redirect-carefully
 #
 # 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
@@ -879,7 +880,7 @@ BrowserMatch "^WebDrive" redirect-carefully
 #<Proxy *>
 #    Order deny,allow
 #    Deny from all
-#    Allow from .your-domain.com
+#    Allow from .example.com
 #</Proxy>
 
 #
index bb746d79948d3dc871e5bebb453d947d74240c0f..ef2ab124864a0c75adff7ab6573c567081b50445 100644 (file)
@@ -939,26 +939,27 @@ BrowserMatch "Microsoft Data Access Internet Publishing Provider" redirect-caref
 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>
 
 #
@@ -971,7 +972,7 @@ BrowserMatch "^WebDrive" redirect-carefully
 #<Proxy *>
 #    Order deny,allow
 #    Deny from all
-#    Allow from .your-domain.com
+#    Allow from .example.com
 #</Proxy>
 
 #
index ec5270070c52b2e88ab225b0417396af27119a8e..48f40fd4455bcd92c6def616f1de69cf83525216 100644 (file)
@@ -848,7 +848,8 @@ BrowserMatch "Microsoft Data Access Internet Publishing Provider" redirect-caref
 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>
@@ -861,7 +862,7 @@ BrowserMatch "^WebDrive" redirect-carefully
 #
 # 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
@@ -880,7 +881,7 @@ BrowserMatch "^WebDrive" redirect-carefully
 #<Proxy *>
 #    Order deny,allow
 #    Deny from all
-#    Allow from .your-domain.com
+#    Allow from .example.com
 #</Proxy>
 
 #