marc        98/03/20 07:48:31

  Modified:    conf     srm.conf-dist-win
  Log:
  Don't do "UserDir public_html" so don't confuse people by using
  that as the default.
  
  Revision  Changes    Path
  1.9       +6 -2      apache-1.3/conf/srm.conf-dist-win
  
  Index: srm.conf-dist-win
  ===================================================================
  RCS file: /export/home/cvs/apache-1.3/conf/srm.conf-dist-win,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -r1.8 -r1.9
  --- srm.conf-dist-win 1998/03/14 19:02:20     1.8
  +++ srm.conf-dist-win 1998/03/20 15:48:31     1.9
  @@ -20,8 +20,12 @@
   
   # UserDir: The name of the directory which is appended onto a user's home
   # directory if a ~user request is recieved.
  -
  -UserDir public_html
  +#
  +# Under Win32, we do not currently try to determine the home directory of
  +# a Windows login, so one of the forms such as the below needs to be
  +# used.  See the manual for details.
  +#
  +#UserDir "/@@ServerRoot@@/users/"
   
   # DirectoryIndex: Name of the file or files to use as a pre-written HTML
   # directory index.  Separate multiple entries with spaces.
  
  
  

Reply via email to