1 |
diff -Nur -x '*.orig' -x '*.rej' e-smith-apache-2.4.0/root/etc/e-smith/templates/etc/httpd/conf/httpd.conf/20LoadModule50 mezzanine_patched_e-smith-apache-2.4.0/root/etc/e-smith/templates/etc/httpd/conf/httpd.conf/20LoadModule50 |
2 |
--- e-smith-apache-2.4.0/root/etc/e-smith/templates/etc/httpd/conf/httpd.conf/20LoadModule50 2008-10-07 10:53:34.000000000 -0500 |
3 |
+++ mezzanine_patched_e-smith-apache-2.4.0/root/etc/e-smith/templates/etc/httpd/conf/httpd.conf/20LoadModule50 2013-10-07 17:07:08.744048685 -0500 |
4 |
@@ -4,10 +4,12 @@ |
5 |
proxy_http |
6 |
alias |
7 |
rewrite |
8 |
- access |
9 |
authz_host |
10 |
authz_user |
11 |
- auth |
12 |
- auth_anon |
13 |
+ authn_file |
14 |
+ authn_anon |
15 |
+ auth_digest |
16 |
+ auth_basic |
17 |
+ authz_groupfile |
18 |
)); |
19 |
} |
20 |
diff -Nur -x '*.orig' -x '*.rej' e-smith-apache-2.4.0/root/etc/e-smith/templates/etc/httpd/conf/httpd.conf/20LoadModule60 mezzanine_patched_e-smith-apache-2.4.0/root/etc/e-smith/templates/etc/httpd/conf/httpd.conf/20LoadModule60 |
21 |
--- e-smith-apache-2.4.0/root/etc/e-smith/templates/etc/httpd/conf/httpd.conf/20LoadModule60 2013-10-07 17:08:53.424338100 -0500 |
22 |
+++ mezzanine_patched_e-smith-apache-2.4.0/root/etc/e-smith/templates/etc/httpd/conf/httpd.conf/20LoadModule60 1969-12-31 18:00:00.000000000 -0600 |
23 |
@@ -1,3 +0,0 @@ |
24 |
-{ |
25 |
- $OUT .= load_modules(qw(auth_digest auth_basic)); |
26 |
-} |