From: Jeff Trawick Date: Mon, 24 Jul 2006 17:36:17 +0000 (+0000) Subject: ScriptSock has been global-only for a couple of years X-Git-Tag: 2.2.3~17 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3f4331d281d26427eaed12455640c4cd15d96d9c;p=thirdparty%2Fapache%2Fhttpd.git ScriptSock has been global-only for a couple of years 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 --- diff --git a/docs/manual/mod/mod_cgid.html.en b/docs/manual/mod/mod_cgid.html.en index 324b65473b4..f701f5e0cbb 100644 --- a/docs/manual/mod/mod_cgid.html.en +++ b/docs/manual/mod/mod_cgid.html.en @@ -77,7 +77,7 @@ the cgi daemon Syntax:ScriptSock file-path Default:ScriptSock logs/cgisock -Context:server config, virtual host +Context:server config Status:Base Module:mod_cgid diff --git a/docs/manual/mod/mod_cgid.xml b/docs/manual/mod/mod_cgid.xml index f454704893e..edf743ef2ee 100644 --- a/docs/manual/mod/mod_cgid.xml +++ b/docs/manual/mod/mod_cgid.xml @@ -78,8 +78,7 @@ the cgi daemon ScriptSock file-path ScriptSock logs/cgisock -server config -virtual host +server config

This directive sets the filename prefix of the socket to use for diff --git a/docs/manual/mod/quickreference.html.en b/docs/manual/mod/quickreference.html.en index 1513e0d5747..0dd299105e2 100644 --- a/docs/manual/mod/quickreference.html.en +++ b/docs/manual/mod/quickreference.html.en @@ -603,7 +603,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 filename prefix of the socket to use for communication with +ScriptSock file-path logs/cgisock sBThe 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