Commit 18f1c01e authored by Ryan Bloom's avatar Ryan Bloom
Browse files

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 <kabe@sra-tohoku.co.jp>


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@88575 13f79535-47bb-0310-9956-ffa450edef68
parent c52ab213
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
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
+8 −0
Original line number Diff line number Diff line
@@ -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.