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 12:46:57.049000000 -0400 |
+++ smeserver-phpldapadmin-1.5.0/root/etc/e-smith/templates/etc/httpd/conf/httpd.conf/86Phpldapadmin 2021-06-01 13:01:37.848000000 -0400 |
22 |
@@ -21,8 +21,11 @@ |
@@ -21,8 +21,10 @@ |
23 |
AuthExternal pwauth |
AuthExternal pwauth |
24 |
require user admin |
require user admin |
25 |
Satisfy all |
Satisfy all |
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 |
|
+ </Directory> |
|
33 |
+ |
+ |
34 |
</Directory> |
</Directory> |
35 |
|
|