From 71e28dfe3ebf4cdbde4747d9fbeada16ef1de9e7 Mon Sep 17 00:00:00 2001 From: pcs Date: Sun, 24 Jan 1999 22:34:37 +0000 Subject: [PATCH] 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 --- docs/manual/misc/security_tips.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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 -- 2.50.1