AW: [mapserver-users] CGI problem

Eichner, Andreas - SID-NLKM Andreas.Eichner at sid.sachsen.de
Tue Feb 3 02:44:31 EST 2009


 
Internal server error are usually caused by seg faults. So your intention is right, but you've only set the variables. To let the called program see them you need to export them (and use the same request that caused the error):

$ export REQUEST_METHOD=GET
$ export QUERY_STRING='map=/var/www/proba/data/proba.map&SERVICE=WMS&VERSION=1.1.1&REQUEST=GetCapabilities'

Let us know if you really found a bug...


More information about the mapserver-users mailing list