Let's also include aclocal.m4
[asterisk-bristuff.git] / configs / http.conf.sample
blobf8a86f85a2a8111664144e88c18fab74445d7e07
2 ; Asterisk Builtin mini-HTTP server
5 [general]
7 ; Whether HTTP interface is enabled or not.  Default is no.
9 ;enabled=yes
11 ; Whether Asterisk should serve static content from http-static
12 ; Default is no.
14 ;enablestatic=yes
16 ; Address to bind to.  Default is 0.0.0.0
18 bindaddr=127.0.0.1
20 ; Port to bind to (default is 8088)
22 bindport=8088
24 ; Prefix allows you to specify a prefix for all requests
25 ; to the server.  The default is "asterisk" so that all
26 ; requests must begin with /asterisk
28 ;prefix=asterisk
30 ; The post_mappings section maps URLs to real paths on the filesystem.  If a
31 ; POST is done from within an authenticated manager session to one of the
32 ; configured POST mappings, then any files in the POST will be placed in the
33 ; configured directory.
35 ;[post_mappings]
37 ; In this example, if the prefix option is set to "asterisk", then using the
38 ; POST URL: /asterisk/uploads will put files in /var/lib/asterisk/uploads/.
39 ;uploads = /var/lib/asterisk/uploads/