/[smecontribs]/rpms/smeserver-dl/contribs10/smeserver-dl-0.2.3-Fix-php74-dl-call-in-httpd-fragment.patch |
Parent Directory | Revision Log | Revision Graph
* Wed Nov 03 2021 Brian Read <brianr@bjsystems.co.uk> 0.2.3-5.sme - php74-dl-call-in-httpd-fragment [SME: 11567]
1 | diff -urN smeserver-dl-0.2.3.old/root/etc/e-smith/templates/etc/httpd/conf/httpd.conf/98Dl smeserver-dl-0.2.3/root/etc/e-smith/templates/etc/httpd/conf/httpd.conf/98Dl |
2 | --- smeserver-dl-0.2.3.old/root/etc/e-smith/templates/etc/httpd/conf/httpd.conf/98Dl 2021-11-03 11:50:22.139579271 +0000 |
3 | +++ smeserver-dl-0.2.3/root/etc/e-smith/templates/etc/httpd/conf/httpd.conf/98Dl 2021-11-03 11:51:07.075015143 +0000 |
4 | @@ -27,7 +27,7 @@ |
5 | AddType application/x-httpd-php .php |
6 | |
7 | <FilesMatch .php> |
8 | - SetHandler "proxy:unix:/var/run/php-fpm/php74.sock|fcgi://localhost" |
9 | + SetHandler "proxy:unix:/var/run/php-fpm/php74-dl.sock|fcgi://localhost" |
10 | </FilesMatch> |
11 | |
12 | #php_admin_flag file_uploads On |
admin@koozali.org | ViewVC Help |
Powered by ViewVC 1.2.1 |