From 2d7069fa6d40e6285ae262282dd21c64bbfa9e9a Mon Sep 17 00:00:00 2001 From: =?utf8?q?Wilfried=20G=C3=B6esgens?= Date: Wed, 7 Mar 2007 14:06:23 +0000 Subject: [PATCH] * for some reason webcit.conf was missing. --- webcit/debian/changelog | 6 ++++++ webcit/debian/webcit.conf | 33 +++++++++++++++++++++++++++++++++ 2 files changed, 39 insertions(+) create mode 100644 webcit/debian/webcit.conf 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 + -- 2.30.2