* for some reason webcit.conf was missing.
authorWilfried Göesgens <willi@citadel.org>
Wed, 7 Mar 2007 14:06:23 +0000 (14:06 +0000)
committerWilfried Göesgens <willi@citadel.org>
Wed, 7 Mar 2007 14:06:23 +0000 (14:06 +0000)
webcit/debian/changelog
webcit/debian/webcit.conf [new file with mode: 0644]

index 89b04874b03dbea80e5c5097f52e9f4d1c8124f3..5ae48067310169cc6795b1fed1b3ff2b621b0fcc 100644 (file)
@@ -1,3 +1,9 @@
+webcit (7.02-10) stable; urgency=high
+
+  * Maintainance release; libical upgrade.
+
+ -- Wilfried Goesgens <citadel@outgesourced.org>  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 (file)
index 0000000..ba9d332
--- /dev/null
@@ -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
+# <virtualhost mycitadel.org>
+#   Servername www.mycitadel.org
+#   include /etc/citadel/webcit.conf
+# </virtualhost>
+
+<location /webcit>
+        Allow from all
+</location>
+<location /listsub>
+        Allow from all
+</location>
+<location /groupdav>
+        Allow from all
+</location>
+
+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
+