/[smecontribs]/rpms/smeserver-webfilter/contribs10/smeserver-webfilter-0.2.16-bz12065-24syntax.patch |
Parent Directory | Revision Log | Revision Graph
* Thu Aug 04 2022 Brian Read <brianr@bjsystems.co.uk> 0.2.16-3.sme - update to httpd 2.4 syntax [SME: 12065] - Thanks to Zsolt Vasarhelyi - Add ---ignoredirs directive to fix Transaction check error
1 | brianr | 1.1 | diff -urN smeserver-webfilter-0.2.16.old/root/etc/e-smith/templates/etc/httpd/conf/httpd.conf/98squidGuard smeserver-webfilter-0.2.16/root/etc/e-smith/templates/etc/httpd/conf/httpd.conf/98squidGuard |
2 | --- smeserver-webfilter-0.2.16.old/root/etc/e-smith/templates/etc/httpd/conf/httpd.conf/98squidGuard 2022-07-22 15:17:29.779304553 +0300 | ||
3 | +++ smeserver-webfilter-0.2.16/root/etc/e-smith/templates/etc/httpd/conf/httpd.conf/98squidGuard 2022-07-22 15:19:08.363792670 +0300 | ||
4 | @@ -4,12 +4,10 @@ | ||
5 | <Directory /usr/share/squidGuard/cgi-bin> | ||
6 | AllowOverride None | ||
7 | Options +ExecCGI | ||
8 | - Order allow,deny | ||
9 | - Allow from all | ||
10 | + Require all granted | ||
11 | </Directory> | ||
12 | <Directory /usr/share/squidGuard/images> | ||
13 | AllowOverride None | ||
14 | Options None | ||
15 | - Order allow,deny | ||
16 | - Allow from all | ||
17 | + Require all granted | ||
18 | </Directory> |
admin@koozali.org | ViewVC Help |
Powered by ViewVC 1.2.1 |