]> err.no Git - sope/blob - debian/mod_ngobjweb.conf
Initial checkin of debian build system
[sope] / debian / mod_ngobjweb.conf
1 <IfModule ngobjweb_module.c>
2   <LocationMatch "^/OpenGroupware/*">
3     SetHandler ngobjweb-adaptor
4     SetAppPort 20000
5   </LocationMatch>
6
7   Alias /OpenGroupware.woa/WebServerResources/ \
8           /usr/share/opengroupware.org/WebServerResources/
9   Alias /NewsImages/ /var/lib/opengroupware.org/news_images/
10
11   <LocationMatch "^/zidestore/*">
12     SetHandler ngobjweb-adaptor
13     SetAppPort 21000
14   </LocationMatch>
15
16   <LocationMatch "^/RPC2/*">
17     SetHandler ngobjweb-adaptor
18     SetAppPort 22000
19   </LocationMatch>
20
21 </IfModule>