You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by js...@apache.org on 2005/08/01 06:18:24 UTC

svn commit: r226737 - in /httpd/httpd/trunk/docs/manual: suexec.html.en suexec.xml

Author: jsl
Date: Sun Jul 31 21:18:18 2005
New Revision: 226737

URL: http://svn.apache.org/viewcvs?rev=226737&view=rev
Log:
Nitpick; changed for consistency.

Modified:
    httpd/httpd/trunk/docs/manual/suexec.html.en
    httpd/httpd/trunk/docs/manual/suexec.xml

Modified: httpd/httpd/trunk/docs/manual/suexec.html.en
URL: http://svn.apache.org/viewcvs/httpd/httpd/trunk/docs/manual/suexec.html.en?rev=226737&r1=226736&r2=226737&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/suexec.html.en (original)
+++ httpd/httpd/trunk/docs/manual/suexec.html.en Sun Jul 31 21:18:18 2005
@@ -27,7 +27,7 @@
     Apache users the ability
     to run <strong>CGI</strong> and <strong>SSI</strong> programs
     under user IDs different from the user ID of the calling
-    web-server. Normally, when a CGI or SSI program executes, it
+    web server. Normally, when a CGI or SSI program executes, it
     runs as the same user who is running the web server.</p>
 
     <p>Used properly, this feature can reduce
@@ -464,7 +464,7 @@
     filesystem permissions to ensure that only the group Apache 
     runs as may execute suEXEC.</p>
 
-    <p>If for example, your web-server is configured to run as:</p>
+    <p>If for example, your web server is configured to run as:</p>
 
 <div class="example"><p><code>
     User www<br />

Modified: httpd/httpd/trunk/docs/manual/suexec.xml
URL: http://svn.apache.org/viewcvs/httpd/httpd/trunk/docs/manual/suexec.xml?rev=226737&r1=226736&r2=226737&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/suexec.xml (original)
+++ httpd/httpd/trunk/docs/manual/suexec.xml Sun Jul 31 21:18:18 2005
@@ -29,7 +29,7 @@
     Apache users the ability
     to run <strong>CGI</strong> and <strong>SSI</strong> programs
     under user IDs different from the user ID of the calling
-    web-server. Normally, when a CGI or SSI program executes, it
+    web server. Normally, when a CGI or SSI program executes, it
     runs as the same user who is running the web server.</p>
 
     <p>Used properly, this feature can reduce
@@ -455,7 +455,7 @@
     filesystem permissions to ensure that only the group Apache 
     runs as may execute suEXEC.</p>
 
-    <p>If for example, your web-server is configured to run as:</p>
+    <p>If for example, your web server is configured to run as:</p>
 
 <example>
     User www<br />