There can be only two.
[citadel.git] / webcit / debian / webcit.conf
1 # if you want to have this in just one virtual host
2 # context, remove the symbolic link from /etc/apachenn/conf.d
3 # and rather do something like
4 # <virtualhost mycitadel.org>
5 #   Servername www.mycitadel.org
6 #   include /etc/citadel/webcit.conf
7 # </virtualhost>
8
9 <location /webcit>
10         Allow from all
11 </location>
12 <location /listsub>
13         Allow from all
14 </location>
15 <location /groupdav>
16         Allow from all
17 </location>
18
19 ProxyPass /webcit/ http://127.0.0.1:8504/webcit/
20 ProxyPassReverse /webcit/ http://127.0.0.1:8504/webcit/
21
22 ProxyPass /listsub http://127.0.0.1:8504/listsub
23 ProxyPassReverse /listsub http://127.0.0.1:8504/listsub
24
25 ProxyPass /groupdav/ http://127.0.0.1:8504/groupdav/
26 ProxyPassReverse /groupdav/ http://127.0.0.1:8504/groupdav/
27
28 ProxyPass /who_inner_html http://127.0.0.1:8504/who_inner_html
29 ProxyPassReverse /who_inner_html http://127.0.0.1:8504/who_inner_html
30
31 alias /static /usr/share/citadel-webcit/static
32 alias /tiny_mce /usr/share/tinymce/www
33