Subject: | INSTALL doesn't mention to load mod_apreq2 in httpd.conf |
The INSTALL-File should in my idea tell people that they have to load
the mod_apreq2-Module into their apache.
Subject: | patch.txt |
Index: /home/tom/eclipse2/trunk/INSTALL
===================================================================
--- /home/tom/eclipse2/trunk/INSTALL (revision 376741)
+++ /home/tom/eclipse2/trunk/INSTALL (working copy)
@@ -26,6 +26,11 @@
(optional)% make test
% make install
+Afterwards open your httpd.conf-File and load the mod_apreq module like this:
+
+ LoadModule apreq_module modules/mod_apreq2.so
+
+
Developers and other folks using httpd-apreq-2 directly from svn need to
execute "./buildconf" prior to running "./configure".