Opened 16 months ago
Closed 3 weeks ago
#425 closed defect (fixed)
ms4w.conf fails to load in fcgi mode
| Reported by: | Tamas Szekeres | Owned by: | Jeff McKenna |
|---|---|---|---|
| Priority: | blocker | Milestone: | 5.2.0 release |
| Component: | MS4W - MapServer | Version: | 5.0.0 |
| Keywords: | Cc: | ||
| Blocked By: | Blocking: |
Description
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>
Change History (3)
comment:1 by , 16 months ago
| Priority: | major → blocker |
|---|
comment:3 by , 3 weeks ago
| Resolution: | → fixed |
|---|---|
| Status: | new → closed |
- included in MS4W 5.2.0-rc2: https://ms4w.com/release/experimental/ms4w_5.2.0_rc2.zip
Note:
See TracTickets
for help on using tickets.

great find, will add it to the next release, thanks @szekerest !