From 186f002cbd3387a4f350be0ef4166a404a10f17c Mon Sep 17 00:00:00 2001 From: brian Date: Tue, 16 Jun 1998 03:06:04 +0000 Subject: [PATCH] PR: Update a path, and a mail alias. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@81559 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/misc/security_tips.html | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/docs/manual/misc/security_tips.html b/docs/manual/misc/security_tips.html index aa6106bf73..823ea63cc4 100644 --- a/docs/manual/misc/security_tips.html +++ b/docs/manual/misc/security_tips.html @@ -48,10 +48,10 @@ When you install the httpd executable, you should ensure that it is similarly protected:
-    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
 

You can create an htdocs subdirectory which is modifiable by other @@ -218,9 +218,9 @@ include the following line in your server configuration files:


Please send any other useful security tips to The Apache Group by filling out a -problem report, or by -sending mail to -apache-bugs@mail.apache.org +problem report. +Serious security matters should of course be sent to +security@apache.org.


-- 2.50.1