/[smecontribs]/rpms/smeserver-webfilter/contribs10/smeserver-webfilter-0.2.16-bz12065-24syntax.patch
ViewVC logotype

Contents of /rpms/smeserver-webfilter/contribs10/smeserver-webfilter-0.2.16-bz12065-24syntax.patch

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


Revision 1.1 - (show annotations) (download)
Fri Aug 5 08:45:08 2022 UTC (21 months, 4 weeks ago) by brianr
Branch: MAIN
CVS Tags: smeserver-webfilter-0_2_16-3_el7_sme, smeserver-webfilter-0_2_16-5_el7_sme, smeserver-webfilter-0_2_16-4_el7_sme, HEAD
* 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 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 RSS 2.0 feed