/[smeserver]/rpms/e-smith-manager/sme9/e-smith-manager-2.6.0-no_index_for_manager_common.patch
ViewVC logotype

Annotation of /rpms/e-smith-manager/sme9/e-smith-manager-2.6.0-no_index_for_manager_common.patch

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


Revision 1.2 - (hide annotations) (download)
Wed Jun 15 07:26:47 2016 UTC (7 years, 11 months ago) by vip-ire
Branch: MAIN
CVS Tags: e-smith-manager-2_6_0-13_el6_sme, e-smith-manager-2_6_0-10_el6_sme, e-smith-manager-2_6_0-15_el6_sme, e-smith-manager-2_6_0-23_el6_sme, e-smith-manager-2_6_0-9_el6_sme, e-smith-manager-2_6_0-11_el6_sme, e-smith-manager-2_6_0-22_el6_sme, e-smith-manager-2_6_0-21_el6_sme, e-smith-manager-2_6_0-24_el6_sme, e-smith-manager-2_6_0-17_el6_sme, e-smith-manager-2_6_0-14_el6_sme, e-smith-manager-2_6_0-20_el6_sme, e-smith-manager-2_6_0-25_el6_sme, e-smith-manager-2_6_0-16_el6_sme, e-smith-manager-2_6_0-19_el6_sme, e-smith-manager-2_6_0-12_el6_sme, e-smith-manager-2_6_0-18_el6_sme, HEAD
Changes since 1.1: +25 -4 lines
* Wed Jun 15 2016 Daniel Berteaud <daniel@firewall-services.com> 2.6.0-9.sme
- Better syntax for removing Indexes option for the manager [SME: 9589]

1 vip-ire 1.1 diff -Nur e-smith-manager-2.6.0/root/etc/e-smith/templates/etc/httpd/admin-conf/httpd.conf/90e-smithAccess15common e-smith-manager-2.6.0_bz9587/root/etc/e-smith/templates/etc/httpd/admin-conf/httpd.conf/90e-smithAccess15common
2 vip-ire 1.2 --- e-smith-manager-2.6.0/root/etc/e-smith/templates/etc/httpd/admin-conf/httpd.conf/90e-smithAccess15common 2016-06-15 09:16:34.720014879 +0200
3     +++ e-smith-manager-2.6.0_bz9587/root/etc/e-smith/templates/etc/httpd/admin-conf/httpd.conf/90e-smithAccess15common 2016-06-15 09:19:50.672990315 +0200
4 vip-ire 1.1 @@ -12,15 +12,19 @@
5     </Directory>
6    
7     <Directory "/etc/e-smith/web/common">
8     - Options Indexes Includes
9 vip-ire 1.2 + Options Includes
10 vip-ire 1.1 AllowOverride None
11     order deny,allow
12     deny from all
13     allow from all
14     + <FilesMatch ".*\.tmpl">
15     + Order allow,deny
16     + Deny from all
17     + </FilesMatch>
18     </Directory>
19    
20     <Directory "/etc/e-smith/web/panels/manager/common">
21     - Options Indexes Includes FollowSymLinks
22 vip-ire 1.2 + Options Includes FollowSymLinks
23     AllowOverride None
24     order deny,allow
25     deny from all
26     diff -Nur e-smith-manager-2.6.0/root/etc/e-smith/templates/etc/httpd/admin-conf/httpd.conf/90e-smithAccess20manager e-smith-manager-2.6.0_bz9587/root/etc/e-smith/templates/etc/httpd/admin-conf/httpd.conf/90e-smithAccess20manager
27     --- e-smith-manager-2.6.0/root/etc/e-smith/templates/etc/httpd/admin-conf/httpd.conf/90e-smithAccess20manager 2016-06-15 09:16:34.720014879 +0200
28     +++ e-smith-manager-2.6.0_bz9587/root/etc/e-smith/templates/etc/httpd/admin-conf/httpd.conf/90e-smithAccess20manager 2016-06-15 09:17:50.249007914 +0200
29     @@ -4,7 +4,7 @@
30     #------------------------------------------------------------
31    
32     <Directory "/etc/e-smith/web/panels/manager/html" >
33     - Options Includes Indexes FollowSymLinks ExecCGI
34     + Options Includes FollowSymLinks ExecCGI
35     AllowOverride None
36     order deny,allow
37     deny from all
38     @@ -19,7 +19,7 @@
39     </Directory>
40    
41     <Directory "/etc/e-smith/web/panels/manager/cgi-bin">
42     - Options Includes Indexes FollowSymLinks ExecCGI
43     + Options Includes FollowSymLinks ExecCGI
44 vip-ire 1.1 AllowOverride None
45     order deny,allow
46     deny from all

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