]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
ScriptSock has been global-only for a couple of years
authorJeff Trawick <trawick@apache.org>
Mon, 24 Jul 2006 17:36:17 +0000 (17:36 +0000)
committerJeff Trawick <trawick@apache.org>
Mon, 24 Jul 2006 17:36:17 +0000 (17:36 +0000)
now; fix the docs

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@425131 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 324b65473b43197621a8b2b525b4a4bcf343dfe2..f701f5e0cbb72c0ea520b1f0ac42e1533d075ec6 100644 (file)
@@ -77,7 +77,7 @@
 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>
-<tr><th><a href="directive-dict.html#Context">Context:</a></th><td>server config, virtual host</td></tr>
+<tr><th><a href="directive-dict.html#Context">Context:</a></th><td>server config</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>
index f454704893e0486afdcfd002c56819b96da09946..edf743ef2ee7be6a97a88ce3119deb584c2a7a6b 100644 (file)
@@ -78,8 +78,7 @@
 the cgi daemon</description>
 <syntax>ScriptSock <var>file-path</var></syntax>
 <default>ScriptSock logs/cgisock</default>
-<contextlist><context>server config</context>
-<context>virtual host</context></contextlist>
+<contextlist><context>server config</context></contextlist>
 
 <usage>
     <p>This directive sets the filename prefix of the socket to use for
index 1513e0d574795c78e3772b4d52dca2a8dcbdc55c..0dd299105e2d482ee637bc3ddf22351efd8a2d2c 100644 (file)
@@ -603,7 +603,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 filename prefix 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>s</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>