marc        98/07/16 13:24:41

  Modified:    conf     access.conf-dist-win httpd.conf-dist-win
  Log:
  A few minor win32 cleanups.  More work is required to make the
  *-win files make sense.
  
  Revision  Changes    Path
  1.9       +5 -4      apache-1.3/conf/access.conf-dist-win
  
  Index: access.conf-dist-win
  ===================================================================
  RCS file: /export/home/cvs/apache-1.3/conf/access.conf-dist-win,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -r1.8 -r1.9
  --- access.conf-dist-win      1998/06/08 14:37:26     1.8
  +++ access.conf-dist-win      1998/07/16 20:24:40     1.9
  @@ -18,10 +18,11 @@
   # First, we configure the "default" to be a very restrictive set of 
   # permissions.  
   
  -<Directory />
  -Options FollowSymLinks
  -AllowOverride None
  -</Directory>
  +# XXXX disabled because it is currently broken on Win32
  +#<Directory />
  +#Options FollowSymLinks
  +#AllowOverride None
  +#</Directory>
   
   # Note that from this point forward you must specifically allow
   # particular features to be enabled - so if something's not working as
  
  
  
  1.16      +0 -5      apache-1.3/conf/httpd.conf-dist-win
  
  Index: httpd.conf-dist-win
  ===================================================================
  RCS file: /export/home/cvs/apache-1.3/conf/httpd.conf-dist-win,v
  retrieving revision 1.15
  retrieving revision 1.16
  diff -u -r1.15 -r1.16
  --- httpd.conf-dist-win       1998/06/08 14:37:26     1.15
  +++ httpd.conf-dist-win       1998/07/16 20:24:40     1.16
  @@ -47,11 +47,6 @@
   
   # If you wish httpd to run as a different user or group, you must run
   # httpd as root initially and it will switch.  
  -
  -# User/Group: The name (or #number) of the user/group to run httpd as.
  -User nobody
  -Group #-1
  -
   # ServerAdmin: Your address, where problems with the server should be
   # e-mailed.
   
  
  
  

Reply via email to