summaryrefslogtreecommitdiff
path: root/configs/http.conf.sample
diff options
context:
space:
mode:
authorMark Spencer <markster@digium.com>2006-04-01 08:49:54 +0000
committerMark Spencer <markster@digium.com>2006-04-01 08:49:54 +0000
commitbfba044b5f2acc4d83f0d995a03f421ef9d826b7 (patch)
tree7d74fc1d9c8da4425d180dec71f1e3dbe9b29d7e /configs/http.conf.sample
parent46a1b7c73b8d8d47efbd6fb7529562858ae883cf (diff)
Flesh out the remainder of the manager + http changes and create a sample application to partially
demonstrate the capability of manager over http. git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@16850 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'configs/http.conf.sample')
-rw-r--r--configs/http.conf.sample13
1 files changed, 9 insertions, 4 deletions
diff --git a/configs/http.conf.sample b/configs/http.conf.sample
index aea95643f..7135463d6 100644
--- a/configs/http.conf.sample
+++ b/configs/http.conf.sample
@@ -4,15 +4,20 @@
;
[general]
;
-; Whether HTTP interface is enabled or not.
+; Whether HTTP interface is enabled or not. Default is no.
;
-enabled=no
+;enabled=yes
;
-; Address to bind to
+; Whether Asterisk should serve static content from http-static
+; Default is no.
+;
+;enablestatic=yes
+;
+; Address to bind to. Default is 0.0.0.0
;
bindaddr=127.0.0.1
;
-; Port to bind to
+; Port to bind to (default is 8088)
;
bindport=8088
;