You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by br...@hyperreal.org on 1998/06/16 05:06:05 UTC

cvs commit: apache-1.3/htdocs/manual/misc security_tips.html

brian       98/06/15 20:06:05

  Modified:    htdocs/manual/misc security_tips.html
  Log:
  Update a path, and a mail alias.
  
  Revision  Changes    Path
  1.17      +7 -7      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.16
  retrieving revision 1.17
  diff -u -r1.16 -r1.17
  --- security_tips.html	1998/05/20 14:22:42	1.16
  +++ security_tips.html	1998/06/16 03:06:04	1.17
  @@ -48,10 +48,10 @@
   similarly protected:
   
   <BLOCKQUOTE><PRE>
  -    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
  +    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
   </PRE></BLOCKQUOTE>
   
   <P>You can create an htdocs subdirectory which is modifiable by other
  @@ -218,9 +218,9 @@
   <HR>
   <P>Please send any other useful security tips to The Apache Group
   by filling out a
  -<A HREF="http://www.apache.org/bug_report.html">problem report</A>, or by
  -sending mail to
  -<A HREF="mailto:apache-bugs@mail.apache.org">apache-bugs@mail.apache.org</A>
  +<A HREF="http://www.apache.org/bug_report.html">problem report</A>.  
  +Serious security matters should of course be sent to <A HREF="mailto:security@apache.org">
  +security@apache.org</A>.
   <P>
   <HR>