/[smecontribs]/rpms/smeserver-coova-chilli/contribs10/smeserver-coova-chilli-0.3-bz12041-24syntax.patch
ViewVC logotype

Annotation of /rpms/smeserver-coova-chilli/contribs10/smeserver-coova-chilli-0.3-bz12041-24syntax.patch

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


Revision 1.1 - (hide annotations) (download)
Fri Jul 29 05:23:37 2022 UTC (21 months, 3 weeks ago) by jpp
Branch: MAIN
CVS Tags: HEAD
* Fri Jul 29 2022 Jean-Philippe Pialasse <tests@pialasse.com> 0.3-6.sme
- update access syntax for httpd 2.4 [SME: 12041]

1 jpp 1.1 diff -urN smeserver-coova-chilli-0.3.old/root/etc/e-smith/templates/etc/httpd/conf/httpd.conf/98chilli smeserver-coova-chilli-0.3/root/etc/e-smith/templates/etc/httpd/conf/httpd.conf/98chilli
2     --- smeserver-coova-chilli-0.3.old/root/etc/e-smith/templates/etc/httpd/conf/httpd.conf/98chilli 2022-07-25 15:36:41.459944846 +0300
3     +++ smeserver-coova-chilli-0.3/root/etc/e-smith/templates/etc/httpd/conf/httpd.conf/98chilli 2022-07-25 15:38:51.864250389 +0300
4     @@ -12,12 +12,9 @@
5     <Directory /opt/chilli>
6     AllowOverride None
7     <FilesMatch "hotspotlogin-conf.pl">
8     - Order allow,deny
9     - Deny from all
10     + Require all denied
11     </FilesMatch>
12     - order deny,allow
13     - allow from $net
14     - deny from all
15     + Require ip $net
16     </Directory>
17    
18     <Directory /opt/chilli/cgi-bin>
19     @@ -25,8 +22,7 @@
20     </Directory>
21    
22     <Directory /opt/chilli/lang>
23     - order deny,allow
24     - deny from all
25     + Require all denied
26     </Directory>
27    
28     END

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