You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by wr...@apache.org on 2001/02/16 18:59:24 UTC

cvs commit: apache-1.3/conf httpd.conf-dist-nw

wrowe       01/02/16 09:59:24

  Modified:    conf     httpd.conf-dist-nw
  Log:
    A quick fix from Brad Nicholes <bn...@novell.com> for mod_userdir
    to recognize the user's home directory, since Netware doesn't implement
    the get home directory mechanics.
  
  Revision  Changes    Path
  1.7       +1 -1      apache-1.3/conf/httpd.conf-dist-nw
  
  Index: httpd.conf-dist-nw
  ===================================================================
  RCS file: /home/cvs/apache-1.3/conf/httpd.conf-dist-nw,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- httpd.conf-dist-nw	2001/02/12 15:53:27	1.6
  +++ httpd.conf-dist-nw	2001/02/16 17:59:21	1.7
  @@ -288,7 +288,7 @@
   # directory if a ~user request is received.
   #
   <IfModule mod_userdir.c>
  -    UserDir public_html
  +    UserDir /home/*/public_html
   </IfModule>
   
   #