LoadModule ngobjweb_module /usr/lib/apache/1.3/mod_ngobjweb.so
-Description: Enables apache to handle HTTP requests for the OpenGroupware.org application server
+Description: Enables apache to handle HTTP requests for the SOPE application server
+2004-09-08 Helge Hess <helge.hess@opengroupware.org>
+
+ * handler.c: fixed some log text
+
2004-04-02 Marcus Mueller <znek@mulle-kybernetik.com>
* README: Minor additions/changes for Apache 1.3.x
Example Apache Config
---------------------
-<LocationMatch "^/OpenGroupware/*">
+<LocationMatch "^/OpenGroupware*">
SetHandler ngobjweb-adaptor
SetAppPort 20000
</LocationMatch>
if (address == NULL) {
/* did not find an appropriate application server */
ap_log_error(__FILE__, __LINE__, APLOG_ERR, 0, r->server,
- "didn't find SKYRiXgreen server using SNS ...");
+ "did not find SOPE instance using SNS.");
return DECLINED;
}
}
#
# SKYRIX configurations
-#
+#
Alias /SNSMonitor.woa/WebServerResources/ /HOME/helge/mdev/MOF2/Web/sns/SNSMonitor.woa/WebServerResources/
Alias /Skyrix.woa/WebServerResources/ /HOME/helge/mdev/LSOffice/LSWebInterface/Skyrix.woa/WebServerResources/