]> granicus.if.org Git - apache/commitdiff
Add a ScriptSock default to the defualt config file. This is only enabled
authorRyan Bloom <rbb@apache.org>
Sun, 25 Mar 2001 16:54:48 +0000 (16:54 +0000)
committerRyan Bloom <rbb@apache.org>
Sun, 25 Mar 2001 16:54:48 +0000 (16:54 +0000)
when the mod_cgid module is used.
PR: 7408
Submitted by: Taketo Kabe <kabe@sra-tohoku.co.jp>

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@88575 13f79535-47bb-0310-9956-ffa450edef68

CHANGES
docs/conf/httpd-std.conf

diff --git a/CHANGES b/CHANGES
index 06f9698afb3104b3a2c43ab8f72cb09b50155fda..be426425c687ff8d65b0d4716e7c788fe9941b05 100644 (file)
--- 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 <kabe@sra-tohoku.co.jp>]
+
 Changes with Apache 2.0.15
 
   *) Untangled the buildconf script and eliminated the need for build's
index 561e7c4a14f02e32f6ad49ab3915bbceb4840350..5d21c865c46b641e9e660ee53e8b75d9c06e2d75 100644 (file)
@@ -493,6 +493,14 @@ Alias /icons/ "@@ServerRoot@@/icons/"
 #
 ScriptAlias /cgi-bin/ "@@ServerRoot@@/cgi-bin/"
 
+<IfModule mod_cgid.c>
+#
+# Additional to mod_cgid.c settings, mod_cgid has Scriptsock <path>
+# for setting UNIX socket for communicating with cgid.
+#
+#Scriptsock            logs/cgisock
+</IfModule>
+
 #
 # "@@ServerRoot@@/cgi-bin" should be changed to whatever your ScriptAliased
 # CGI directory exists, if you have that configured.