Ticket #1783 (closed defect: fixed)

Opened 7 years ago

Last modified 6 years ago

msDebug() output merged with script output under IIS

Reported by: dmorissette Owned by: dmorissette
Priority: high Milestone: 5.0 release
Component: MapServer CGI Version: 4.8
Severity: normal Keywords:
Cc:

Description (last modified by dmorissette) (diff)

When running mapserv.exe under IIS, the msDebug() messages written to stderr end up with the rest of the script output in stdout. (Under Apache on Windows this is not a problem, stderr goes to the error_log file.)

Perhaps a way to address this would be to honour the MS_ERRORFILE variable in msDebug(). If it's set then output is sent to this file instead of stderr.

Change History

Changed 7 years ago by dmorissette

  • milestone set to 5.0 release
  • dependson set to 709
This should be worked on at the same time as bug 709

Changed 6 years ago by fwarmerdam

  • cc warmerdam@… added

Changed 6 years ago by dmorissette

  • owner changed from sdlime to dmorissette
  • description modified (diff)

Changed 6 years ago by dmorissette

  • status changed from new to closed
  • resolution set to fixed

Fixed with the implementation of MS-RFC-28 in r6271

Note: See TracTickets for help on using tickets.