Parent Directory | Revision Log | Revision Graph
* 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 |