Opened 18 years ago

Closed 17 years ago

#1783 closed defect (fixed)

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)

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 (4)

comment:1 by dmorissette, 18 years ago

dependson: 709
Milestone: 5.0 release
This should be worked on at the same time as bug 709

comment:2 by fwarmerdam, 17 years ago

Cc: warmerdam@… added

comment:3 by dmorissette, 17 years ago

Description: modified (diff)
Owner: changed from sdlime to dmorissette

comment:4 by dmorissette, 17 years ago

Resolution: fixed
Status: newclosed

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

Note: See TracTickets for help on using tickets.