You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by pc...@apache.org on 2007/12/25 01:32:08 UTC

svn commit: r606750 - in /httpd/httpd/branches/2.0.x/docs/manual: suexec.html.en suexec.xml

Author: pctony
Date: Mon Dec 24 16:32:07 2007
New Revision: 606750

URL: http://svn.apache.org/viewvc?rev=606750&view=rev
Log:
Rolled back as part of PR 43890

Modified:
    httpd/httpd/branches/2.0.x/docs/manual/suexec.html.en
    httpd/httpd/branches/2.0.x/docs/manual/suexec.xml

Modified: httpd/httpd/branches/2.0.x/docs/manual/suexec.html.en
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.0.x/docs/manual/suexec.html.en?rev=606750&r1=606749&r2=606750&view=diff
==============================================================================
--- httpd/httpd/branches/2.0.x/docs/manual/suexec.html.en (original)
+++ httpd/httpd/branches/2.0.x/docs/manual/suexec.html.en Mon Dec 24 16:32:07 2007
@@ -373,7 +373,7 @@
       <dd>The path to the <code>suexec</code> binary must be hard-coded
       in the server for security reasons. Use this option to override
       the default path. <em>e.g.</em>
-      <code>--with-suexec-bin=/usr/sbin/suexec</code></dd>
+      <code>--with-suexec-bin=/usr/bin/suexec</code></dd>
 
       <dt><code>--with-suexec-caller=<em>UID</em></code></dt>
 
@@ -446,7 +446,7 @@
     command <code>make install</code> to install them. The binary image
     <code>suexec</code> is installed in the directory defined by the
     <code>--sbindir</code> option. The default location is
-    "/usr/local/apache2/sbin/suexec".<br />
+    "/usr/local/apache2/bin/suexec".<br />
      Please note that you need <strong><em>root
     privileges</em></strong> for the installation step. In order
     for the wrapper to set the user ID, it must be installed as
@@ -472,7 +472,7 @@
 </code></p></div>
 
     <p>and <code class="program"><a href="./programs/suexec.html">suexec</a></code> is installed at
-    "/usr/local/apache2/sbin/suexec", you should run:</p>
+    "/usr/local/apache2/bin/suexec", you should run:</p>
 
 <div class="example"><p><code>
     chgrp webgroup /usr/local/apache2/bin/suexec<br />
@@ -489,7 +489,7 @@
     <p>Upon startup of Apache, it looks for the file
     <code class="program"><a href="./programs/suexec.html">suexec</a></code> in the directory defined by the
     <code>--sbindir</code> option (default is
-    "/usr/local/apache/sbin/suexec"). If Apache finds a properly
+    "/usr/local/apache/bin/suexec"). If Apache finds a properly
     configured suEXEC wrapper, it will print the following message
     to the error log:</p>
 
@@ -603,6 +603,6 @@
 <a href="./ja/suexec.html" hreflang="ja" rel="alternate" title="Japanese">&nbsp;ja&nbsp;</a> |
 <a href="./ko/suexec.html" hreflang="ko" rel="alternate" title="Korean">&nbsp;ko&nbsp;</a></p>
 </div><div id="footer">
-<p class="apache">Copyright 2007 The Apache Software Foundation.<br />Licensed under the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.</p>
+<p class="apache">Copyright 2006 The Apache Software Foundation.<br />Licensed under the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.</p>
 <p class="menu"><a href="./mod/">Modules</a> | <a href="./mod/directives.html">Directives</a> | <a href="./faq/">FAQ</a> | <a href="./glossary.html">Glossary</a> | <a href="./sitemap.html">Sitemap</a></p></div>
 </body></html>

Modified: httpd/httpd/branches/2.0.x/docs/manual/suexec.xml
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.0.x/docs/manual/suexec.xml?rev=606750&r1=606749&r2=606750&view=diff
==============================================================================
--- httpd/httpd/branches/2.0.x/docs/manual/suexec.xml (original)
+++ httpd/httpd/branches/2.0.x/docs/manual/suexec.xml Mon Dec 24 16:32:07 2007
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="UTF-8" ?>
+<?xml version="1.0" encoding="UTF-8" ?>
 <!DOCTYPE manualpage SYSTEM "./style/manualpage.dtd">
 <?xml-stylesheet type="text/xsl" href="./style/manual.en.xsl"?>
 <!-- $LastChangedRevision$ -->
@@ -364,7 +364,7 @@
       <dd>The path to the <code>suexec</code> binary must be hard-coded
       in the server for security reasons. Use this option to override
       the default path. <em>e.g.</em>
-      <code>--with-suexec-bin=/usr/sbin/suexec</code></dd>
+      <code>--with-suexec-bin=/usr/bin/suexec</code></dd>
 
       <dt><code>--with-suexec-caller=<em>UID</em></code></dt>
 
@@ -437,7 +437,7 @@
     command <code>make install</code> to install them. The binary image
     <code>suexec</code> is installed in the directory defined by the
     <code>--sbindir</code> option. The default location is
-    "/usr/local/apache2/sbin/suexec".<br />
+    "/usr/local/apache2/bin/suexec".<br />
      Please note that you need <strong><em>root
     privileges</em></strong> for the installation step. In order
     for the wrapper to set the user ID, it must be installed as
@@ -463,7 +463,7 @@
 </example>
 
     <p>and <program>suexec</program> is installed at
-    "/usr/local/apache2/sbin/suexec", you should run:</p>
+    "/usr/local/apache2/bin/suexec", you should run:</p>
 
 <example>
     chgrp webgroup /usr/local/apache2/bin/suexec<br />
@@ -480,7 +480,7 @@
     <p>Upon startup of Apache, it looks for the file
     <program>suexec</program> in the directory defined by the
     <code>--sbindir</code> option (default is
-    "/usr/local/apache/sbin/suexec"). If Apache finds a properly
+    "/usr/local/apache/bin/suexec"). If Apache finds a properly
     configured suEXEC wrapper, it will print the following message
     to the error log:</p>