Loading CHANGES +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 Loading docs/conf/httpd-std.conf +8 −0 Original line number Diff line number Diff line Loading @@ -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. Loading Loading
CHANGES +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 Loading
docs/conf/httpd-std.conf +8 −0 Original line number Diff line number Diff line Loading @@ -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. Loading