]> granicus.if.org Git - apache/commitdiff
doc fixes for r1299718:
authorJeff Trawick <trawick@apache.org>
Sun, 5 Aug 2012 14:33:53 +0000 (14:33 +0000)
committerJeff Trawick <trawick@apache.org>
Sun, 5 Aug 2012 14:33:53 +0000 (14:33 +0000)
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

docs/conf/httpd.conf.in
docs/manual/mod/mod_cgid.xml

index d70a6ccb81d7665fc507c23721ae48cef72d5865..1372873e4ac1ef32eba0dada6010f1bbbff7c548 100644 (file)
@@ -255,7 +255,7 @@ LogLevel warn
     # ScriptSock: On threaded servers, designate the path to the UNIX
     # socket used to communicate with the CGI daemon of mod_cgid.
     #
-    #Scriptsock @rel_runtimedir@/cgisock
+    #Scriptsock cgisock
 </IfModule>
 
 #
index 75c5be58f3aea3e0f1eef6374032cd222c668fd8..d49bcc2a724415cef704189a43a9768196b175b6 100644 (file)
@@ -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