aboutsummaryrefslogtreecommitdiffstats
path: root/configs/http.conf.sample
diff options
context:
space:
mode:
authormarkster <markster@f38db490-d61c-443f-a65b-d21fe96a405b>2006-03-25 23:50:09 +0000
committermarkster <markster@f38db490-d61c-443f-a65b-d21fe96a405b>2006-03-25 23:50:09 +0000
commit4f4a24ec6ff72908d14402be9e27324148f2c8f1 (patch)
treead20048993b3cb7000c2f24edc0e013205b48924 /configs/http.conf.sample
parent5ba06203e6619dd9871d9a2fa2b7bbc353b54648 (diff)
Add micro-http server and abstract manager interface, make snmp not die
on reload. git-svn-id: http://svn.digium.com/svn/asterisk/trunk@14953 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'configs/http.conf.sample')
-rw-r--r--configs/http.conf.sample23
1 files changed, 23 insertions, 0 deletions
diff --git a/configs/http.conf.sample b/configs/http.conf.sample
new file mode 100644
index 000000000..0b1f38be2
--- /dev/null
+++ b/configs/http.conf.sample
@@ -0,0 +1,23 @@
+;
+; Asterisk Builtin mini-HTTP server
+;
+;
+[general]
+;
+; Whether HTTP interface is enabled or not.
+;
+enabled=yes
+;
+; Address to bind to
+;
+bindaddr=127.0.0.1
+;
+; Port to bind to
+;
+bindport=8088
+;
+; Prefix allows you to specify a prefix for all requests
+; to the server. The default is "asterisk" so that all
+; requests must begin with /asterisk
+;
+;prefix=asterisk