From: Joshua Slive Date: Wed, 21 Aug 2002 15:38:36 +0000 (+0000) Subject: Mention that server-status pages use mod_status and also change some X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=9d689d0399edd16e5830d31db95b467370a563aa;p=apache Mention that server-status pages use mod_status and also change some 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 --- diff --git a/docs/conf/httpd-nw.conf b/docs/conf/httpd-nw.conf index 2de7bf78f5..adc8edf292 100644 --- a/docs/conf/httpd-nw.conf +++ b/docs/conf/httpd-nw.conf @@ -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. # # @@ -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. # # # SetHandler server-info @@ -879,7 +880,7 @@ BrowserMatch "^WebDrive" redirect-carefully # # Order deny,allow # Deny from all -# Allow from .your-domain.com +# Allow from .example.com # # diff --git a/docs/conf/httpd-std.conf.in b/docs/conf/httpd-std.conf.in index bb746d7994..ef2ab12486 100644 --- a/docs/conf/httpd-std.conf.in +++ b/docs/conf/httpd-std.conf.in @@ -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. # # # SetHandler server-status # Order deny,allow # Deny from all -# Allow from .your-domain.com +# Allow from .example.com # # # 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. # # # SetHandler server-info # Order deny,allow # Deny from all -# Allow from .your-domain.com +# Allow from .example.com # # @@ -971,7 +972,7 @@ BrowserMatch "^WebDrive" redirect-carefully # # Order deny,allow # Deny from all -# Allow from .your-domain.com +# Allow from .example.com # # diff --git a/docs/conf/httpd-win.conf b/docs/conf/httpd-win.conf index ec5270070c..48f40fd445 100644 --- a/docs/conf/httpd-win.conf +++ b/docs/conf/httpd-win.conf @@ -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. # # @@ -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. # # # SetHandler server-info @@ -880,7 +881,7 @@ BrowserMatch "^WebDrive" redirect-carefully # # Order deny,allow # Deny from all -# Allow from .your-domain.com +# Allow from .example.com # #