Skip to content

Commit 197ebc4

Browse files
jaymzhfacebook-github-bot
authored andcommitted
alphabetize module listing (facebook#243)
Test Plan: eyes Differential Revision: D68027850 fbshipit-source-id: f9c7efcd6b258be03d93b0d82fc2b5b792d65427
1 parent cdbef5a commit 197ebc4

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

cookbooks/fb_apache/attributes/default.rb

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -101,24 +101,24 @@
101101
'auth_digest' => 'mod_auth_digest.so',
102102
'authn_alias' => 'mod_authn_alias.so',
103103
'authn_anon' => 'mod_authn_anon.so',
104+
'authn_core' => 'mod_authn_core.so',
104105
'authn_dbd' => 'mod_authn_dbd.so',
105106
'authn_dbm' => 'mod_authn_dbm.so',
106-
'authn_core' => 'mod_authn_core.so',
107107
'authn_file' => 'mod_authn_file.so',
108108
'authnz_ldap' => 'mod_authnz_ldap.so',
109-
'authz_dbm' => 'mod_authz_dbm.so',
110109
'authz_core' => 'mod_authz_core.so',
110+
'authz_dbm' => 'mod_authz_dbm.so',
111111
'authz_groupfile' => 'mod_authz_groupfile.so',
112112
'authz_host' => 'mod_authz_host.so',
113113
'authz_owner' => 'mod_authz_owner.so',
114114
'authz_user' => 'mod_authz_user.so',
115115
'autoindex' => 'mod_autoindex.so',
116116
'cache' => 'mod_cache.so',
117117
'cern_meta' => 'mod_cern_meta.so',
118-
'cgid' => 'mod_cgid.so',
119118
'cgi' => 'mod_cgi.so',
120-
'dav_fs' => 'mod_dav_fs.so',
119+
'cgid' => 'mod_cgid.so',
121120
'dav' => 'mod_dav.so',
121+
'dav_fs' => 'mod_dav_fs.so',
122122
'dav_svn' => 'mod_dav_svn.so',
123123
'dbd' => 'mod_dbd.so',
124124
'deflate' => 'mod_deflate.so',
@@ -142,12 +142,12 @@
142142
'negotiation' => 'mod_negotiation.so',
143143
'php5' => 'libphp5.so',
144144
'php7' => 'libphp7.so',
145+
'proxy' => 'mod_proxy.so',
145146
'proxy_ajp' => 'mod_proxy_ajp.so',
146147
'proxy_balancer' => 'mod_proxy_balancer.so',
147148
'proxy_connect' => 'mod_proxy_connect.so',
148149
'proxy_ftp' => 'mod_proxy_ftp.so',
149150
'proxy_http' => 'mod_proxy_http.so',
150-
'proxy' => 'mod_proxy.so',
151151
'proxy_scgi' => 'mod_proxy_scgi.so',
152152
'reqtimeout' => 'mod_reqtimeout.so',
153153
'rewrite' => 'mod_rewrite.so',
@@ -160,9 +160,9 @@
160160
'suexec' => 'mod_suexec.so',
161161
'systemd' => 'mod_systemd.so',
162162
'unique_id' => 'mod_unique_id.so',
163+
'unixd' => 'mod_unixd.so',
163164
'userdir' => 'mod_userdir.so',
164165
'usertrack' => 'mod_usertrack.so',
165-
'unixd' => 'mod_unixd.so',
166166
'version' => 'mod_version.so',
167167
'vhost_alias' => 'mod_vhost_alias.so',
168168
},

0 commit comments

Comments
 (0)