You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by ma...@apache.org on 2001/08/29 14:35:21 UTC

cvs commit: httpd-2.0/docs/conf highperformance-std.conf httpd-win.conf magic

martin      01/08/29 05:35:21

  Modified:    .        CHANGES
               docs/conf highperformance-std.conf httpd-win.conf magic
  Log:
  Finish documenting /manual location change
  
  Revision  Changes    Path
  1.342     +5 -0      httpd-2.0/CHANGES
  
  Index: CHANGES
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/CHANGES,v
  retrieving revision 1.341
  retrieving revision 1.342
  diff -u -r1.341 -r1.342
  --- CHANGES	2001/08/28 23:16:12	1.341
  +++ CHANGES	2001/08/29 12:35:20	1.342
  @@ -1,5 +1,10 @@
   Changes with Apache 2.0.25-dev
   
  +  *) Move the installed /manual directory out of the /htdocs/ tree, so
  +     that it can be kept more independently from the remaining document
  +     root. The "Alias /manual ..." already allowed for easy projection
  +     into existing private document trees. [Martin Kraemer]
  +
     *) Add specified user attributes to the environment when using
        mod_auth_ldap. This allows you to use mod_include to embed specified
        user attributes in a page like so:
  
  
  
  1.7       +1 -1      httpd-2.0/docs/conf/highperformance-std.conf
  
  Index: highperformance-std.conf
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/docs/conf/highperformance-std.conf,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- highperformance-std.conf	2001/08/27 20:55:09	1.6
  +++ highperformance-std.conf	2001/08/29 12:35:20	1.7
  @@ -1,6 +1,6 @@
   # Ha, you're reading this config file looking for the easy way out!
   # "how do I make my apache server go really really fast??"
  -# Well you could start by reading the htdocs/manual/misc/perf-tuning.html
  +# Well you could start by reading the /manual/misc/perf-tuning.html
   # page.  But, we'll give you a head start.
   #
   # This config file is small, it is probably not what you'd expect on a
  
  
  
  1.38      +3 -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.37
  retrieving revision 1.38
  diff -u -r1.37 -r1.38
  --- httpd-win.conf	2001/08/28 15:29:21	1.37
  +++ httpd-win.conf	2001/08/29 12:35:20	1.38
  @@ -416,13 +416,13 @@
   </Directory>
   
   #
  -# This should be changed to the ServerRoot/htdocs/manual/.  The alias provides
  +# This should be changed to the ServerRoot/manual/.  The alias provides
   # the manual, even if you choose to move your DocumentRoot.  You may comment
   # this out if you do not care for the documentation.
   #
  -Alias /manual "@@ServerRoot@@/htdocs/manual"
  +Alias /manual "@@ServerRoot@@/manual"
   
  -<Directory "@@ServerRoot@@/htdocs/manual/">
  +<Directory "@@ServerRoot@@/manual/">
       Options Indexes FollowSymLinks MultiViews
       AllowOverride None
       Order allow,deny
  
  
  
  1.2       +1 -1      httpd-2.0/docs/conf/magic
  
  Index: magic
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/docs/conf/magic,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- magic	1999/08/24 05:33:46	1.1
  +++ magic	2001/08/29 12:35:21	1.2
  @@ -1,5 +1,5 @@
   # Magic data for mod_mime_magic Apache module (originally for file(1) command)
  -# The module is described in htdocs/manual/mod/mod_mime_magic.html
  +# The module is described in /manual/mod/mod_mime_magic.html
   #
   # The format is 4-5 columns:
   #    Column #1: byte number to begin checking from, ">" indicates continuation