I am having trouble getting the IPCCommTimeout to work properly on my CentOS5 
box, running Virtualmin Pro, latest updates (mod_fcgid 2.2.1.el5.vm)

When I add the below lines to a VirtualHost directive

IPCCommTimeout 1

And save and restart apache.

When executing some php coding under the relevant domain that takes longer than 
1 secong to execute for example:

echo "wait for 15 seconds";
sleep(15);
echo "done";

The IPCCommTimeout is applied but then for some reason it deverts back to the 
default 40 seconds?

Any ideas on what could be the problem.

Looking forward to the responce. Let me know if you need more details.

Regards
Collin Schwagele
Bisnet Support
-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
_______________________________________________
Mod-fcgid-users mailing list
Mod-fcgid-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mod-fcgid-users

Reply via email to