]> git.pld-linux.org Git - packages/apache-mod_ngobjweb.git/commitdiff
- moved from spec to SOURCES
authorElan Ruusamäe <glen@pld-linux.org>
Mon, 26 Dec 2005 18:01:55 +0000 (18:01 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    apache-mod_ngobjweb.conf -> 1.1

apache-mod_ngobjweb.conf [new file with mode: 0644]

diff --git a/apache-mod_ngobjweb.conf b/apache-mod_ngobjweb.conf
new file mode 100644 (file)
index 0000000..0bebbb1
--- /dev/null
@@ -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>
This page took 0.097977 seconds and 4 git commands to generate.