﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc	blockedby	blocking
425	ms4w.conf fails to load in fcgi mode	Tamas Szekeres	Jeff McKenna	"When we set up a map to be served in fcgi mode mapserv.exe tries to load the file from this location C:\ms4w\Apache\cgi-bin\ms4w.conf instead of C:\ms4w\ms4w.conf (like in cgi mode).

A possible workaround is to modify httpd.conf as follows:


{{{
# use the following <IfModule> section for FastCGI use
# see the FastCGI section of MS4W's README_INSTALL document for more info
<IfModule fcgid_module>
   FcgidMinProcessesPerClass 0
   FcgidIdleScanInterval 1
   FcgidProcessLifeTime 10
   FcgidInitialEnv MAPSERVER_CONFIG_FILE ""C:/ms4w/ms4w.conf""
</IfModule>
}}}

"	defect	closed	blocker	5.2.0 release	MS4W - MapServer	5.0.0	fixed				
