[Bug 1126233] [NEW] libapache2-mod-rpaf has wrong name in conf file
Launchpad Bug Tracker
1126233 at bugs.launchpad.net
Wed Aug 28 15:07:56 UTC 2013
You have been subscribed to a public bug by Louis Bouchard (louis-bouchard):
SRU justification :
rpaf module is not correctly enabled without this modification
Impact :
rpaf module not working as expected
Fix :
Backport Quantal syntax used for that module which correctly set the module name
to rpaf_module
Test Case :
The file /etc/apache2/mods-available/rpaf.conf should contain the
following :
<IfModule rpaf_module>
RPAFenable On
RPAFsethostname On
RPAFproxy_ips 127.0.0.1 ::1
</IfModule>
Regression :
None, this modification is already in Quantal and only implemented if
libapache2-mod-rpaf is in use.
Original description of the problem :
In the file /etc/apache2/mods-available/rpaf.conf it reads
<IfModule mod_rpaf.c>
which is for Apache 1.3 but the modules is called mod_rpaf-2.0.c for
Apache 2.x, so it must be
<IfModule mod_rpaf-2.0.c>
Here
http://bazaar.launchpad.net/~ubuntu-branches/ubuntu/precise/libapache2
-mod-rpaf/precise/view/head:/debian/rules
you can see, that mod_rpaf-2.0.c is compiled and renamed to mod_rpaf.so:
apxs2 -c -o mod_rpaf.so mod_rpaf-2.0.c
** Affects: libapache2-mod-rpaf (Ubuntu)
Importance: Undecided
Status: Fix Released
** Affects: libapache2-mod-rpaf (Ubuntu Precise)
Importance: Undecided
Assignee: Louis Bouchard (louis-bouchard)
Status: In Progress
--
libapache2-mod-rpaf has wrong name in conf file
https://bugs.launchpad.net/bugs/1126233
You received this bug notification because you are a member of Ubuntu Sponsors Team, which is subscribed to the bug report.
More information about the Ubuntu-sponsors
mailing list