<HTML><BODY>Hi list!<br><br>A proper image is generated by WMS request like this:<br><a href="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=8524748.312682366%2C5343317.783411751%2C8531630.033885164%2C5346602.186970878">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</a><br><br>Could anybody help to figure out whether mapserver runs as fcgid?<a href="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=8524748.312682366%2C5343317.783411751%2C8531630.033885164%2C5346602.186970878"></a><br><br>a) MapServer version 7.0.0 (... SUPPORTS=FASTCGI ...)<br><br>b) Apache 2.2(prefork mpm)  was configured as described here <a href="https://mapserver.org/optimization/fastcgi.html">https://mapserver.org/optimization/fastcgi.html</a><br><a href="https://mapserver.org/optimization/fastcgi.html"></a><br><a href="https://mapserver.org/optimization/fastcgi.html"></a>c) Typing '$ top -u apache' in terminal shows several processes with COMMAND=mapserv.fcgi<br><br>d) Log file contains following records:<br><br>    [Mon Sep 24 18:32:19 2018].456315 CGI Request 23 on process 31611<br>    ...<br>    [Mon Sep 24 18:32:28 2018].730044 CGI Request 24 on process 31611<br>    ...<br>    [Mon Sep 24 18:32:38 2018].823934 CGI Request 25 on process 31611<br>    ...<br>    - looks like a single process  <span id="result_box" class="short_text" lang="en"><span>is used</span></span> by multiple requests.<br><br><br>Does it mean that FastCGI i<span id="result_box" class="short_text" lang="en"><span>n action</span></span>?<br><br>Regards.<br><br><br><br><br><br><br><br><br></BODY></HTML>