/[smecontribs]/rpms/smeserver-ezmlm-web/contribs10/smeserver-ezmlm-web-1.1.3-bz12045-httpd24.patch
ViewVC logotype

Annotation of /rpms/smeserver-ezmlm-web/contribs10/smeserver-ezmlm-web-1.1.3-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:08:01 2022 UTC (22 months, 1 week ago) by jpp
Branch: MAIN
CVS Tags: smeserver-ezmlm-web-1_1_3-11_el7_sme
* Fri Jul 22 2022 Jean-Philippe Pialasse <tests@pialasse.com> 1.1.3-11.sme
- update to httpd 2.4 syntax [SME: 12045]

1 jpp 1.1 diff -Nur --no-dereference smeserver-ezmlm-web-1.1.3.old/root/etc/e-smith/templates/etc/httpd/admin-conf/httpd.conf/85EzmlmWebAccess smeserver-ezmlm-web-1.1.3/root/etc/e-smith/templates/etc/httpd/admin-conf/httpd.conf/85EzmlmWebAccess
2     --- smeserver-ezmlm-web-1.1.3.old/root/etc/e-smith/templates/etc/httpd/admin-conf/httpd.conf/85EzmlmWebAccess 2022-07-22 02:02:52.392000000 -0400
3     +++ smeserver-ezmlm-web-1.1.3/root/etc/e-smith/templates/etc/httpd/admin-conf/httpd.conf/85EzmlmWebAccess 2022-07-22 02:05:55.794000000 -0400
4     @@ -2,14 +2,13 @@
5    
6     <Directory /usr/local/share/ezmlm-web/www-data >
7     Options +ExecCGI
8     - order deny,allow
9     - deny from all
10     - allow from { "$localAccess"; }
11     AuthName "SME User manager"
12     AuthType Basic
13     TKTAuthLoginURL /server-common/cgi-bin/login
14     - require valid-user
15     - Satisfy all
16     + <RequireAll>
17     + Require ip { "$localAccess"; }
18     + Require valid-user
19     + </RequireAll>
20    
21     </Directory>
22    

admin@koozali.org
ViewVC Help
Powered by ViewVC 1.2.1 RSS 2.0 feed