[mapserver-users] MapServer FastCGI
Vladimir
fl_v at inbox.ru
Mon Sep 24 10:38:06 PDT 2018
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.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osgeo.org/pipermail/mapserver-users/attachments/20180924/2ad52528/attachment.htm>
More information about the MapServer-users
mailing list