Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

msDebug() output merged with script output under IIS #1783

Closed
mapserver-bot opened this issue Apr 3, 2012 · 3 comments
Closed

msDebug() output merged with script output under IIS #1783

mapserver-bot opened this issue Apr 3, 2012 · 3 comments
Assignees
Milestone

Comments

@mapserver-bot
Copy link

Reporter: dmorissette
Date: 2006/05/15 - 20:02
Trac URL: http://trac.osgeo.org/mapserver/ticket/1783
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.

@mapserver-bot
Copy link
Author

Author: dmorissette
Date: 2006/10/13 - 16:59

This should be worked on at the same time as bug 709

@mapserver-bot
Copy link
Author

Author: dmorissette
Date: 2007/06/15 - 17:10
MS RFC 28 should solve this:
http://mapserver.gis.umn.edu/development/rfc/ms-rfc-28

@mapserver-bot
Copy link
Author

Author: dmorissette
Date: 2007/07/07 - 00:38
Fixed with the implementation of MS-RFC-28 in 8d1f1d9 (r6271)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants