[svn-commits] pari: branch 1.4 r63047 -
/branches/1.4/configs/manager.conf.sample
svn-commits at lists.digium.com
svn-commits at lists.digium.com
Fri May 4 09:45:30 MST 2007
Author: pari
Date: Fri May 4 11:45:29 2007
New Revision: 63047
URL: http://svn.digium.com/view/asterisk?view=rev&rev=63047
Log:
explanation for httptimeout in manager.conf
Modified:
branches/1.4/configs/manager.conf.sample
Modified: branches/1.4/configs/manager.conf.sample
URL: http://svn.digium.com/view/asterisk/branches/1.4/configs/manager.conf.sample?view=diff&rev=63047&r1=63046&r2=63047
==============================================================================
--- branches/1.4/configs/manager.conf.sample (original)
+++ branches/1.4/configs/manager.conf.sample Fri May 4 11:45:29 2007
@@ -25,7 +25,14 @@
enabled = no
;webenabled = yes
port = 5038
+
;httptimeout = 60
+; a) httptimeout sets the Max-Age of the http cookie
+; b) httptimeout is the amount of time the webserver waits
+; on a action=waitevent request (actually its httptimeout-10)
+; c) httptimeout is also the amount of time the webserver keeps
+; a http session alive after completing a successful action
+
bindaddr = 0.0.0.0
;displayconnects = yes
;
More information about the svn-commits
mailing list