diff -Nur e-smith-apache-2.6.0.old/root/etc/e-smith/templates/etc/httpd/conf/httpd.conf/20LoadModule80 e-smith-apache-2.6.0/root/etc/e-smith/templates/etc/httpd/conf/httpd.conf/20LoadModule80 --- e-smith-apache-2.6.0.old/root/etc/e-smith/templates/etc/httpd/conf/httpd.conf/20LoadModule80 2016-02-04 13:27:55.000000000 -0500 +++ e-smith-apache-2.6.0/root/etc/e-smith/templates/etc/httpd/conf/httpd.conf/20LoadModule80 2020-06-23 14:37:57.184000000 -0400 @@ -1,6 +1,4 @@ # Extra Modules -#LoadModule php_module modules/mod_php.so -#LoadModule php3_module modules/libphp3.so LoadModule authnz_external_module modules/mod_authnz_external.so diff -Nur e-smith-apache-2.6.0.old/root/etc/e-smith/templates/etc/httpd/conf/httpd.conf/75AddType00 e-smith-apache-2.6.0/root/etc/e-smith/templates/etc/httpd/conf/httpd.conf/75AddType00 --- e-smith-apache-2.6.0.old/root/etc/e-smith/templates/etc/httpd/conf/httpd.conf/75AddType00 2003-01-07 10:00:49.000000000 -0500 +++ e-smith-apache-2.6.0/root/etc/e-smith/templates/etc/httpd/conf/httpd.conf/75AddType00 2020-06-23 14:38:47.129000000 -0400 @@ -2,10 +2,4 @@ # make certain files to be certain types. # Format: AddType type/subtype ext1 -# For example, the PHP3 module (not part of the Apache distribution) -# will typically use: -#AddType application/x-httpd-php3 .php3 -#AddType application/x-httpd-php3-source .phps -# The following is for PHP/FI (PHP2): -#AddType application/x-httpd-php .phtml