File: apache.conf

package info (click to toggle)
jwchat 1.0%2Bdfsg-1.5
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 1,976 kB
  • sloc: javascript: 1,245; perl: 484; xml: 462; java: 116; sh: 108; makefile: 54
file content (14 lines) | stat: -rw-r--r-- 366 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<VirtualHost *:80>
  ServerName __ApacheServerName__
  DocumentRoot /usr/share/jwchat/www
  <Directory /usr/share/jwchat/www>
    Options  +Indexes +Multiviews +FollowSymLinks
  </Directory>
  AddDefaultCharset UTF-8
  ProxyPass /http-bind/ __JabberAddress__
  ProxyPassReverse /http-bind/ __JabberAddress__
  <Proxy *>
    Allow from all
  </Proxy>
</VirtualHost>