Any ideas as to why my Apache / 2.0.49 server always waits 20 seconds from receiving a request that is executed using a cgi-bin script to run this script?
The server immediately responds to normal HTTP requests that use only static files, but cgi-bin requests always take 20 seconds to complete. I used tcpdump at the time the request arrived and printed the time at the beginning of the script to determine that the delay was between the two events.
I do not see anything in the configuration related to 20 seconds. Red Hat Linux 3.3.3-7 is running on the server, and I'm sure it responded immediately to the cgi scripts, but not sure when it started slowly and what could change to cause this.
Thanks in advance for any help / suggestions you can provide.
source share