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

Annotation 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.1 - (hide annotations) (download)
Tue Jul 26 02:30:15 2022 UTC (22 months, 2 weeks ago) by jpp
Branch: MAIN
* 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 jpp 1.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" ) ? " Require all granted": " Require 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