# 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>
#
<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>
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