[mapserver-users] installation mapscript with apache on win3 2 platform

Wenneck, Thomas De Lange thomas.de.lange.wenneck at imr.no
Thu Nov 28 04:20:01 EST 2002


I think you are trying to configure PHP as a SAPI module, instead of a CGI
module. Drop the LoadModule and Addmodule and try:
 
ScriptAlias /php/ "c:/php/"
AddType application/x-httpd-php .php
Action application/x-httpd-php "/php/php.exe"
 
Thomas

-----Original Message-----
From: fx gamoy [mailto:fx.gamoy at mapxplore.com]
Sent: 27. november 2002 13:06
To: mapserver-users at lists.gis.umn.edu
Subject: [mapserver-users] installation mapscript with apache on win32
platform


i try to configure mapscript as a CGI with apache on a winNT plateform
i have made some changes in the httpd.conf file
LoadModule php4_module c:/php/sapi/php4apache.dll
AddModule mod_php4.c
AddType application/x-httpd-php .php .phtml
Action application/x-httpd-php "c:/php/php.exe"
 
and IE return : 
Fatal error: dl() is not supported in multithreaded Web servers - use
extension statements in your php.ini in
D:\downloads\mapserver\maplab\maplab-2.0rc2\gmf_apps\eurosig\wrapper\utiliti
es.php on line 51

Thanks for your help
fx gamoy
http://www.mapxlore.com/

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.osgeo.org/pipermail/mapserver-users/attachments/20021128/e5ebc4ac/attachment.html


More information about the mapserver-users mailing list