added apache configuration info
authorbr1 <br1>
Fri, 29 Mar 2002 12:16:16 +0000 (12:16 +0000)
committerbr1 <br1>
Fri, 29 Mar 2002 12:16:16 +0000 (12:16 +0000)
doc/INSTALL.mir

index 00c1341..9208330 100755 (executable)
@@ -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.