mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-06 04:30:28 +00:00
explanation for httptimeout in manager.conf
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.4@63047 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -25,7 +25,14 @@ displaysystemname = yes
|
|||||||
enabled = no
|
enabled = no
|
||||||
;webenabled = yes
|
;webenabled = yes
|
||||||
port = 5038
|
port = 5038
|
||||||
|
|
||||||
;httptimeout = 60
|
;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
|
bindaddr = 0.0.0.0
|
||||||
;displayconnects = yes
|
;displayconnects = yes
|
||||||
;
|
;
|
||||||
|
Reference in New Issue
Block a user