From: Tony Stevenson Date: Mon, 24 Dec 2007 23:57:54 +0000 (+0000) Subject: As per PR 43890. Fixed location paths to point to /usr/local/apache2/bin/ X-Git-Tag: 2.3.0~1102 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e51619105b938a9c292e96db89ddd9c4ce459764;p=apache As per PR 43890. Fixed location paths to point to /usr/local/apache2/bin/ git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@606748 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/suexec.html.en b/docs/manual/suexec.html.en index cc3d48b00b..bf4f499451 100644 --- a/docs/manual/suexec.html.en +++ b/docs/manual/suexec.html.en @@ -446,7 +446,7 @@ command make install to install them. The binary image suexec is installed in the directory defined by the --sbindir option. The default location is - "/usr/local/apache2/sbin/suexec".
+ "/usr/local/apache2/bin/suexec".
Please note that you need root privileges for the installation step. In order for the wrapper to set the user ID, it must be installed as @@ -472,7 +472,7 @@

and suexec is installed at - "/usr/local/apache2/sbin/suexec", you should run:

+ "/usr/local/apache2/bin/suexec", you should run:

chgrp webgroup /usr/local/apache2/bin/suexec
diff --git a/docs/manual/suexec.xml b/docs/manual/suexec.xml index fd033adc9a..a09712847f 100644 --- a/docs/manual/suexec.xml +++ b/docs/manual/suexec.xml @@ -1,4 +1,4 @@ - + @@ -437,7 +437,7 @@ command make install to install them. The binary image suexec is installed in the directory defined by the --sbindir option. The default location is - "/usr/local/apache2/sbin/suexec".
+ "/usr/local/apache2/bin/suexec".
Please note that you need root privileges for the installation step. In order for the wrapper to set the user ID, it must be installed as @@ -463,7 +463,7 @@

and suexec is installed at - "/usr/local/apache2/sbin/suexec", you should run:

+ "/usr/local/apache2/bin/suexec", you should run:

chgrp webgroup /usr/local/apache2/bin/suexec