1 |
diff -Nur e-smith-apache-2.6.0.old/root/etc/e-smith/templates/etc/httpd/conf/httpd.conf/60DefaultType e-smith-apache-2.6.0/root/etc/e-smith/templates/etc/httpd/conf/httpd.conf/60DefaultType |
2 |
--- e-smith-apache-2.6.0.old/root/etc/e-smith/templates/etc/httpd/conf/httpd.conf/60DefaultType 2003-01-07 09:00:49.000000000 -0600 |
3 |
+++ e-smith-apache-2.6.0/root/etc/e-smith/templates/etc/httpd/conf/httpd.conf/60DefaultType 2016-03-23 05:51:05.130000000 -0500 |
4 |
@@ -1,5 +1,5 @@ |
5 |
# DefaultType is the default MIME type for documents which the server |
6 |
# cannot find the type of from filename extensions. |
7 |
|
8 |
-DefaultType text/plain |
9 |
+DefaultType none |
10 |
|
11 |
diff -Nur e-smith-apache-2.6.0.old/root/etc/e-smith/templates/etc/httpd/conf/httpd.conf/80NameVirtualHosts e-smith-apache-2.6.0/root/etc/e-smith/templates/etc/httpd/conf/httpd.conf/80NameVirtualHosts |
12 |
--- e-smith-apache-2.6.0.old/root/etc/e-smith/templates/etc/httpd/conf/httpd.conf/80NameVirtualHosts 2003-01-07 09:00:49.000000000 -0600 |
13 |
+++ e-smith-apache-2.6.0/root/etc/e-smith/templates/etc/httpd/conf/httpd.conf/80NameVirtualHosts 1969-12-31 18:00:00.000000000 -0600 |
14 |
@@ -1,2 +0,0 @@ |
15 |
-NameVirtualHost 0.0.0.0:80 |
16 |
-NameVirtualHost 0.0.0.0:443 |
17 |
diff -Nur e-smith-apache-2.6.0.old/root/etc/e-smith/templates/etc/httpd/conf/httpd.conf/20LoadModule50 e-smith-apache-2.6.0/root/etc/e-smith/templates/etc/httpd/conf/httpd.conf/20LoadModule50 |
18 |
--- e-smith-apache-2.6.0.old/root/etc/e-smith/templates/etc/httpd/conf/httpd.conf/20LoadModule50 2016-02-04 12:27:55.000000000 -0600 |
19 |
+++ e-smith-apache-2.6.0/root/etc/e-smith/templates/etc/httpd/conf/httpd.conf/20LoadModule50 2016-03-23 05:46:23.684000000 -0500 |
20 |
@@ -4,6 +4,8 @@ |
21 |
proxy_http |
22 |
alias |
23 |
rewrite |
24 |
+ authn_core |
25 |
+ authz_core |
26 |
authz_host |
27 |
authz_user |
28 |
authn_file |
29 |
@@ -11,5 +13,8 @@ |
30 |
auth_digest |
31 |
auth_basic |
32 |
authz_groupfile |
33 |
+ mpm_prefork |
34 |
+ socache_dbm |
35 |
+ unixd |
36 |
)); |
37 |
} |
38 |
diff -Nur e-smith-apache-2.6.0.old/root/etc/e-smith/templates/etc/httpd/conf/httpd.conf/35SSL15SSLMutex e-smith-apache-2.6.0/root/etc/e-smith/templates/etc/httpd/conf/httpd.conf/35SSL15SSLMutex |
39 |
--- e-smith-apache-2.6.0.old/root/etc/e-smith/templates/etc/httpd/conf/httpd.conf/35SSL15SSLMutex 2003-01-07 09:00:49.000000000 -0600 |
40 |
+++ e-smith-apache-2.6.0/root/etc/e-smith/templates/etc/httpd/conf/httpd.conf/35SSL15SSLMutex 2016-03-23 05:50:22.344000000 -0500 |
41 |
@@ -3,4 +3,4 @@ |
42 |
# Configure the path to the mutual explusion semaphore the |
43 |
# SSL engine uses internally for inter-process synchronization. |
44 |
} |
45 |
-SSLMutex file:state/ssl_mutex |
46 |
+Mutex sysvsem default |