* fix another off by one while retrieving the iterator counter params
[citadel.git] / webcit / debian / webcit.conf
blob19d71fbb0df55d9e745e78d30147ff16d0d512e8
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>
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>
19 ProxyPass /webcit/ http://127.0.0.1:8504/webcit/
20 ProxyPassReverse /webcit/ http://127.0.0.1:8504/webcit/
22 ProxyPass /listsub http://127.0.0.1:8504/listsub
23 ProxyPassReverse /listsub http://127.0.0.1:8504/listsub
25 ProxyPass /groupdav/ http://127.0.0.1:8504/groupdav/
26 ProxyPassReverse /groupdav/ http://127.0.0.1:8504/groupdav/
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
31 alias /static /usr/share/citadel-webcit/static
32 alias /tiny_mce /usr/share/tinymce/www