SOURCES: apache-mod_ngobjweb.conf (NEW) - moved from spec to SOURCES

glen glen at pld-linux.org
Mon Dec 26 19:02:00 CET 2005


Author: glen                         Date: Mon Dec 26 18:02:00 2005 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- moved from spec to SOURCES

---- Files affected:
SOURCES:
   apache-mod_ngobjweb.conf (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SOURCES/apache-mod_ngobjweb.conf
diff -u /dev/null SOURCES/apache-mod_ngobjweb.conf:1.1
--- /dev/null	Mon Dec 26 19:02:00 2005
+++ SOURCES/apache-mod_ngobjweb.conf	Mon Dec 26 19:01:55 2005
@@ -0,0 +1,23 @@
+# This file contains the apache/httpd configuration for OpenGroupware.org
+#
+LoadModule ngobjweb_module modules/mod_ngobjweb.so
+
+# FIXME /usr/local
+# FIXME add allow from directives
+Alias /OpenGroupware10a.woa/WebServerResources/ /usr/local/share/opengroupware.org-1.0a/www/
+Alias /ArticleImages /var/lib/opengroupware.org/news
+
+<LocationMatch "^/OpenGroupware*">
+	SetAppPort 20000
+	SetHandler ngobjweb-adaptor
+</LocationMatch>
+
+<LocationMatch "^/zidestore/*">
+	SetHandler ngobjweb-adaptor
+	SetAppPort 21000
+</LocationMatch>
+
+<LocationMatch "^/RPC2*">
+	SetHandler ngobjweb-adaptor
+	SetAppPort 22000
+</LocationMatch>
================================================================


More information about the pld-cvs-commit mailing list