mirror of
https://github.com/apache/httpd.git
synced 2026-01-06 09:01:14 +03:00
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
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user