Search code examples
apachecgi-binqueuing

Apache Queuing CGI-BIN functions


I am running an Apache Server and I have placed a script to generate a report within the CGI-BIN which I can then start running from link in simple webpage I put together.

The script works no problem. What I have noticed though is that if I attempt to run two or more of the same script through the browser they are queued, i.e. the second will not run until the first is done? I was wondering why this happens and if it is possible to turn it off if necessary,

Thanks


Solution

  • It turns out that it was actually Chrome queueing the requests rather apache.

    I tried it on different browsers and it worked fine.