From: Jeff Trawick
Date: Sun, 5 Aug 2012 14:33:53 +0000 (+0000)
Subject: doc fixes for r1299718:
X-Git-Tag: 2.5.0-alpha~6505
X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9c3a143395b169b3977855305c262552ef52fb39;p=thirdparty%2Fapache%2Fhttpd.git
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
---
diff --git a/docs/conf/httpd.conf.in b/docs/conf/httpd.conf.in
index d70a6ccb81d..1372873e4ac 100644
--- a/docs/conf/httpd.conf.in
+++ b/docs/conf/httpd.conf.in
@@ -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
#
diff --git a/docs/manual/mod/mod_cgid.xml b/docs/manual/mod/mod_cgid.xml
index 75c5be58f3a..d49bcc2a724 100644
--- a/docs/manual/mod/mod_cgid.xml
+++ b/docs/manual/mod/mod_cgid.xml
@@ -77,7 +77,7 @@
The filename prefix of the socket to use for communication with
the cgi daemon
ScriptSock file-path
-ScriptSock logs/cgisock
+ScriptSock cgisock
server config
@@ -89,6 +89,10 @@ the cgi daemon
scripts, it is important that no other user has permission to
write in the directory where the socket is located.
+ If file-path is not an absolute path, the location specified
+ will be relative to the value of
+ DefaultRuntimeDir.
+
Example
ScriptSock /var/run/cgid.sock