]> granicus.if.org Git - apache/commitdiff
Update default path to installed httpd binary
authorpcs <pcs@unknown>
Sun, 24 Jan 1999 22:34:37 +0000 (22:34 +0000)
committerpcs <pcs@unknown>
Sun, 24 Jan 1999 22:34:37 +0000 (22:34 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@82696 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/misc/security_tips.html

index 0a9f185c4534a3ba529e94675e30d8259b7c9913..32799b76d87fa11eed244dda4357e17426d828e7 100644 (file)
@@ -48,10 +48,10 @@ When you install the httpd executable, you should ensure that it is
 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