diff options
author | brian <brian@unknown> | 1996-12-05 07:26:26 +0100 |
---|---|---|
committer | brian <brian@unknown> | 1996-12-05 07:26:26 +0100 |
commit | 01e3f84dc44f93b6430524af7738ffd00c671f87 (patch) | |
tree | 05acc8023560b2a695fc90499745b265fafa77d2 /docs/manual/suexec.html | |
parent | Reviewed by: (diff) | |
download | apache2-01e3f84dc44f93b6430524af7738ffd00c671f87.tar.xz apache2-01e3f84dc44f93b6430524af7738ffd00c671f87.zip |
Miscellanous link problems reported by users, fixed.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@77198 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs/manual/suexec.html')
-rw-r--r-- | docs/manual/suexec.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/manual/suexec.html b/docs/manual/suexec.html index 82a9d4a487..4e252237b9 100644 --- a/docs/manual/suexec.html +++ b/docs/manual/suexec.html @@ -141,7 +141,7 @@ it will print the following message to the console.<p> If you don't see this message at server startup, the server is most likely not finding the wrapper program where it expects it, or the executable is not installed <b><em>setuid root</em></b>. Check your installation and try again.<p> -One way to use <b>suEXEC</b> is through the <a href="mod/core.html#user"><b>User</b></a> and <a href="mod/core.html#group"><b>Group</b></a> directives in <a href="mod_core.html#virtualhost"><b>VirtualHost</b></a> definitions. By setting these directives to values +One way to use <b>suEXEC</b> is through the <a href="mod/core.html#user"><b>User</b></a> and <a href="mod/core.html#group"><b>Group</b></a> directives in <a href="mod/core.html#virtualhost"><b>VirtualHost</b></a> definitions. By setting these directives to values different from the main server user id, all requests for CGI resources will be executed as the <b>User</b> and <b>Group</b> defined for that <b><VirtualHost></b>. If only one or neither of these directives are specified for a <b><VirtualHost></b> then the main |