Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 9 Sep 2012 08:44:45 GMT
From:      Spil <spil.oss@gmail.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/171490: [www/apache22] WITH_MPM= breaks mod_proxy_*
Message-ID:  <201209090844.q898ijB6007935@red.freebsd.org>
Resent-Message-ID: <201209090850.q898o3bR018419@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         171490
>Category:       ports
>Synopsis:       [www/apache22] WITH_MPM= breaks mod_proxy_*
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sun Sep 09 08:50:03 UTC 2012
>Closed-Date:
>Last-Modified:
>Originator:     Spil
>Release:        FreeBSD 9.0-p2
>Organization:
>Environment:
FreeBSD gw.example.org 9.0-RELEASE-p2 FreeBSD 9.0-RELEASE-p2 #2: Tue Jun  5 08:38:34 CEST 2012     root@gw.example.org:/usr/obj/usr/src/sys/BEASTIE90  i386

>Description:
When building www/apache22 Apache 2.2.22_7 (and _8) with 
   WITH_MPM=worker 
and 
   WITH_PROXY=true
   WITH_PROXY_CONNECT=true
   WITH_PROXY_HTTP=true
It will build and install /usr/local/libexec/apache22/mod_proxy.so but not mod_proxy_connect.so and mod_proxy_http.so 
I haven't checked if it built the modules and not installed them or not even built them.

Building www/apache22-worker-mpm is OK, it builds and installs the proxy modules correctly
>How-To-Repeat:
Build www/apache22 with
   WITH_MPM=worker 
   WITH_PROXY=true
   WITH_PROXY_CONNECT=true
   WITH_PROXY_HTTP=true
Check for mod_proxy_http.so and mod_proxy_connect.so in /usr/local/libexec/apache22
>Fix:
Replace www/apache22 by www/apache22-worker-mpm and remove WITH_MPM=worker from the configuration

>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201209090844.q898ijB6007935>