MapGuide Open Source:  Home |  Download |  Internals

Ticket #30 (closed defect: fixed)

Opened 1 year ago

Last modified 1 year ago

Ajax and Dwf viewers do not work under IIS+PHP configuration

Reported by: trevorwekel Assigned to: trevorwekel
Priority: high Milestone: 1.2
Component: AJAX Viewer Version: 1.2.0
Severity: major Keywords:
Cc: External ID: 923603

Description

Displaying a map using the IIS+PHP configuration fails with the following error:

HTTP/1.1 503 Server too busy Server: Microsoft-IIS/5.1 Date: Tue, 03 Apr 2007 20:23:08 GMT X-Powered-By: ASP.NET Connection: close Content-Type: text/html Server Error, unable to connect to fastcgi server.

Change History

04/04/07 15:49:44 changed by trevorwekel

  • status changed from new to assigned.

This defect was caused by the PHP 5.2.1 upgrade. The isapi_fcgi.dll has a buffer overrun defect. PHP 5.2.1 uses a larger FastCGI buffer size which uncovers the bug. The fix is to increase the buffer size in isapi_fcgi.dll. See discussion on the PHP bug list for more information:

http://bugs.php.net/bug.php?id=37448

04/04/07 16:11:16 changed by trevorwekel

  • status changed from assigned to closed.
  • resolution set to fixed.