From 803cdc87cdda5f729bec3d2e22a04694980463ac Mon Sep 17 00:00:00 2001 From: Colm MacCarthaigh Date: Thu, 25 Aug 2005 12:12:15 +0000 Subject: [PATCH] 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 --- docs/manual/mod/mod_cgid.html.en | 7 ++++--- docs/manual/mod/mod_cgid.xml | 7 ++++--- 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 @@
top

ScriptSock Directive

- @@ -81,8 +81,9 @@ the cgi daemon
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
Syntax:ScriptSock file-path
Default:ScriptSock logs/cgisock
Status:Base
Module:mod_cgid
-

This directive sets the name of the socket to use for - communication with the CGI daemon. The socket will be opened +

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 @@ ScriptSock -The name of the socket to use for communication with +The filename prefix of the socket to use for communication with the cgi daemon ScriptSock file-path ScriptSock logs/cgisock @@ -82,8 +82,9 @@ the cgi daemon virtual host -

This directive sets the name of the socket to use for - communication with the CGI daemon. The socket will be opened +

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 ScriptLogBuffer bytes 1024 svBMaximum amount of PUT or POST requests that will be recorded in the scriptlog ScriptLogLength bytes 10385760 svBSize limit of the CGI script logfile -ScriptSock file-path logs/cgisock svBThe name of the socket to use for communication with +ScriptSock file-path logs/cgisock svBThe filename prefix of the socket to use for communication with the cgi daemon SecureListen [IP-address:]portnumber Certificate-Name [MUTUAL]sBEnables SSL encryption for the specified port -- 2.40.0