/[smecontribs]/rpms/smeserver-ezmlm-www/contribs10/smeserver-ezmlm-www-2.0.0-bz12045-httpd24.patch
ViewVC logotype

Annotation of /rpms/smeserver-ezmlm-www/contribs10/smeserver-ezmlm-www-2.0.0-bz12045-httpd24.patch

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


Revision 1.1 - (hide annotations) (download)
Fri Jul 22 06:22:21 2022 UTC (21 months, 4 weeks ago) by jpp
Branch: MAIN
CVS Tags: smeserver-ezmlm-www-2_0_0-11_el7_sme, smeserver-ezmlm-www-2_0_0-12_el7_sme, HEAD
* 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 RSS 2.0 feed