From: pcs Date: Sun, 24 Jan 1999 22:34:37 +0000 (+0000) Subject: Update default path to installed httpd binary X-Git-Tag: 1.3.5~32 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=71e28dfe3ebf4cdbde4747d9fbeada16ef1de9e7;p=apache Update default path to installed httpd binary git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@82696 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/misc/security_tips.html b/docs/manual/misc/security_tips.html index 0a9f185c45..32799b76d8 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/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
 

You can create an htdocs subdirectory which is modifiable by other