[asterisk-commits] pari: trunk r63105 - in /trunk: ./
	configs/manager.conf.sample
    asterisk-commits at lists.digium.com 
    asterisk-commits at lists.digium.com
       
    Fri May  4 13:11:03 MST 2007
    
    
  
Author: pari
Date: Fri May  4 15:11:03 2007
New Revision: 63105
URL: http://svn.digium.com/view/asterisk?view=rev&rev=63105
Log:
Merged revisions 63047 via svnmerge from 
https://origsvn.digium.com/svn/asterisk/branches/1.4
........
r63047 | pari | 2007-05-04 11:45:29 -0500 (Fri, 04 May 2007) | 1 line
explanation for httptimeout in manager.conf
........
Modified:
    trunk/   (props changed)
    trunk/configs/manager.conf.sample
Propchange: trunk/
------------------------------------------------------------------------------
Binary property 'branch-1.4-merged' - no diff available.
Modified: trunk/configs/manager.conf.sample
URL: http://svn.digium.com/view/asterisk/trunk/configs/manager.conf.sample?view=diff&rev=63105&r1=63104&r2=63105
==============================================================================
--- trunk/configs/manager.conf.sample (original)
+++ trunk/configs/manager.conf.sample Fri May  4 15:11:03 2007
@@ -24,7 +24,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
 
 ; Parameters that control AMI over TLS. ("enabled" must be set too).
    
    
More information about the asterisk-commits
mailing list