You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by Dean Gaudet <dg...@hyperreal.com> on 1997/05/04 22:18:07 UTC

cvs commit: apache/conf httpd.conf-dist

dgaudet     97/05/04 13:18:06

  Modified:    conf      httpd.conf-dist
  Log:
  PR#536, improve documentation of shared memory problem on hpux
  
  Revision  Changes    Path
  1.13      +2 -0      apache/conf/httpd.conf-dist
  
  Index: httpd.conf-dist
  ===================================================================
  RCS file: /export/home/cvs/apache/conf/httpd.conf-dist,v
  retrieving revision 1.12
  retrieving revision 1.13
  diff -C3 -r1.12 -r1.13
  *** httpd.conf-dist	1997/03/17 08:18:19	1.12
  --- httpd.conf-dist	1997/05/04 20:18:04	1.13
  ***************
  *** 27,32 ****
  --- 27,34 ----
    
    # User/Group: The name (or #number) of the user/group to run httpd as.
    #  On SCO (ODT 3) use User nouser and Group nogroup
  + #  On HPUX you may not be able to use shared memory as nobody, and the
  + #  suggested workaround is to create a user www and use that user.
    User nobody
    Group #-1