From: Ryan Bloom Date: Sun, 25 Mar 2001 16:54:48 +0000 (+0000) Subject: Add a ScriptSock default to the defualt config file. This is only enabled X-Git-Tag: 2.0.16~78 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f77c6c6ce58d7c96f6aaef658d50d806703cf7dd;p=apache Add a ScriptSock default to the defualt config file. This is only enabled when the mod_cgid module is used. PR: 7408 Submitted by: Taketo Kabe git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@88575 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/CHANGES b/CHANGES index 06f9698afb..be426425c6 100644 --- a/CHANGES +++ b/CHANGES @@ -1,5 +1,9 @@ Changes with Apache 2.0.16-dev + *) Add a ScriptSock directive to the default config file. This is + only enabled when mod_cgid is used. + [Taketo Kabe ] + Changes with Apache 2.0.15 *) Untangled the buildconf script and eliminated the need for build's diff --git a/docs/conf/httpd-std.conf b/docs/conf/httpd-std.conf index 561e7c4a14..5d21c865c4 100644 --- a/docs/conf/httpd-std.conf +++ b/docs/conf/httpd-std.conf @@ -493,6 +493,14 @@ Alias /icons/ "@@ServerRoot@@/icons/" # ScriptAlias /cgi-bin/ "@@ServerRoot@@/cgi-bin/" + +# +# Additional to mod_cgid.c settings, mod_cgid has Scriptsock +# for setting UNIX socket for communicating with cgid. +# +#Scriptsock logs/cgisock + + # # "@@ServerRoot@@/cgi-bin" should be changed to whatever your ScriptAliased # CGI directory exists, if you have that configured.