aboutsummaryrefslogtreecommitdiffstats
path: root/configs/http.conf.sample
diff options
context:
space:
mode:
authorrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2008-01-07 17:15:11 +0000
committerrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2008-01-07 17:15:11 +0000
commit81f5f8704d931a333b1654c0e7b8268343cb0894 (patch)
tree5ee01c72955b0d35b8a5cef0f2093b3d0511370f /configs/http.conf.sample
parentc25a66aadc12a3fb4e75993f5fa01002545d9c0e (diff)
Add a note about viewing the default set of documentation using the built-in http server
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@96888 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'configs/http.conf.sample')
-rw-r--r--configs/http.conf.sample9
1 files changed, 9 insertions, 0 deletions
diff --git a/configs/http.conf.sample b/configs/http.conf.sample
index 9deefad81..b0c0047aa 100644
--- a/configs/http.conf.sample
+++ b/configs/http.conf.sample
@@ -2,6 +2,15 @@
; Asterisk Builtin mini-HTTP server
;
;
+; Note about Asterisk documentation:
+; If Asterisk was installed from a tarball, then the HTML documentation should
+; be installed in the static-http/docs directory which is
+; (/var/lib/asterisk/static-http/docs) on linux by default. If the Asterisk
+; HTTP server is enabled in this file by setting the "enabled", "bindaddr",
+; and "bindport" options, then you should be able to view the documentation
+; remotely by browsing to:
+; http://<server_ip>:<bindport/asterisk/static/docs/index.html
+;
[general]
;
; Whether HTTP/HTTPS interface is enabled or not. Default is no.