Skip Menu |

This queue is for tickets about the libapreq2 CPAN distribution.

Report information
The Basics
Id: 17572
Status: rejected
Worked: 5 min
Priority: 0/
Queue: libapreq2

People
Owner: Nobody in particular
Requestors: tom.schindl [...] bestsolution.at
Cc:
AdminCc:

Bug Information
Severity: Normal
Broken in: 2.06-dev
Fixed in: (no value)



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".
Hi. I've been going through the queue of long-dormant bug reports. While you're correct that it's not mentioned in install, the make install command (or more accurately, apxs) adds this to the httpd.conf file for you, so I don't know that adding this particular step is more relevant than, for example, copying the mod_apreq.so file to the apache modules directory... It's done for you.