/[smeserver]/rpms/e-smith-manager/sme10/e-smith-manager-2.8.0-no_index_for_manager_common.patch
ViewVC logotype

Annotation of /rpms/e-smith-manager/sme10/e-smith-manager-2.8.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:23:23 2016 UTC (7 years, 11 months ago) by vip-ire
Branch: MAIN
CVS Tags: e-smith-manager-2_8_0-35_el7_sme, e-smith-manager-2_8_0-24_el7_sme, e-smith-manager-2_8_0-21_el7_sme, e-smith-manager-2_8_0-28_el7_sme, e-smith-manager-2_8_0-13_el7_sme, e-smith-manager-2_8_0-29_el7_sme, e-smith-manager-2_8_0-31_el7_sme, e-smith-manager-2_8_0-12_el7_sme, e-smith-manager-2_8_0-19_el7_sme, e-smith-manager-2_8_0-20_el7_sme, e-smith-manager-2_8_0-30_el7_sme, e-smith-manager-2_8_0-27_el7_sme, e-smith-manager-2_8_0-25_el7_sme, e-smith-manager-2_8_0-26_el7_sme, e-smith-manager-2_8_0-16_el7_sme, e-smith-manager-2_8_0-37_el7_sme, e-smith-manager-2_8_0-32_el7_sme, e-smith-manager-2_8_0-15_el7_sme, e-smith-manager-2_8_0-38_el7_sme, e-smith-manager-2_8_0-11_el7_sme, e-smith-manager-2_8_0-14_el7_sme, e-smith-manager-2_8_0-22_el7_sme, e-smith-manager-2_8_0-17_el7_sme, e-smith-manager-2_8_0-18_el7_sme, e-smith-manager-2_8_0-33_el7_sme, e-smith-manager-2_8_0-10_el7_sme, e-smith-manager-2_8_0-34_el7_sme, e-smith-manager-2_8_0-36_el7_sme, HEAD
Changes since 1.1: +25 -4 lines
* Wed Jun 15 2016 Daniel Berteaud <daniel@firewall-services.com> 2.8.0-10.sme
- Fix syntaxe for removing Indexes options [SME: 9587]

1 vip-ire 1.1 diff -Nur e-smith-manager-2.8.0/root/etc/e-smith/templates/etc/httpd/admin-conf/httpd.conf/90e-smithAccess15common e-smith-manager-2.8.0_bz9587/root/etc/e-smith/templates/etc/httpd/admin-conf/httpd.conf/90e-smithAccess15common
2 vip-ire 1.2 --- e-smith-manager-2.8.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.8.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.8.0/root/etc/e-smith/templates/etc/httpd/admin-conf/httpd.conf/90e-smithAccess20manager e-smith-manager-2.8.0_bz9587/root/etc/e-smith/templates/etc/httpd/admin-conf/httpd.conf/90e-smithAccess20manager
27     --- e-smith-manager-2.8.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.8.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