|
97 | 97 | $php_version = '5'
|
98 | 98 | $mod_packages = {
|
99 | 99 | # NOTE: The auth_cas module isn't available on RH/CentOS without providing dependency packages provided by EPEL.
|
100 |
| - 'auth_cas' => 'mod_auth_cas', |
101 |
| - 'auth_kerb' => 'mod_auth_kerb', |
102 |
| - 'auth_mellon' => 'mod_auth_mellon', |
103 |
| - 'authnz_ldap' => $::apache::version::distrelease ? { |
| 100 | + 'auth_cas' => 'mod_auth_cas', |
| 101 | + 'auth_kerb' => 'mod_auth_kerb', |
| 102 | + 'auth_mellon' => 'mod_auth_mellon', |
| 103 | + 'authnz_ldap' => $::apache::version::distrelease ? { |
104 | 104 | '7' => 'mod_ldap',
|
105 | 105 | default => 'mod_authz_ldap',
|
106 | 106 | },
|
107 |
| - 'authnz_pam' => 'mod_authnz_pam', |
108 |
| - 'fastcgi' => 'mod_fastcgi', |
109 |
| - 'fcgid' => 'mod_fcgid', |
110 |
| - 'geoip' => 'mod_geoip', |
111 |
| - 'ldap' => $::apache::version::distrelease ? { |
| 107 | + 'authnz_pam' => 'mod_authnz_pam', |
| 108 | + 'fastcgi' => 'mod_fastcgi', |
| 109 | + 'fcgid' => 'mod_fcgid', |
| 110 | + 'geoip' => 'mod_geoip', |
| 111 | + 'intercept_form_submit' => 'mod_intercept_form_submit', |
| 112 | + 'ldap' => $::apache::version::distrelease ? { |
112 | 113 | '7' => 'mod_ldap',
|
113 | 114 | default => undef,
|
114 | 115 | },
|
115 |
| - 'pagespeed' => 'mod-pagespeed-stable', |
| 116 | + 'pagespeed' => 'mod-pagespeed-stable', |
116 | 117 | # NOTE: The passenger module isn't available on RH/CentOS without
|
117 | 118 | # providing dependency packages provided by EPEL and passenger
|
118 | 119 | # repositories. See
|
119 | 120 | # https://www.phusionpassenger.com/library/install/apache/install/oss/el7/
|
120 |
| - 'passenger' => 'mod_passenger', |
121 |
| - 'perl' => 'mod_perl', |
122 |
| - 'php5' => $::apache::version::distrelease ? { |
| 121 | + 'passenger' => 'mod_passenger', |
| 122 | + 'perl' => 'mod_perl', |
| 123 | + 'php5' => $::apache::version::distrelease ? { |
123 | 124 | '5' => 'php53',
|
124 | 125 | default => 'php',
|
125 | 126 | },
|
126 |
| - 'phpXXX' => 'php', |
127 |
| - 'proxy_html' => 'mod_proxy_html', |
128 |
| - 'python' => 'mod_python', |
129 |
| - 'security' => 'mod_security', |
| 127 | + 'phpXXX' => 'php', |
| 128 | + 'proxy_html' => 'mod_proxy_html', |
| 129 | + 'python' => 'mod_python', |
| 130 | + 'security' => 'mod_security', |
130 | 131 | # NOTE: The module for Shibboleth is not available on RH/CentOS without
|
131 | 132 | # providing dependency packages provided by Shibboleth's repositories.
|
132 | 133 | # See http://wiki.aaf.edu.au/tech-info/sp-install-guide
|
133 |
| - 'shibboleth' => 'shibboleth', |
134 |
| - 'ssl' => 'mod_ssl', |
135 |
| - 'wsgi' => 'mod_wsgi', |
136 |
| - 'dav_svn' => 'mod_dav_svn', |
137 |
| - 'suphp' => 'mod_suphp', |
138 |
| - 'xsendfile' => 'mod_xsendfile', |
139 |
| - 'nss' => 'mod_nss', |
140 |
| - 'shib2' => 'shibboleth', |
| 134 | + 'shibboleth' => 'shibboleth', |
| 135 | + 'ssl' => 'mod_ssl', |
| 136 | + 'wsgi' => 'mod_wsgi', |
| 137 | + 'dav_svn' => 'mod_dav_svn', |
| 138 | + 'suphp' => 'mod_suphp', |
| 139 | + 'xsendfile' => 'mod_xsendfile', |
| 140 | + 'nss' => 'mod_nss', |
| 141 | + 'shib2' => 'shibboleth', |
141 | 142 | }
|
142 | 143 | $mod_libs = {
|
143 | 144 | 'nss' => 'libmodnss.so',
|
|
235 | 236 | $php_version = '7.0'
|
236 | 237 | }
|
237 | 238 | $mod_packages = {
|
238 |
| - 'auth_cas' => 'libapache2-mod-auth-cas', |
239 |
| - 'auth_kerb' => 'libapache2-mod-auth-kerb', |
240 |
| - 'auth_mellon' => 'libapache2-mod-auth-mellon', |
241 |
| - 'authnz_pam' => 'libapache2-mod-authnz-pam', |
242 |
| - 'dav_svn' => 'libapache2-svn', |
243 |
| - 'fastcgi' => 'libapache2-mod-fastcgi', |
244 |
| - 'fcgid' => 'libapache2-mod-fcgid', |
245 |
| - 'geoip' => 'libapache2-mod-geoip', |
246 |
| - 'nss' => 'libapache2-mod-nss', |
247 |
| - 'pagespeed' => 'mod-pagespeed-stable', |
248 |
| - 'passenger' => 'libapache2-mod-passenger', |
249 |
| - 'perl' => 'libapache2-mod-perl2', |
250 |
| - 'phpXXX' => 'libapache2-mod-phpXXX', |
251 |
| - 'proxy_html' => 'libapache2-mod-proxy-html', |
252 |
| - 'python' => 'libapache2-mod-python', |
253 |
| - 'rpaf' => 'libapache2-mod-rpaf', |
254 |
| - 'security' => 'libapache2-modsecurity', |
255 |
| - 'shib2' => 'libapache2-mod-shib2', |
256 |
| - 'suphp' => 'libapache2-mod-suphp', |
257 |
| - 'wsgi' => 'libapache2-mod-wsgi', |
258 |
| - 'xsendfile' => 'libapache2-mod-xsendfile', |
| 239 | + 'auth_cas' => 'libapache2-mod-auth-cas', |
| 240 | + 'auth_kerb' => 'libapache2-mod-auth-kerb', |
| 241 | + 'auth_mellon' => 'libapache2-mod-auth-mellon', |
| 242 | + 'authnz_pam' => 'libapache2-mod-authnz-pam', |
| 243 | + 'dav_svn' => 'libapache2-svn', |
| 244 | + 'fastcgi' => 'libapache2-mod-fastcgi', |
| 245 | + 'fcgid' => 'libapache2-mod-fcgid', |
| 246 | + 'geoip' => 'libapache2-mod-geoip', |
| 247 | + 'intercept_form_submit' => 'libapache2-mod-intercept-form-submit', |
| 248 | + 'nss' => 'libapache2-mod-nss', |
| 249 | + 'pagespeed' => 'mod-pagespeed-stable', |
| 250 | + 'passenger' => 'libapache2-mod-passenger', |
| 251 | + 'perl' => 'libapache2-mod-perl2', |
| 252 | + 'phpXXX' => 'libapache2-mod-phpXXX', |
| 253 | + 'proxy_html' => 'libapache2-mod-proxy-html', |
| 254 | + 'python' => 'libapache2-mod-python', |
| 255 | + 'rpaf' => 'libapache2-mod-rpaf', |
| 256 | + 'security' => 'libapache2-modsecurity', |
| 257 | + 'shib2' => 'libapache2-mod-shib2', |
| 258 | + 'suphp' => 'libapache2-mod-suphp', |
| 259 | + 'wsgi' => 'libapache2-mod-wsgi', |
| 260 | + 'xsendfile' => 'libapache2-mod-xsendfile', |
259 | 261 | }
|
260 | 262 | $error_log = 'error.log'
|
261 | 263 | $scriptalias = '/usr/lib/cgi-bin'
|
|
0 commit comments