]> git.pld-linux.org Git - packages/apache-mod_ngobjweb.git/blob - apache-mod_ngobjweb.conf
- HTTP group
[packages/apache-mod_ngobjweb.git] / apache-mod_ngobjweb.conf
1 # This file contains the apache/httpd configuration for OpenGroupware.org
2 #
3 LoadModule ngobjweb_module modules/mod_ngobjweb.so
4
5 # FIXME /usr/local
6 # FIXME add allow from directives
7 Alias /OpenGroupware10a.woa/WebServerResources/ /usr/local/share/opengroupware.org-1.0a/www/
8 Alias /ArticleImages /var/lib/opengroupware.org/news
9
10 <LocationMatch "^/OpenGroupware*">
11         SetAppPort 20000
12         SetHandler ngobjweb-adaptor
13 </LocationMatch>
14
15 <LocationMatch "^/zidestore/*">
16         SetHandler ngobjweb-adaptor
17         SetAppPort 21000
18 </LocationMatch>
19
20 <LocationMatch "^/RPC2*">
21         SetHandler ngobjweb-adaptor
22         SetAppPort 22000
23 </LocationMatch>
This page took 0.044795 seconds and 3 git commands to generate.