From: br1 Date: Fri, 29 Mar 2002 12:16:16 +0000 (+0000) Subject: added apache configuration info X-Git-Tag: prexmlproducerconfig~210 X-Git-Url: http://erislabs.net/gitweb/?p=mir.git;a=commitdiff_plain;h=cf13c2e12f223dbde4e2ef546f2a5a8152c07969 added apache configuration info --- diff --git a/doc/INSTALL.mir b/doc/INSTALL.mir index 00c13412..92083300 100755 --- a/doc/INSTALL.mir +++ b/doc/INSTALL.mir @@ -191,6 +191,14 @@ If mod_jk.conf-auto doesn't get written or is 0 bytes in size, check your system for file ownership/permissions problems. +13. configure apache + +edit http.conf: +* set the document root to the same directory as in the mir config file +* enable shtml includes: + - add LoadModule includes_module /usr/lib/apache/1.3/mod_include.so + - make sure your directory contains "Options Includes" + that's it :) @@ -213,4 +221,4 @@ You can give these a try if anything goes wrong: + Restart Tomcat. Especially after compiling the sources Tomcat has to be restarted. -+ Check file permissions and ownership. Try and run perms.sh. \ No newline at end of file ++ Check file permissions and ownership. Try and run perms.sh.