Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 447202 - www-servers/apache-2.4.3 mod_proxy_fcgi inclusion
Summary: www-servers/apache-2.4.3 mod_proxy_fcgi inclusion
Status: RESOLVED DUPLICATE of bug 421135
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-12-14 09:13 UTC by Tomáš Mózes
Modified: 2012-12-14 16:34 UTC (History)
0 users

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 Tomáš Mózes 2012-12-14 09:13:45 UTC
mod_proxy_fcgi is a module for Apache 2.4 which is not included in our ebuild:
http://httpd.apache.org/docs/2.4/mod/mod_proxy_fcgi.html

Please include this module in the ebuild - it provides an elegant way of connecting apache with php-fpm directly without any other component.

# diff -u /usr/portage/www-servers/apache/apache-2.4.3.ebuild apache-2.4.3.ebuild 
--- /usr/portage/www-servers/apache/apache-2.4.3.ebuild 2012-10-13 03:31:30.000000000 +0000
+++ apache-2.4.3.ebuild 2012-12-14 08:54:06.424516229 +0000
@@ -38,7 +38,7 @@
 env expires ext_filter file_cache filter headers ident imagemap include info
 lbmethod_byrequests lbmethod_bytraffic lbmethod_bybusyness lbmethod_heartbeat
 log_config log_forensic logio mime mime_magic negotiation proxy
-proxy_ajp proxy_balancer proxy_connect proxy_ftp proxy_http proxy_scgi rewrite
+proxy_ajp proxy_balancer proxy_connect proxy_ftp proxy_http proxy_scgi proxy_fcgi rewrite
 reqtimeout setenvif slotmem_shm speling socache_shmcb status substitute unique_id userdir usertrack
 unixd version vhost_alias"
 # The following are also in the source as of this version, but are not available
@@ -70,6 +70,7 @@
        proxy_ftp:proxy
        proxy_http:proxy
        proxy_scgi:proxy
+       proxy_fcgi:proxy
        substitute:filter
 "
 
@@ -91,6 +92,7 @@
        proxy_connect:PROXY
        proxy_ftp:PROXY
        proxy_http:PROXY
+       proxy_fcgi:PROXY
        socache_shmcb:SSL
        ssl:SSL
        status:STATUS


Thank you in advance
Comment 1 Tomáš Mózes 2012-12-14 09:28:36 UTC
No, this is not a duplicate of https://bugs.gentoo.org/show_bug.cgi?id=421135. That bug mentioned www-apache/mod_proxy_fcgi, however it lacks a maintainer and touches two separate things - a modification of the www-apache/mod_proxy_fcgi ebuild and a modifiation of the www-servers/apache ebuild. This bug is about www-servers/apache itself.
Comment 2 Jeroen Roovers (RETIRED) gentoo-dev 2012-12-14 16:34:40 UTC

*** This bug has been marked as a duplicate of bug 421135 ***