You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by sl...@apache.org on 2002/08/21 17:38:36 UTC

cvs commit: httpd-2.0/docs/conf httpd-nw.conf httpd-std.conf.in httpd-win.conf

slive       2002/08/21 08:38:36

  Modified:    docs/conf httpd-nw.conf httpd-std.conf.in httpd-win.conf
  Log:
  Mention that server-status pages use mod_status and also change some
  generic domain references to use example.com.
  
  Revision  Changes    Path
  1.20      +4 -3      httpd-2.0/docs/conf/httpd-nw.conf
  
  Index: httpd-nw.conf
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/docs/conf/httpd-nw.conf,v
  retrieving revision 1.19
  retrieving revision 1.20
  diff -u -d -b -u -r1.19 -r1.20
  --- httpd-nw.conf	15 Jul 2002 20:17:25 -0000	1.19
  +++ httpd-nw.conf	21 Aug 2002 15:38:36 -0000	1.20
  @@ -847,7 +847,8 @@
   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 @@
   #
   # 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 @@
   #<Proxy *>
   #    Order deny,allow
   #    Deny from all
  -#    Allow from .your-domain.com
  +#    Allow from .example.com
   #</Proxy>
   
   #
  
  
  
  1.14      +7 -6      httpd-2.0/docs/conf/httpd-std.conf.in
  
  Index: httpd-std.conf.in
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/docs/conf/httpd-std.conf.in,v
  retrieving revision 1.13
  retrieving revision 1.14
  diff -u -d -b -u -r1.13 -r1.14
  --- httpd-std.conf.in	15 Jul 2002 20:17:25 -0000	1.13
  +++ httpd-std.conf.in	21 Aug 2002 15:38:36 -0000	1.14
  @@ -939,26 +939,27 @@
   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 @@
   #<Proxy *>
   #    Order deny,allow
   #    Deny from all
  -#    Allow from .your-domain.com
  +#    Allow from .example.com
   #</Proxy>
   
   #
  
  
  
  1.65      +4 -3      httpd-2.0/docs/conf/httpd-win.conf
  
  Index: httpd-win.conf
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/docs/conf/httpd-win.conf,v
  retrieving revision 1.64
  retrieving revision 1.65
  diff -u -d -b -u -r1.64 -r1.65
  --- httpd-win.conf	15 Jul 2002 20:17:26 -0000	1.64
  +++ httpd-win.conf	21 Aug 2002 15:38:36 -0000	1.65
  @@ -848,7 +848,8 @@
   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 @@
   #
   # 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 @@
   #<Proxy *>
   #    Order deny,allow
   #    Deny from all
  -#    Allow from .your-domain.com
  +#    Allow from .example.com
   #</Proxy>
   
   #