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 --- 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 +++ 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 @@ -0,0 +1,7 @@ +{ + + $OUT .= load_modules(qw( + access_compat + )); +} + 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 --- 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 +++ 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 @@ -1,5 +1,5 @@ # DefaultType is the default MIME type for documents which the server # cannot find the type of from filename extensions. -DefaultType text/plain +DefaultType none 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 --- 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 +++ 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 @@ -1,2 +0,0 @@ -NameVirtualHost 0.0.0.0:80 -NameVirtualHost 0.0.0.0:443 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 --- 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 +++ 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 @@ -4,6 +4,8 @@ proxy_http alias rewrite + authn_core + authz_core authz_host authz_user authn_file @@ -11,5 +13,8 @@ auth_digest auth_basic authz_groupfile + mpm_prefork + socache_dbm + unixd )); } 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 --- 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 +++ 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 @@ -3,4 +3,4 @@ # Configure the path to the mutual explusion semaphore the # SSL engine uses internally for inter-process synchronization. } -SSLMutex file:state/ssl_mutex +Mutex sysvsem default