|
101 | 101 | 'auth_digest' => 'mod_auth_digest.so', |
102 | 102 | 'authn_alias' => 'mod_authn_alias.so', |
103 | 103 | 'authn_anon' => 'mod_authn_anon.so', |
| 104 | + 'authn_core' => 'mod_authn_core.so', |
104 | 105 | 'authn_dbd' => 'mod_authn_dbd.so', |
105 | 106 | 'authn_dbm' => 'mod_authn_dbm.so', |
106 | | - 'authn_core' => 'mod_authn_core.so', |
107 | 107 | 'authn_file' => 'mod_authn_file.so', |
108 | 108 | 'authnz_ldap' => 'mod_authnz_ldap.so', |
109 | | - 'authz_dbm' => 'mod_authz_dbm.so', |
110 | 109 | 'authz_core' => 'mod_authz_core.so', |
| 110 | + 'authz_dbm' => 'mod_authz_dbm.so', |
111 | 111 | 'authz_groupfile' => 'mod_authz_groupfile.so', |
112 | 112 | 'authz_host' => 'mod_authz_host.so', |
113 | 113 | 'authz_owner' => 'mod_authz_owner.so', |
114 | 114 | 'authz_user' => 'mod_authz_user.so', |
115 | 115 | 'autoindex' => 'mod_autoindex.so', |
116 | 116 | 'cache' => 'mod_cache.so', |
117 | 117 | 'cern_meta' => 'mod_cern_meta.so', |
118 | | - 'cgid' => 'mod_cgid.so', |
119 | 118 | 'cgi' => 'mod_cgi.so', |
120 | | - 'dav_fs' => 'mod_dav_fs.so', |
| 119 | + 'cgid' => 'mod_cgid.so', |
121 | 120 | 'dav' => 'mod_dav.so', |
| 121 | + 'dav_fs' => 'mod_dav_fs.so', |
122 | 122 | 'dav_svn' => 'mod_dav_svn.so', |
123 | 123 | 'dbd' => 'mod_dbd.so', |
124 | 124 | 'deflate' => 'mod_deflate.so', |
|
142 | 142 | 'negotiation' => 'mod_negotiation.so', |
143 | 143 | 'php5' => 'libphp5.so', |
144 | 144 | 'php7' => 'libphp7.so', |
| 145 | + 'proxy' => 'mod_proxy.so', |
145 | 146 | 'proxy_ajp' => 'mod_proxy_ajp.so', |
146 | 147 | 'proxy_balancer' => 'mod_proxy_balancer.so', |
147 | 148 | 'proxy_connect' => 'mod_proxy_connect.so', |
148 | 149 | 'proxy_ftp' => 'mod_proxy_ftp.so', |
149 | 150 | 'proxy_http' => 'mod_proxy_http.so', |
150 | | - 'proxy' => 'mod_proxy.so', |
151 | 151 | 'proxy_scgi' => 'mod_proxy_scgi.so', |
152 | 152 | 'reqtimeout' => 'mod_reqtimeout.so', |
153 | 153 | 'rewrite' => 'mod_rewrite.so', |
|
160 | 160 | 'suexec' => 'mod_suexec.so', |
161 | 161 | 'systemd' => 'mod_systemd.so', |
162 | 162 | 'unique_id' => 'mod_unique_id.so', |
| 163 | + 'unixd' => 'mod_unixd.so', |
163 | 164 | 'userdir' => 'mod_userdir.so', |
164 | 165 | 'usertrack' => 'mod_usertrack.so', |
165 | | - 'unixd' => 'mod_unixd.so', |
166 | 166 | 'version' => 'mod_version.so', |
167 | 167 | 'vhost_alias' => 'mod_vhost_alias.so', |
168 | 168 | }, |
|
0 commit comments