From: Pari Nannapaneni Date: Fri, 4 May 2007 20:11:03 +0000 (+0000) Subject: Merged revisions 63047 via svnmerge from X-Git-Tag: 1.6.0-beta1~3^2~2741 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f1ca07ea8b67608cd268323ea3a4f7b925c35994;p=thirdparty%2Fasterisk.git 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 ........ git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@63105 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- diff --git a/configs/manager.conf.sample b/configs/manager.conf.sample index 6f2eec8598..11ba37354d 100644 --- a/configs/manager.conf.sample +++ b/configs/manager.conf.sample @@ -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).