Parent Directory | Revision Log | Revision Graph | Patch
Revision 1.1 by jpp, Tue Jul 26 02:30:15 2022 UTC | Revision 1.2 by jpp, Tue Jul 26 02:48:11 2022 UTC | |
---|---|---|
# | Line 7 diff -urN smeserver-bugzilla-1.0.old/roo | Line 7 diff -urN smeserver-bugzilla-1.0.old/roo |
7 | ||
8 | - Order allow,deny | - Order allow,deny |
9 | - Allow from all | - Allow from all |
10 | + Require {(($bugzilla{access} || 'public' ) eq "public" ) ? " Require all granted": " Require ip $localAccess $externalSSLAccess"; } | + Require {(($bugzilla{access} || 'public' ) eq "public" ) ? "all granted": "ip $localAccess $externalSSLAccess"; } |
11 | ||
12 | RewriteEngine on | RewriteEngine on |
13 | RewriteBase /bugzilla/ | RewriteBase /bugzilla/ |
|
admin@koozali.org | ViewVC Help |
Powered by ViewVC 1.2.1 |