diff options
author | Colm MacCarthaigh <colm@apache.org> | 2005-08-25 14:12:15 +0200 |
---|---|---|
committer | Colm MacCarthaigh <colm@apache.org> | 2005-08-25 14:12:15 +0200 |
commit | 803cdc87cdda5f729bec3d2e22a04694980463ac (patch) | |
tree | 3368d40940a7e69a4d8582af0e98127c412be393 /docs | |
parent | Append the .PID to the ScriptSock filename. This change ensures that multiple (diff) | |
download | apache2-803cdc87cdda5f729bec3d2e22a04694980463ac.tar.xz apache2-803cdc87cdda5f729bec3d2e22a04694980463ac.zip |
Update the documentation for the ScriptSock directive to match the
.PID extension.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@240049 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs')
-rw-r--r-- | docs/manual/mod/mod_cgid.html.en | 7 | ||||
-rw-r--r-- | docs/manual/mod/mod_cgid.xml | 7 | ||||
-rw-r--r-- | docs/manual/mod/quickreference.html.en | 2 |
3 files changed, 9 insertions, 7 deletions
diff --git a/docs/manual/mod/mod_cgid.html.en b/docs/manual/mod/mod_cgid.html.en index 349010e983..3e44ad0828 100644 --- a/docs/manual/mod/mod_cgid.html.en +++ b/docs/manual/mod/mod_cgid.html.en @@ -73,7 +73,7 @@ <div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div> <div class="directive-section"><h2><a name="ScriptSock" id="ScriptSock">ScriptSock</a> <a name="scriptsock" id="scriptsock">Directive</a></h2> <table class="directive"> -<tr><th><a href="directive-dict.html#Description">Description:</a></th><td>The name of the socket to use for communication with +<tr><th><a href="directive-dict.html#Description">Description:</a></th><td>The filename prefix of the socket to use for communication with the cgi daemon</td></tr> <tr><th><a href="directive-dict.html#Syntax">Syntax:</a></th><td><code>ScriptSock <var>file-path</var></code></td></tr> <tr><th><a href="directive-dict.html#Default">Default:</a></th><td><code>ScriptSock logs/cgisock</code></td></tr> @@ -81,8 +81,9 @@ the cgi daemon</td></tr> <tr><th><a href="directive-dict.html#Status">Status:</a></th><td>Base</td></tr> <tr><th><a href="directive-dict.html#Module">Module:</a></th><td>mod_cgid</td></tr> </table> - <p>This directive sets the name of the socket to use for - communication with the CGI daemon. The socket will be opened + <p>This directive sets the filename prefix of the socket to use for + communication with the CGI daemon, an extension correspondening to + the process ID of the server will be appended. The socket will be opened using the permissions of the user who starts Apache (usually root). To maintain the security of communications with CGI scripts, it is important that no other user has permission to diff --git a/docs/manual/mod/mod_cgid.xml b/docs/manual/mod/mod_cgid.xml index 1d6c85aa5d..9319955568 100644 --- a/docs/manual/mod/mod_cgid.xml +++ b/docs/manual/mod/mod_cgid.xml @@ -74,7 +74,7 @@ <directivesynopsis> <name>ScriptSock</name> -<description>The name of the socket to use for communication with +<description>The filename prefix of the socket to use for communication with the cgi daemon</description> <syntax>ScriptSock <var>file-path</var></syntax> <default>ScriptSock logs/cgisock</default> @@ -82,8 +82,9 @@ the cgi daemon</description> <context>virtual host</context></contextlist> <usage> - <p>This directive sets the name of the socket to use for - communication with the CGI daemon. The socket will be opened + <p>This directive sets the filename prefix of the socket to use for + communication with the CGI daemon, an extension correspondening to + the process ID of the server will be appended. The socket will be opened using the permissions of the user who starts Apache (usually root). To maintain the security of communications with CGI scripts, it is important that no other user has permission to diff --git a/docs/manual/mod/quickreference.html.en b/docs/manual/mod/quickreference.html.en index 2799221073..64a695990b 100644 --- a/docs/manual/mod/quickreference.html.en +++ b/docs/manual/mod/quickreference.html.en @@ -602,7 +602,7 @@ scripts</td></tr> <tr><td><a href="mod_cgi.html#scriptlogbuffer">ScriptLogBuffer <var>bytes</var></a></td><td> 1024 </td><td>sv</td><td>B</td></tr><tr><td class="descr" colspan="4">Maximum amount of PUT or POST requests that will be recorded in the scriptlog</td></tr> <tr class="odd"><td><a href="mod_cgi.html#scriptloglength">ScriptLogLength <var>bytes</var></a></td><td> 10385760 </td><td>sv</td><td>B</td></tr><tr class="odd"><td class="descr" colspan="4">Size limit of the CGI script logfile</td></tr> -<tr><td><a href="mod_cgid.html#scriptsock">ScriptSock <var>file-path</var></a></td><td> logs/cgisock </td><td>sv</td><td>B</td></tr><tr><td class="descr" colspan="4">The name of the socket to use for communication with +<tr><td><a href="mod_cgid.html#scriptsock">ScriptSock <var>file-path</var></a></td><td> logs/cgisock </td><td>sv</td><td>B</td></tr><tr><td class="descr" colspan="4">The filename prefix of the socket to use for communication with the cgi daemon</td></tr> <tr class="odd"><td><a href="mod_nw_ssl.html#securelisten">SecureListen [<var>IP-address</var>:]<var>portnumber</var> <var>Certificate-Name</var> [MUTUAL]</a></td><td></td><td>s</td><td>B</td></tr><tr class="odd"><td class="descr" colspan="4">Enables SSL encryption for the specified port</td></tr> |