18 |
+ } |
+ } |
19 |
diff -Nur --no-dereference smeserver-phpldapadmin-1.5.0.old/root/etc/e-smith/templates/etc/httpd/conf/httpd.conf/86Phpldapadmin smeserver-phpldapadmin-1.5.0/root/etc/e-smith/templates/etc/httpd/conf/httpd.conf/86Phpldapadmin |
diff -Nur --no-dereference smeserver-phpldapadmin-1.5.0.old/root/etc/e-smith/templates/etc/httpd/conf/httpd.conf/86Phpldapadmin smeserver-phpldapadmin-1.5.0/root/etc/e-smith/templates/etc/httpd/conf/httpd.conf/86Phpldapadmin |
20 |
--- smeserver-phpldapadmin-1.5.0.old/root/etc/e-smith/templates/etc/httpd/conf/httpd.conf/86Phpldapadmin 2014-06-21 12:53:47.000000000 -0400 |
--- smeserver-phpldapadmin-1.5.0.old/root/etc/e-smith/templates/etc/httpd/conf/httpd.conf/86Phpldapadmin 2014-06-21 12:53:47.000000000 -0400 |
21 |
+++ smeserver-phpldapadmin-1.5.0/root/etc/e-smith/templates/etc/httpd/conf/httpd.conf/86Phpldapadmin 2021-06-01 13:01:37.848000000 -0400 |
+++ smeserver-phpldapadmin-1.5.0/root/etc/e-smith/templates/etc/httpd/conf/httpd.conf/86Phpldapadmin 2021-06-01 13:04:03.628000000 -0400 |
22 |
@@ -21,8 +21,10 @@ |
@@ -21,8 +21,10 @@ |
23 |
AuthExternal pwauth |
AuthExternal pwauth |
24 |
require user admin |
require user admin |
26 |
- AddType application/x-httpd-php .php .php3 |
- AddType application/x-httpd-php .php .php3 |
27 |
- php_flag magic_quotes_gpc on |
- php_flag magic_quotes_gpc on |
28 |
- php_flag track_vars on |
- php_flag track_vars on |
29 |
+ <FilesMatch .php\$\> |
+ <FilesMatch \.php$> |
30 |
+ SetHandler "proxy:unix:/var/run/php-fpm/php74-phpldapadmin.sock|fcgi://localhost" |
+ SetHandler "proxy:unix:/var/run/php-fpm/php74-phpldapadmin.sock|fcgi://localhost" |
31 |
+ </FilesMatch> |
+ </FilesMatch> |
32 |
+ SetEnvIf Authorization "(.*)" HTTP_AUTHORIZATION=\$1 |
+ SetEnvIf Authorization "(.*)" HTTP_AUTHORIZATION=\$1 |