9/14/2000 This tarball consists of a number of the "optional" Apache modules, built as DSO modules. As built, they should work with OSIS v5.4. These modules have had only cusory testing and are provided on an as-is basis. We are evaluating inclusion of many of these modules for the v5.5 release which is scheduled for Q1 2001. To load these modules, copy them into /usr/internet/httpd/libexec/ or any other location, and then add the desired LoadModule directive(s) from the list below. You need to match the path in the LoadModule directive to the actual location of the .so. If you put the libraries in a directory relative to the top of your server instance (say /usr/internet/httpd/public/libexec) you should be able to just use the relative path i.e. libexec/libproxy.so In general - it is prudent to only load those modules that you are planning to use. Unused modules add to execution size and server startup time. Documentation for use of these modules can be found at the Apache web site http://www.apache.org and particularly the section http://www.apache.org/docs/mod LoadModule proxy_module /usr/internet/httpd/libexec/libproxy.so LoadModule anon_auth_module /usr/internet/httpd/libexec/mod_auth_anon.so LoadModule digest_module /usr/internet/httpd/libexec/mod_digest.so LoadModule usertrack_module /usr/internet/httpd/libexec/mod_usertrack.so LoadModule mime_magic_module /usr/internet/httpd/libexec/mod_mime_magic.so LoadModule speling_module /usr/internet/httpd/libexec/mod_speling.so LoadModule unique_id_module /usr/internet/httpd/libexec/mod_unique_id.so LoadModule vhost_alias_module /usr/internet/httpd/libexec/mod_vhost_alias.so LoadModule agent_log_module /usr/internet/httpd/libexec/mod_log_agent.so LoadModule referer_log_module /usr/internet/httpd/libexec/mod_log_referer.so