[MS4W-Users] Map Cache in IIS 500 Error
Georgios (Smartsoft)
georgios at smartsoft.com.au
Thu May 9 20:24:23 EDT 2019
Hi guys, apologies for the repost but I just wanted to make the problem more concise.
Map Cache running in IIS is giving a 500 error:
HTTP Error 500.0 - Internal Server Error
C:\ms4w\Apache\cgi-bin\mapcache.fcgi.exe - The FastCGI process exited unexpectedly
We do not have the option of running it in Apache. Is there any documentation for running Map Cache in IIS, or can anyone provide any assistance getting it working with this particular setup? Any help would be greatly appreciated.
web.config
<?xml version="1.0" encoding="UTF-8"?>
<configuration>
<system.webServer>
<handlers>
<add name="MapServerFastCgi" path="*" verb="*" type="" modules="FastCgiModule" scriptProcessor="C:\ms4w\Apache\cgi-bin\mapcache.fcgi.exe" resourceType="Unspecified" requireAccess="Script" allowPathInfo="false" preCondition="" />
</handlers>
<caching enabled="true" enableKernelCache="true" />
</system.webServer>
</configuration>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.ms4w.com/pipermail/ms4w-users/attachments/20190510/5ff68fce/attachment-0001.html>
More information about the MS4W-Users
mailing list