Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 572434 - www-servers/apache-2.4.x should support the inbuild mod_proxy_html.so
Summary: www-servers/apache-2.4.x should support the inbuild mod_proxy_html.so
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Lars Wendler (Polynomial-C) (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: apache-2.4-stable
  Show dependency tree
 
Reported: 2016-01-20 11:12 UTC by Thomas Beutin
Modified: 2016-02-08 19:18 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Thomas Beutin 2016-01-20 11:12:17 UTC
in the current ebuild configuration it's not possible to build apache-2.4.x with mod_proxy_html enabled

Reproducible: Always




This ebuild patches enables the module for me (after adding "proxy_html" to APACHE2_MODULES in /etc/portage/make.conf):

# diff -ubB /usr/portage/www-servers/apache/apache-2.4.18.ebuild /usr/local/portage/www-servers/apache/apache-2.4.18-r1.ebuild 
--- /usr/portage/www-servers/apache/apache-2.4.18.ebuild        2015-12-14 14:01:01.000000000 +0100
+++ /usr/local/portage/www-servers/apache/apache-2.4.18-r1.ebuild       2016-01-20 11:48:42.733060426 +0100
@@ -38,7 +38,7 @@
 dir dumpio env expires ext_filter file_cache filter headers http2 ident imagemap
 include info lbmethod_byrequests lbmethod_bytraffic lbmethod_bybusyness
 lbmethod_heartbeat log_config log_forensic logio macro mime mime_magic negotiation
-proxy proxy_ajp proxy_balancer proxy_connect proxy_ftp proxy_http proxy_scgi
+proxy proxy_ajp proxy_balancer proxy_connect proxy_ftp proxy_html proxy_http proxy_scgi
 proxy_fcgi  proxy_wstunnel rewrite ratelimit remoteip reqtimeout setenvif
 slotmem_shm speling socache_shmcb status substitute unique_id userdir usertrack
 unixd version vhost_alias"
@@ -70,6 +70,7 @@
        proxy_balancer:slotmem_shm
        proxy_connect:proxy
        proxy_ftp:proxy
+       proxy_html:proxy
        proxy_http:proxy
        proxy_scgi:proxy
        proxy_fcgi:proxy
@@ -95,6 +96,7 @@
        proxy_balancer:PROXY
        proxy_connect:PROXY
        proxy_ftp:PROXY
+       proxy_html:PROXY
        proxy_http:PROXY
        proxy_fcgi:PROXY
        proxy_scgi:PROXY
Comment 1 Dirkjan Ochtman (RETIRED) gentoo-dev 2016-01-20 12:06:10 UTC
Is this a regression from apache 2.2? If not, I don't think it needs to block 2.4 stabilization.
Comment 2 Thomas Beutin 2016-01-20 12:20:31 UTC
(In reply to Dirkjan Ochtman from comment #1)
> Is this a regression from apache 2.2? If not, I don't think it needs to
> block 2.4 stabilization.

in combination with www-apache/mod_proxy_html i would consider this a regression from apache-2.2.
Comment 3 Pacho Ramos gentoo-dev 2016-01-23 13:36:37 UTC
Yeah, it needs to be enabled to not rely on the old mod (that probably won't even work). It doesn't look hard to fix either :/
Comment 4 Pacho Ramos gentoo-dev 2016-02-08 19:18:54 UTC
[master eeb1983] www-servers/apache: Support mod_proxy_html (#572434 by Thomas Beutin)
 2 files changed, 4 insertions(+), 1 deletion(-)