/[smecontribs]/rpms/smeserver-bugzilla/contribs10/smeserver-bugzilla-1.0-bz12038-24syntax.patch
ViewVC logotype

Contents of /rpms/smeserver-bugzilla/contribs10/smeserver-bugzilla-1.0-bz12038-24syntax.patch

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


Revision 1.2 - (show annotations) (download)
Tue Jul 26 02:48:11 2022 UTC (21 months, 3 weeks ago) by jpp
Branch: MAIN
CVS Tags: smeserver-bugzilla-1_0-7_el7_sme, smeserver-bugzilla-1_0-6_el7_sme, HEAD
Changes since 1.1: +1 -1 lines
* Mon Jul 25 2022 Jean-Philippe Pialasse <tests@pialasse.com> 1.0-6.sme
- update to httpd 2.4 access syntax [SME: 12038]
  added option for private /public access default remains public

1 diff -urN smeserver-bugzilla-1.0.old/root/etc/e-smith/templates/etc/httpd/conf/httpd.conf/86bugzilla smeserver-bugzilla-1.0/root/etc/e-smith/templates/etc/httpd/conf/httpd.conf/86bugzilla
2 --- smeserver-bugzilla-1.0.old/root/etc/e-smith/templates/etc/httpd/conf/httpd.conf/86bugzilla 2022-07-25 15:52:30.990890354 +0300
3 +++ smeserver-bugzilla-1.0/root/etc/e-smith/templates/etc/httpd/conf/httpd.conf/86bugzilla 2022-07-25 15:53:54.586445584 +0300
4 @@ -10,8 +10,7 @@
5 DirectoryIndex index.cgi
6 AllowOverride Limit
7
8 - Order allow,deny
9 - Allow from all
10 + Require {(($bugzilla{access} || 'public' ) eq "public" ) ? "all granted": "ip $localAccess $externalSSLAccess"; }
11
12 RewriteEngine on
13 RewriteBase /bugzilla/

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