1 |
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 |
2 |
--- 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 |
3 |
+++ 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 |
4 |
@@ -1,6 +1,4 @@ |
5 |
|
6 |
# Extra Modules |
7 |
-#LoadModule php_module modules/mod_php.so |
8 |
-#LoadModule php3_module modules/libphp3.so |
9 |
LoadModule authnz_external_module modules/mod_authnz_external.so |
10 |
|
11 |
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 |
12 |
--- 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 |
13 |
+++ 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 |
14 |
@@ -2,10 +2,4 @@ |
15 |
# make certain files to be certain types. |
16 |
# Format: AddType type/subtype ext1 |
17 |
|
18 |
-# For example, the PHP3 module (not part of the Apache distribution) |
19 |
-# will typically use: |
20 |
-#AddType application/x-httpd-php3 .php3 |
21 |
-#AddType application/x-httpd-php3-source .phps |
22 |
-# The following is for PHP/FI (PHP2): |
23 |
-#AddType application/x-httpd-php .phtml |
24 |
|