1 |
jpp |
1.3 |
diff -Nur e-smith-apache-2.6.0old/root/etc/e-smith/templates/etc/httpd/conf/httpd.conf/20LoadModule60 e-smith-apache-2.6.0/root/etc/e-smith/templates/etc/httpd/conf/httpd.conf/20LoadModule60 |
2 |
|
|
--- e-smith-apache-2.6.0.old/root/etc/e-smith/templates/etc/httpd/conf/httpd.conf/20LoadModule60 1969-12-31 18:00:00.000000000 -0600 |
3 |
|
|
+++ e-smith-apache-2.6.0/root/etc/e-smith/templates/etc/httpd/conf/httpd.conf/20LoadModule60 2016-03-23 05:48:29.511000000 -0500 |
4 |
|
|
@@ -0,0 +1,7 @@ |
5 |
|
|
+{ |
6 |
|
|
+ |
7 |
|
|
+ $OUT .= load_modules(qw( |
8 |
|
|
+ access_compat |
9 |
|
|
+ )); |
10 |
|
|
+} |
11 |
|
|
+ |
12 |
unnilennium |
1.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 |
13 |
|
|
--- 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 |
14 |
|
|
+++ 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 |
15 |
|
|
@@ -1,5 +1,5 @@ |
16 |
|
|
# DefaultType is the default MIME type for documents which the server |
17 |
|
|
# cannot find the type of from filename extensions. |
18 |
|
|
|
19 |
|
|
-DefaultType text/plain |
20 |
|
|
+DefaultType none |
21 |
|
|
|
22 |
|
|
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 |
23 |
|
|
--- 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 |
24 |
|
|
+++ 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 |
25 |
|
|
@@ -1,2 +0,0 @@ |
26 |
|
|
-NameVirtualHost 0.0.0.0:80 |
27 |
|
|
-NameVirtualHost 0.0.0.0:443 |
28 |
|
|
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 |
29 |
|
|
--- 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 |
30 |
|
|
+++ 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 |
31 |
|
|
@@ -4,6 +4,8 @@ |
32 |
|
|
proxy_http |
33 |
|
|
alias |
34 |
|
|
rewrite |
35 |
|
|
+ authn_core |
36 |
|
|
+ authz_core |
37 |
|
|
authz_host |
38 |
|
|
authz_user |
39 |
|
|
authn_file |
40 |
|
|
@@ -11,5 +13,8 @@ |
41 |
|
|
auth_digest |
42 |
|
|
auth_basic |
43 |
|
|
authz_groupfile |
44 |
|
|
+ mpm_prefork |
45 |
|
|
+ socache_dbm |
46 |
|
|
+ unixd |
47 |
|
|
)); |
48 |
|
|
} |
49 |
|
|
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 |
50 |
|
|
--- 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 |
51 |
|
|
+++ 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 |
52 |
|
|
@@ -3,4 +3,4 @@ |
53 |
|
|
# Configure the path to the mutual explusion semaphore the |
54 |
|
|
# SSL engine uses internally for inter-process synchronization. |
55 |
|
|
} |
56 |
|
|
-SSLMutex file:state/ssl_mutex |
57 |
|
|
+Mutex sysvsem default |