/[smecontribs]/rpms/smeserver-zoneminder/contribs10/smeserver-zoneminder-1.0-Update-httpd-for-php-fpw.patch
ViewVC logotype

Annotation of /rpms/smeserver-zoneminder/contribs10/smeserver-zoneminder-1.0-Update-httpd-for-php-fpw.patch

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


Revision 1.1 - (hide annotations) (download)
Fri Dec 4 14:56:15 2020 UTC (3 years, 5 months ago) by brianr
Branch: MAIN
CVS Tags: smeserver-zoneminder-1_0-10_el7_sme, smeserver-zoneminder-1_0-13_el7_sme, smeserver-zoneminder-1_0-11_el7_sme, smeserver-zoneminder-1_0-12_el7_sme, HEAD
* Fri Dec 04 2020 Brian Read <brianr@bjsystems.co.uk> 1.0-10.sme
- Update httpds.conf for php-fpw [SME: 11226]

1 brianr 1.1 diff -urN smeserver-zoneminder-1.0.old/root/etc/e-smith/templates/etc/httpd/conf/httpd.conf/86zoneminder smeserver-zoneminder-1.0/root/etc/e-smith/templates/etc/httpd/conf/httpd.conf/86zoneminder
2     --- smeserver-zoneminder-1.0.old/root/etc/e-smith/templates/etc/httpd/conf/httpd.conf/86zoneminder 2020-12-04 14:30:50.658751271 +0000
3     +++ smeserver-zoneminder-1.0/root/etc/e-smith/templates/etc/httpd/conf/httpd.conf/86zoneminder 2020-12-04 14:36:43.902254141 +0000
4     @@ -1,8 +1,11 @@
5    
6     Alias /zm "/usr/share/zoneminder/www"
7     <Directory "/usr/share/zoneminder/www">
8     - Options -Indexes MultiViews FollowSymLinks
9     - AddType application/x-httpd-php .php
10     + Options -Indexes -MultiViews -FollowSymLinks
11     + #AddType application/x-httpd-php .php
12     + <FilesMatch .php>
13     + SetHandler "proxy:unix:/var/run/php-fpm/php74.sock|fcgi://localhost"
14     + </FilesMatch>
15     AllowOverride All
16     Order allow,deny
17     Allow from all

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