You know, foo.cgi isn't exactly the fastest web application on the block is it? Can you make it faster?
Hmm, large application, don't have time to convert it to a "proper" mod_perl handler...
$cd /usr/local/apache/conf
$vi httpd.conf
10 (ish) seconds later...
$sudo /usr/local/apache/bin/apachectl restart
If you've been ultra strict in your cgi coding, Apache::Registry
is your friend :-)
Re:and if you haven't....
vek on 2002-08-01T21:06:48
Indeed sir:-)