File: httpd.conf

package info (click to toggle)
rabbitmq-server 2.8.4-1
  • links: PTS
  • area: main
  • in suites: wheezy
  • size: 8,928 kB
  • sloc: erlang: 52,968; python: 2,846; xml: 1,987; sh: 816; makefile: 683; perl: 86; ruby: 63
file content (15 lines) | stat: -rw-r--r-- 394 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
ServerName localhost
ServerRoot test/server_root
DocumentRoot test/server_root/htdocs

Port 5671

Modules mod_alias mod_auth rfc4627_jsonrpc_inets mod_actions mod_cgi mod_responsecontrol mod_trace mod_range mod_head mod_include mod_dir mod_get mod_log mod_disk_log

DirectoryIndex index.html

JsonRpcAlias /rpc

ErrorLog logs/error_log
TransferLog logs/access_log
SecurityLog logs/security_log