[mapserver-users] MapServer Errors in APACHE logs.

Andy Colson andy at squeakycode.net
Tue Apr 29 13:07:20 PDT 2014


On 4/29/2014 2:51 PM, Schweitzer, Peter wrote:> I think the problem is 
that mapserver is a CGI program, not a module
 > of Apache.  If it were a module of Apache (for example, PHP) then its
 > error report could be sent to the Apache error log.  But as a separate
 > process, it doesn't have access to the Apache log system.  OCICBW
 >


I'm pretty sure you can write to stderr in cgi and apache will dump it 
to the error log.

http://httpd.apache.org/docs/current/logs.html

search for stderr

-Andy


More information about the mapserver-users mailing list