summaryrefslogtreecommitdiff
path: root/docs/conf
diff options
context:
space:
mode:
authorJeff Trawick <trawick@apache.org>2012-08-05 14:33:53 +0000
committerJeff Trawick <trawick@apache.org>2012-08-05 14:33:53 +0000
commit9c3a143395b169b3977855305c262552ef52fb39 (patch)
tree6e2cc1e8b28b4a95e4f11a1b923e9c8d4e0c7714 /docs/conf
parent25fd6f84d4886071c9e8df2afeba5ab7e1d205ed (diff)
downloadhttpd-9c3a143395b169b3977855305c262552ef52fb39.tar.gz
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/conf')
-rw-r--r--docs/conf/httpd.conf.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/conf/httpd.conf.in b/docs/conf/httpd.conf.in
index d70a6ccb81..1372873e4a 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
</IfModule>
#