aboutsummaryrefslogtreecommitdiffstats
path: root/configs/http.conf.sample
diff options
context:
space:
mode:
authormarkster <markster@f38db490-d61c-443f-a65b-d21fe96a405b>2006-04-01 08:49:54 +0000
committermarkster <markster@f38db490-d61c-443f-a65b-d21fe96a405b>2006-04-01 08:49:54 +0000
commit7014c0e5dd398d127b2027d9cd23198dfb0fd239 (patch)
tree7d74fc1d9c8da4425d180dec71f1e3dbe9b29d7e /configs/http.conf.sample
parent365090435aee1c9fa51fa27c49a085ec5c39b94e (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: http://svn.digium.com/svn/asterisk/trunk@16850 f38db490-d61c-443f-a65b-d21fe96a405b
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
;