[mapserver-users] nginx/fastcgi/mapserver

2012-05-11 Thread Peter Maes
Hello, I'm trying to run mapserver on nginx (fastcgi), but after 2 days booked little success. 1. I've compiled mapserv with fastcgi support and validated this 2. I created a spawn-fcgi startup script based on this : http://osgeo-org.1560.n6.nabble.com/Mapserver-on-nginx-td4226669.html It now lo

Re: [mapserver-users] nginx/fastcgi/mapserver

2012-05-11 Thread thomas bonfort
You might want to have a look at https://github.com/mapserver/mapserver/issues/3099 tl;dr - mapserver fastcgi calls exit() when running in an error condition, which causes some fastcgi spawning managers to have issues - mapserver 6.2 (current git master) has been refactored to greatly minimize t

Re: [mapserver-users] nginx/fastcgi/mapserver

2012-05-11 Thread Peter Maes
Hi, Thanks again for your answer Thomas. I have seen that issue report and I am using mapserver latest version (6.0.2 (which is what you meant? or is there an actual 6.2 somewhere) It does indeed keep working if i reference a good map and hammer F5. Although: when i for instance call a wrong ma

Re: [mapserver-users] nginx/fastcgi/mapserver

2012-05-11 Thread Peter Maes
Also, nginx isnt calling my spawn script. Is that normal? Otherwise the process would restart. But once it dies (the one i executed on the shell) it doesnt startup the script anymore. 2012/5/11 Peter Maes > Hi, > > Thanks again for your answer Thomas. > > I have seen that issue report and I am u

Re: [mapserver-users] nginx/fastcgi/mapserver

2012-05-11 Thread thomas bonfort
On Fri, May 11, 2012 at 11:32 AM, Peter Maes wrote: > Hi, > > Thanks again for your answer Thomas. > > I have seen that issue report and I am using mapserver latest version (6.0.2 > (which is what you meant? or is there an actual 6.2 somewhere) > no, 6.2 is the one. You'll have to build from gith

Re: [mapserver-users] nginx/fastcgi/mapserver

2012-05-11 Thread Peter Maes
Ok, apparently i was using the wrong path when i fetched and build the source from github :). Either way MapServer version 6.1-dev OUTPUT=GIF OUTPUT=PNG OUTPUT=JPEG SUPPORTS=PROJ SUPPORTS=GD SUPPORTS=AGG SUPPORTS=FREETYPE SUPPORTS=ICONV SUPPORTS=WMS_SERVER SUPPORTS=WFS_SERVER SUPPORTS=FASTCGI SUPPO