Bug 161758 - www/mod_rpaf2: slave seperation and Apache22+ limitation
Summary: www/mod_rpaf2: slave seperation and Apache22+ limitation
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-apache (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-10-18 01:10 UTC by Kris Persson
Modified: 2012-01-01 19:33 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Kris Persson 2011-10-18 01:10:07 UTC
Before submiting this PR I have checked to make sure a PR of this nature had not already been submitted.  I also reviewed current ports/UPDATING and src/UPDATING to be sure.
  
mod_rpaf and mod_rpaf2 are master slave ports.  I use mod_rpaf2 on apache22 with nginx front end.  mod_rpaf2 is useable with apache22+.  

apache-2.2.20_1     Version 2.2.x of Apache web server with prefork MPM.
ap22-mod_rpaf-0.6_1 Make proxied requests appear with client IP
nginx-0.8.54        Robust and small WWW server

Fix: 

I contacted maintainer apache@freebsd.org and per Phillip M. Gollucci of Apache he suggested the following:

"What should happen is mod_rpaf becomes mod_rpaf2 with the appropriate changes to make it only for 22+, then mod_rpaf can quietly go away when apache13/20 do."

This will require a change to the ports themselves as they are currently linked as master/slave though the slave works with apache22+.
How-To-Repeat: Both mod_rpaf and mod_rpaf2 are slated for deprecation on 11-1-2011.
Comment 1 Eitan Adler freebsd_committer freebsd_triage 2011-10-18 04:22:41 UTC
Responsible Changed
From-To: freebsd-ports-bugs->freebsd-ports-bugs

fix synopsis
Comment 2 Edwin Groothuis freebsd_committer freebsd_triage 2011-10-18 04:31:33 UTC
Responsible Changed
From-To: freebsd-ports-bugs->apache

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 3 dfilter service freebsd_committer freebsd_triage 2012-01-01 17:37:46 UTC
ohauer      2012-01-01 17:37:17 UTC

  FreeBSD ports repository

  Modified files:
    www/mod_rpaf2        Makefile 
  Added files:
    www/mod_rpaf2        distinfo pkg-descr 
  Log:
  - rewrite mod_rpaf2 so it is not a subport of mod_rpaf
    (prepare to remove www/apache13 and depending www/mod_rpaf)
  
  with hat apache@
  
  PR:             161758
  Submitted by:   Kris Persson <krisp@mlode.com>
  
  Revision  Changes    Path
  1.7       +16 -3     ports/www/mod_rpaf2/Makefile
  1.1       +2 -0      ports/www/mod_rpaf2/distinfo (new)
  1.1       +8 -0      ports/www/mod_rpaf2/pkg-descr (new)
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 4 Olli Hauer freebsd_committer freebsd_triage 2012-01-01 19:32:45 UTC
State Changed
From-To: open->closed

Thanks for the hint! 

mod_rpaf2 builds now on it's own