You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by fi...@hyperreal.org on 1998/10/03 13:13:31 UTC

cvs commit: apache-1.3/conf srm.conf-dist

fielding    98/10/03 04:13:31

  Modified:    conf     srm.conf-dist
  Log:
  @@UserDir@@ does not exist, so back that part of last patch out.
  
  Revision  Changes    Path
  1.28      +1 -1      apache-1.3/conf/srm.conf-dist
  
  Index: srm.conf-dist
  ===================================================================
  RCS file: /home/cvs/apache-1.3/conf/srm.conf-dist,v
  retrieving revision 1.27
  retrieving revision 1.28
  diff -u -r1.27 -r1.28
  --- srm.conf-dist	1998/10/03 11:05:06	1.27
  +++ srm.conf-dist	1998/10/03 11:13:31	1.28
  @@ -17,7 +17,7 @@
   # UserDir: The name of the directory which is appended onto a user's home
   # directory if a ~user request is recieved.
   
  -UserDir "@@UserDir@@"
  +UserDir public_html
   
   # DirectoryIndex: Name of the file or files to use as a pre-written HTML
   # directory index.  Separate multiple entries with spaces.