Hi list! A proper image is generated by WMS request like this: http://myhost/cgi-bin/mapserv.fcgi?SERVICE=WMS&VERSION=1.3.0&REQUEST=GetMap&FORMAT=png8&TRANSPARENT=true&LAYERS=mylayer&map=/path/to/myfile.map&CRS=EPSG%3A3857&STYLES=&WIDTH=2881&HEIGHT=1375&BBOX=1111%2C2222%2C3333%2C4444
Could anybody help to figure out whether mapserver runs as fcgid? a) MapServer version 7.0.0 (... SUPPORTS=FASTCGI ...) b) Apache 2.2(prefork mpm) was configured as described here https://mapserver.org/optimization/fastcgi.html c) Typing '$ top -u apache' in terminal shows several processes with COMMAND=mapserv.fcgi d) Log file contains following records: [Mon Sep 24 18:32:19 2018].456315 CGI Request 23 on process 31611 ... [Mon Sep 24 18:32:28 2018].730044 CGI Request 24 on process 31611 ... [Mon Sep 24 18:32:38 2018].823934 CGI Request 25 on process 31611 ... - looks like a single process is used by multiple requests. Does it mean that FastCGI i n action ? Regards.
_______________________________________________ mapserver-users mailing list [email protected] https://lists.osgeo.org/mailman/listinfo/mapserver-users
