]> err.no Git - sope/commitdiff
Remove apache configuration from mod_ngobjweb package. This will be done by
authorley <ley@e4a50df8-12e2-0310-a44c-efbce7f8a7e3>
Tue, 19 Oct 2004 13:33:48 +0000 (13:33 +0000)
committerley <ley@e4a50df8-12e2-0310-a44c-efbce7f8a7e3>
Tue, 19 Oct 2004 13:33:48 +0000 (13:33 +0000)
the individual instances now.

git-svn-id: http://svn.opengroupware.org/SOPE/trunk@276 e4a50df8-12e2-0310-a44c-efbce7f8a7e3

debian/mod_ngobjweb.conf [deleted file]
debian/rules

diff --git a/debian/mod_ngobjweb.conf b/debian/mod_ngobjweb.conf
deleted file mode 100644 (file)
index 1279cd2..0000000
+++ /dev/null
@@ -1,21 +0,0 @@
-<IfModule ngobjweb_module.c>
-  <LocationMatch "^/OpenGroupware/*">
-    SetHandler ngobjweb-adaptor
-    SetAppPort 20000
-  </LocationMatch>
-
-  Alias /OpenGroupware.woa/WebServerResources/ \
-          /usr/share/opengroupware.org/WebServerResources/
-  Alias /NewsImages/ /var/lib/opengroupware.org/news_images/
-
-  <LocationMatch "^/zidestore/*">
-    SetHandler ngobjweb-adaptor
-    SetAppPort 21000
-  </LocationMatch>
-
-  <LocationMatch "^/RPC2/*">
-    SetHandler ngobjweb-adaptor
-    SetAppPort 22000
-  </LocationMatch>
-
-</IfModule>
index f31d7a2227d6a4a913e8c023f558a5053ffa2d33..093a390ff23d330e3073292121819b4ba5b8ac36 100755 (executable)
@@ -112,7 +112,6 @@ install: build
                GNUSTEP_INSTALLATION_DIR=$(CURDIR)/debian/tmp/usr/lib/apache/1.3
 
        install -m 644 debian/500mod_ngobjweb.info $(CURDIR)/debian/libapache-mod-ngobjweb/usr/lib/apache/1.3
-       install -m 644 debian/mod_ngobjweb.conf $(CURDIR)/debian/libapache-mod-ngobjweb/usr/share/opengroupware.org/mod_ngobjweb
 
 # Build architecture-independent files here.
 binary-indep: build install