debdiff of the backported quantal fix for precise

** Description changed:

+ 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

** Patch added: "libapache2-mod-rpaf_0.6-2ubuntu1.debdiff"
   
https://bugs.launchpad.net/ubuntu/+source/libapache2-mod-rpaf/+bug/1126233/+attachment/3791766/+files/libapache2-mod-rpaf_0.6-2ubuntu1.debdiff

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1126233

Title:
  libapache2-mod-rpaf has wrong name in conf file

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libapache2-mod-rpaf/+bug/1126233/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to