X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;ds=sidebyside;f=doc%2FINSTALL.mir;h=920833002e8be599de82a365fbc0bdd6e9565503;hb=cf13c2e12f223dbde4e2ef546f2a5a8152c07969;hp=00c13412a15ba06ac9c7f592245a7349a214b4b2;hpb=18f61c63a073a372ec21bd0cfd090aabdc58c58b;p=mir.git 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.