]> granicus.if.org Git - apache/commitdiff
Update the documentation for the ScriptSock directive to match the
authorColm MacCarthaigh <colm@apache.org>
Thu, 25 Aug 2005 12:12:15 +0000 (12:12 +0000)
committerColm MacCarthaigh <colm@apache.org>
Thu, 25 Aug 2005 12:12:15 +0000 (12:12 +0000)
.PID extension.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@240049 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/mod_cgid.html.en
docs/manual/mod/mod_cgid.xml
docs/manual/mod/quickreference.html.en

index 349010e98324350f2198af96e8672ebae75387da..3e44ad08284aa9785db3f3bb607342b71821f109 100644 (file)
@@ -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
index 1d6c85aa5d2dbb31f0a0d9b5bab017388c4b4fc2..93199555689c3207ebf69e9eb982870b29b4e59c 100644 (file)
@@ -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
index 27992210734fe7e083d96a17374748350e8d2eb8..64a695990b456ca7279f435a085a7f1d60dcacbe 100644 (file)
@@ -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>