diff options
author | Jeff Trawick <trawick@apache.org> | 2012-08-05 16:33:53 +0200 |
---|---|---|
committer | Jeff Trawick <trawick@apache.org> | 2012-08-05 16:33:53 +0200 |
commit | 9c3a143395b169b3977855305c262552ef52fb39 (patch) | |
tree | 6e2cc1e8b28b4a95e4f11a1b923e9c8d4e0c7714 /docs/manual/mod/mod_cgid.xml | |
parent | Fix docs compatibility note about SSL compression. (diff) | |
download | apache2-9c3a143395b169b3977855305c262552ef52fb39.tar.xz apache2-9c3a143395b169b3977855305c262552ef52fb39.zip |
doc fixes for r1299718:
The value of ScriptSock is relative to DefaultRuntimeDir.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1369604 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs/manual/mod/mod_cgid.xml')
-rw-r--r-- | docs/manual/mod/mod_cgid.xml | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/docs/manual/mod/mod_cgid.xml b/docs/manual/mod/mod_cgid.xml index 75c5be58f3..d49bcc2a72 100644 --- a/docs/manual/mod/mod_cgid.xml +++ b/docs/manual/mod/mod_cgid.xml @@ -77,7 +77,7 @@ <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> +<default>ScriptSock cgisock</default> <contextlist><context>server config</context></contextlist> <usage> @@ -89,6 +89,10 @@ the cgi daemon</description> scripts, it is important that no other user has permission to write in the directory where the socket is located.</p> + <p>If <var>file-path</var> is not an absolute path, the location specified + will be relative to the value of + <directive module="core">DefaultRuntimeDir</directive>.</p> + <example><title>Example</title> <highlight language="config"> ScriptSock /var/run/cgid.sock |