Changes between Version 2 and Version 3 of DebuggingMapserver


Ignore:
Timestamp:
Jan 27, 2009, 1:21:16 PM (15 years ago)
Author:
jmckenna
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • DebuggingMapserver

    v2 v3  
    55   3. Some additional debugging can be turned on from GDAL and OGR by setting the CPL_DEBUG environment variable to on. Similarly additional PROJ.4 debug info can be produced by setting PROJ_DEBUG to ON.
    66   4. The MS_ERRORFILE environment variable can be set to a path (or "stdout" or "stderr") to have all errors handled within MapServer to a logfile or console. This can be helpful, especially for situations where the error is otherwise ignored, or doesn't get all the way back to the client.
    7    5. For issues with PerlMapScript see: http://old-mapserver.gis.umn.edu/cgi-bin/wiki.pl?PerlMapScriptDebugging
     7   5. For issues with !PerlMapScript see: http://old-mapserver.gis.umn.edu/cgi-bin/wiki.pl?PerlMapScriptDebugging
    88   6. Double Check the EXTENT values in the mapfile against the known extent of the data being used.
    99   7. Review known problems and solutions in MapServer Issue Tracker: http://trac.osgeo.org/mapserver/.