[mapserver-users] installation mapscript with apache on win32 platform

fx gamoy fx.gamoy at mapxplore.com
Thu Nov 28 05:34:26 EST 2002


thanks it works
my problem now is to use the porjection with my map. It works well with IIS using the PROJ_LIB environnement variable but don't work with apache which don't care about the window environnement variable
Thanks
fx GAMOY
http://www.mapxplore.com/
  ----- Original Message ----- 
  From: Wenneck, Thomas De Lange 
  To: 'fx gamoy' ; mapserver-users at lists.gis.umn.edu 
  Sent: Thursday, November 28, 2002 9:20 AM
  Subject: RE: [mapserver-users] installation mapscript with apache on win32 platform


  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\utilities.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/868c7839/attachment.html


More information about the mapserver-users mailing list