The Apache-webserver starts in out configuration a CGI-script for some requests. That is a shell-script, that basically starts a mapserver with some parameters. As the mapserver-process uses many resources, we want to limit the number of processes started at the same time.

link|improve this question

50% accept rate
feedback

1 Answer

apart of doing some logic into your scripts you use some mechanism that is built into apache see http://www.cyberciti.biz/tips/linux-apache-setting-perl-cgi-script-limits.html

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.