pcs         99/01/24 14:34:37

  Modified:    htdocs/manual/misc security_tips.html
  Log:
  Update default path to installed httpd binary
  
  Revision  Changes    Path
  1.19      +4 -4      apache-1.3/htdocs/manual/misc/security_tips.html
  
  Index: security_tips.html
  ===================================================================
  RCS file: /export/home/cvs/apache-1.3/htdocs/manual/misc/security_tips.html,v
  retrieving revision 1.18
  retrieving revision 1.19
  diff -u -r1.18 -r1.19
  --- security_tips.html        1998/09/17 14:14:53     1.18
  +++ security_tips.html        1999/01/24 22:34:37     1.19
  @@ -48,10 +48,10 @@
   similarly protected:
   
   <BLOCKQUOTE><PRE>
  -    cp httpd /usr/local/apache/sbin
  -    chown 0 /usr/local/apache/sbin/httpd
  -    chgrp 0 /usr/local/apache/sbin/httpd
  -    chmod 511 /usr/local/apache/sbin/httpd
  +    cp httpd /usr/local/apache/bin
  +    chown 0 /usr/local/apache/bin/httpd
  +    chgrp 0 /usr/local/apache/bin/httpd
  +    chmod 511 /usr/local/apache/bin/httpd
   </PRE></BLOCKQUOTE>
   
   <P>You can create an htdocs subdirectory which is modifiable by other
  
  
  

Reply via email to