From: Wilfried Göesgens Date: Wed, 7 Mar 2007 14:06:23 +0000 (+0000) Subject: * for some reason webcit.conf was missing. X-Git-Tag: v7.86~3535 X-Git-Url: https://code.citadel.org/?p=citadel.git;a=commitdiff_plain;h=2d7069fa6d40e6285ae262282dd21c64bbfa9e9a * for some reason webcit.conf was missing. --- diff --git a/webcit/debian/changelog b/webcit/debian/changelog index 89b04874b..5ae480673 100644 --- a/webcit/debian/changelog +++ b/webcit/debian/changelog @@ -1,3 +1,9 @@ +webcit (7.02-10) stable; urgency=high + + * Maintainance release; libical upgrade. + + -- Wilfried Goesgens Thu, 1 Mar 2007 21:09:00 +0100 + webcit (7.02-9) unstable; urgency=high * fixed some quoted printable bugs. diff --git a/webcit/debian/webcit.conf b/webcit/debian/webcit.conf new file mode 100644 index 000000000..ba9d33295 --- /dev/null +++ b/webcit/debian/webcit.conf @@ -0,0 +1,33 @@ +# if you want to have this in just one virtual host +# context, remove the symbolic link from /etc/apachenn/conf.d +# and rather do something like +# +# Servername www.mycitadel.org +# include /etc/citadel/webcit.conf +# + + + Allow from all + + + Allow from all + + + Allow from all + + +ProxyPass /webcit/ http://127.0.0.1:8504/webcit/ +ProxyPassReverse /webcit/ http://127.0.0.1:8504/webcit/ + +ProxyPass /listsub/ http://127.0.0.1:8504/listsub/ +ProxyPassReverse /listsub/ http://127.0.0.1:8504/listsub/ + +ProxyPass /groupdav/ http://127.0.0.1:8504/groupdav/ +ProxyPassReverse /groupdav/ http://127.0.0.1:8504/groupdav/ + +ProxyPass /who_inner_html http://127.0.0.1:8504/who_inner_html +ProxyPassReverse /who_inner_html http://127.0.0.1:8504/who_inner_html + +alias /static /usr/share/citadel-webcit/static +alias /tiny_mce /usr/share/tinymce/www +