diff options
author | Jason S. Lingohr <jsl@apache.org> | 2005-08-01 06:18:18 +0200 |
---|---|---|
committer | Jason S. Lingohr <jsl@apache.org> | 2005-08-01 06:18:18 +0200 |
commit | 53a7062023580b052418aef05eefc969b7fb38e3 (patch) | |
tree | 10126888827c87afaf4956fa5aca2cae918da67e /docs/manual/suexec.html.en | |
parent | * modules/ldap/util_ldap_cache_mgr.c (util_ald_cache_display): Replace (diff) | |
download | apache2-53a7062023580b052418aef05eefc969b7fb38e3.tar.xz apache2-53a7062023580b052418aef05eefc969b7fb38e3.zip |
Nitpick; changed for consistency.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@226737 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs/manual/suexec.html.en')
-rw-r--r-- | docs/manual/suexec.html.en | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/manual/suexec.html.en b/docs/manual/suexec.html.en index c002472152..884de239e4 100644 --- a/docs/manual/suexec.html.en +++ b/docs/manual/suexec.html.en @@ -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 /> |