File: apache.conf

package info (click to toggle)
jwchat 1.0beta2-13
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 5,200 kB
  • ctags: 405
  • sloc: xml: 462; sh: 80; makefile: 6
file content (14 lines) | stat: -rw-r--r-- 363 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<VirtualHost *>
  ServerName __ApacheServerName__
  DocumentRoot /usr/share/jwchat/www
  <Directory /usr/share/jwchat/www>
    Options  +Indexes +Multiviews +FollowSymLinks
  </Directory>
  AddDefaultCharset UTF-8
  ProxyPass /http-poll/ __JabberAddress__
  ProxyPassReverse /http-poll/ __JabberAddress__
  <Proxy *>
    Allow from all
  </Proxy>
</VirtualHost>