Skip to content

Commit fe32c9c

Browse files
jaymzhfacebook-github-bot
authored andcommitted
add support for fcgi (fedora/centos) (facebook#243)
Summary: This is required to make PHP work on modern RH-y distros. Signed-off-by: Phil Dibowitz <phil@ipom.com> Pull Request resolved: facebook#243 Differential Revision: D65891004 fbshipit-source-id: 5a35def78c2146740cfadef8384fd67d9d8204ea
1 parent 197ebc4 commit fe32c9c

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

cookbooks/fb_apache/attributes/default.rb

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -128,6 +128,7 @@
128128
'env' => 'mod_env.so',
129129
'expires' => 'mod_expires.so',
130130
'ext_filter' => 'mod_ext_filter.so',
131+
'fcgid' => 'mod_fcgid.so',
131132
'filter' => 'mod_filter.so',
132133
'headers' => 'mod_headers.so',
133134
'ident' => 'mod_ident.so',
@@ -146,6 +147,7 @@
146147
'proxy_ajp' => 'mod_proxy_ajp.so',
147148
'proxy_balancer' => 'mod_proxy_balancer.so',
148149
'proxy_connect' => 'mod_proxy_connect.so',
150+
'proxy_fcgi' => 'mod_proxy_fcgi.so',
149151
'proxy_ftp' => 'mod_proxy_ftp.so',
150152
'proxy_http' => 'mod_proxy_http.so',
151153
'proxy_scgi' => 'mod_proxy_scgi.so',
@@ -179,6 +181,9 @@
179181
'php7' => value_for_platform_family(
180182
'rhel' => 'mod_php',
181183
),
184+
'fcgid' => value_for_platform_family(
185+
'rhel' => 'mod_fcgid',
186+
),
182187
'ssl' => value_for_platform_family(
183188
'rhel' => 'mod_ssl',
184189
),

0 commit comments

Comments
 (0)