Parent Directory | Revision Log | Revision Graph
* Fri Jul 22 2022 Jean-Philippe Pialasse <tests@pialasse.com> 2.0.0-11.sme - add to core backup [SME: 12124] - update to httpd 2.4 syntax [SME: 12045]
1 | jpp | 1.1 | diff -Nur --no-dereference smeserver-ezmlm-www-2.0.0.old/root/etc/e-smith/templates/etc/httpd/conf/httpd.conf/99mailinglist smeserver-ezmlm-www-2.0.0/root/etc/e-smith/templates/etc/httpd/conf/httpd.conf/99mailinglist |
2 | --- smeserver-ezmlm-www-2.0.0.old/root/etc/e-smith/templates/etc/httpd/conf/httpd.conf/99mailinglist 2022-07-22 02:20:17.408000000 -0400 | ||
3 | +++ smeserver-ezmlm-www-2.0.0/root/etc/e-smith/templates/etc/httpd/conf/httpd.conf/99mailinglist 2022-07-22 02:20:40.589000000 -0400 | ||
4 | @@ -5,18 +5,14 @@ | ||
5 | AllowOverride All | ||
6 | Options +ExecCGI | ||
7 | AddHandler cgi-script .cgi | ||
8 | - Order deny,allow | ||
9 | - Deny from all | ||
10 | - allow from all | ||
11 | + Require all granted | ||
12 | |||
13 | <Files ~ "^(.htaccess|.htpasswd|config\.pm|ez_indexer\.pl)"> | ||
14 | - Order allow,deny | ||
15 | - Deny from all | ||
16 | + Require all denied | ||
17 | </Files> | ||
18 | </Directory> | ||
19 | |||
20 | <Directory /opt/mailinglist/search/indexes> | ||
21 | - Order allow,deny | ||
22 | - Deny from all | ||
23 | + Require all denied | ||
24 | </Directory> | ||
25 |
admin@koozali.org | ViewVC Help |
Powered by ViewVC 1.2.1 |