You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by be...@hyperreal.org on 1997/10/25 21:10:11 UTC

cvs commit: apachen/conf access.conf-dist-win httpd.conf-dist-win srm.conf-dist-win

ben         97/10/25 12:10:11

  Modified:    conf     access.conf-dist-win httpd.conf-dist-win
                        srm.conf-dist-win
  Log:
  Changes for Windows install.
  
  Revision  Changes    Path
  1.3       +1 -1      apachen/conf/access.conf-dist-win
  
  Index: access.conf-dist-win
  ===================================================================
  RCS file: /export/home/cvs/apachen/conf/access.conf-dist-win,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- access.conf-dist-win	1997/07/22 22:31:36	1.2
  +++ access.conf-dist-win	1997/10/25 19:10:09	1.3
  @@ -17,7 +17,7 @@
   
   # This should be changed to whatever you set DocumentRoot to.
   
  -<Directory /apache/htdocs>
  +<Directory "@@ServerRoot@@/htdocs">
   
   # This may also be "None", "All", or any combination of "Indexes",
   # "Includes", "FollowSymLinks", "ExecCGI", or "MultiViews".
  
  
  
  1.5       +1 -1      apachen/conf/httpd.conf-dist-win
  
  Index: httpd.conf-dist-win
  ===================================================================
  RCS file: /export/home/cvs/apachen/conf/httpd.conf-dist-win,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- httpd.conf-dist-win	1997/07/22 22:33:11	1.4
  +++ httpd.conf-dist-win	1997/10/25 19:10:10	1.5
  @@ -41,7 +41,7 @@
   # ServerRoot: The directory the server's config, error, and log files
   # are kept in
   
  -ServerRoot /apache
  +ServerRoot "@@ServerRoot@@"
   
   # BindAddress: You can support virtual hosts with this option. This option
   # is used to tell the server which IP address to listen to. It can either
  
  
  
  1.4       +1 -1      apachen/conf/srm.conf-dist-win
  
  Index: srm.conf-dist-win
  ===================================================================
  RCS file: /export/home/cvs/apachen/conf/srm.conf-dist-win,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- srm.conf-dist-win	1997/07/22 22:31:37	1.3
  +++ srm.conf-dist-win	1997/10/25 19:10:10	1.4
  @@ -16,7 +16,7 @@
   # documents. By default, all requests are taken from this directory, but
   # symbolic links and aliases may be used to point to other locations.
   
  -DocumentRoot /apache/htdocs
  +DocumentRoot "@@ServerRoot@@/htdocs"
   
   # UserDir: The name of the directory which is appended onto a user's home
   # directory if a ~user request is recieved.