Commit 39ae87fa authored by pcs's avatar pcs
Browse files

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
parent 6ce52c17
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -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