]> err.no Git - scalable-opengroupware.org/blobdiff - SOGo/Main/README
made sogod a tool, places bundles into Library/SOGo-0.9
[scalable-opengroupware.org] / SOGo / Main / README
index 7e6d556bcd8a16812873afd10be443152c915547..ce89c08f0443aeb30a766a8dd64fd6267dd8c455 100644 (file)
@@ -23,3 +23,24 @@ What it does
 - provides the root object (the application object with user lookup)
 - sets the authenticator
 - does some process limits and restart support
+
+Apache Setup
+============
+
+  AliasMatch /SOGoHH/so/ControlPanel/Products/(.*)/Resources/(.*) \
+             /home/helge/GNUstep/Library/SOGo-0.9/$1.SOGo/Resources/$2
+
+  <LocationMatch "^/SOGoHH*">
+    AuthName "Agenor LDAP"
+    AuthType Basic
+    AuthLDAPEnabled on
+    AuthLDAPUrl ldap://agenor-ldap:389/ou=organisation,dc=equipement,dc=gouv,dc=fr??sub?(&(objectClass=person)(uid=*))
+    require valid-user
+
+    SetHandler ngobjweb-adaptor
+    SetAppPort 9000
+  </LocationMatch>
+
+  <LocationMatch "^/SOGoHH/so/ControlPanel/Products/.*UI/Resources/.*(\.png$|\.gif$|\.css$|\.js$)">
+    SetHandler default-handler
+  </LocationMatch>