/[smecontribs]/rpms/smeserver-phpldapadmin/contribs10/smeserver-phpldapadmin-1.5.0-bz11611.patch
ViewVC logotype

Diff of /rpms/smeserver-phpldapadmin/contribs10/smeserver-phpldapadmin-1.5.0-bz11611.patch

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph | View Patch Patch

Revision 1.1 by jpp, Tue Jun 1 16:56:53 2021 UTC Revision 1.3 by jpp, Tue Jun 1 17:04:29 2021 UTC
# Line 18  diff -Nur --no-dereference smeserver-php Line 18  diff -Nur --no-dereference smeserver-php
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:04:03.628000000 -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
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
 +    </Directory>  
33  +  +
34   </Directory>   </Directory>
35    


Legend:
Removed lines/characters  
Changed lines/characters
  Added lines/characters

admin@koozali.org
ViewVC Help
Powered by ViewVC 1.2.1 RSS 2.0 feed