Merged revisions 283627 via svnmerge from
authorRussell Bryant <russell@russellbryant.com>
Thu, 26 Aug 2010 12:26:46 +0000 (12:26 +0000)
committerRussell Bryant <russell@russellbryant.com>
Thu, 26 Aug 2010 12:26:46 +0000 (12:26 +0000)
https://origsvn.digium.com/svn/asterisk/branches/1.8

........
  r283627 | russell | 2010-08-26 07:26:22 -0500 (Thu, 26 Aug 2010) | 2 lines

  Move httptimeout out from in between port and bindaddr.
........

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@283628 65c4cc65-6c06-0410-ace0-fbb531ad65f3

configs/manager.conf.sample

index bfa1343..253a3ff 100644 (file)
 [general]
 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
 
+port = 5038
 bindaddr = 0.0.0.0
 
 ; Parameters that control AMI over TLS. ("enabled" must be set too).
@@ -69,6 +62,15 @@ bindaddr = 0.0.0.0
 
 ; debug = on   ; enable some debugging info in AMI messages (default off).
                ; Also accessible through the "manager debug" CLI command.
+
+;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
+
+
 ;[mark]
 ;secret = mysecret
 ;deny=0.0.0.0/0.0.0.0