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
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.
*** This bug has been marked as a duplicate of bug 421135 ***