Changes between Version 62 and Version 63 of MigrationGuide5.x


Ignore:
Timestamp:
2024-11-06T12:22:31-04:00 (11 days ago)
Author:
Jeff McKenna
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • MigrationGuide5.x

    v62 v63  
    1111* as of MS4W 5, you must configure the new ''/ms4w/ms4w.conf'' file, as the !MapServer 8.0 release tightened security for the ''MAP='' parameter
    1212* see https://ms4w.com/README_INSTALL_MS4W_5.html#securing-your-ms4w-installation
     13* when enabling FastCGI, you must also point to ''ms4w.conf'' through the ''MAPSERVER_CONFIG_FILE'' variable, such as:
     14  {{{
     15    <IfModule fcgid_module>
     16      FcgidMinProcessesPerClass 0
     17      FcgidIdleScanInterval 1
     18      FcgidProcessLifeTime 10
     19      FcgidInitialEnv MAPSERVER_CONFIG_FILE "/ms4w/ms4w.conf"
     20   </IfModule>
     21 
     22  }}}
    1323
    1424== SWIG !MapScript ==