Page 1 of 1
PersistentCGITimeout vs. MaxPersistentCGITimeout
Posted: Fri Mar 01, 2013 5:51 pm
by SeanTyree
The Profound UI documentation says that the configuration setting for timeouts is PersistentCGITimeout yet in my httpd.conf the setting is MaxPersistentCGITimeout. Which one is correct?
Re: PersistentCGITimeout vs. MaxPersistentCGITimeout
Posted: Fri Mar 01, 2013 6:17 pm
by David
The documentation is a bit out of date there. We'll correct it, sorry.
The 'httpd.conf' installed by PUI is correct. There is a 'MaxPeristentCGITimeout' and also an environment variable PUI_TIMEOUT which control it. These work together and must be both set to the same value.
Re: PersistentCGITimeout vs. MaxPersistentCGITimeout
Posted: Fri Mar 01, 2013 6:31 pm
by SeanTyree
Thanks David!