/[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.1 - (hide annotations) (download)
Wed Jun 15 04:45:27 2016 UTC (7 years, 11 months ago) by vip-ire
Branch: MAIN
CVS Tags: e-smith-manager-2_8_0-9_el7_sme
* Wed Jun 15 2016 Daniel Berteaud <daniel@firewall-services.com> 2.8.0-9.sme
- Remove index option for manager's resources [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     --- e-smith-manager-2.8.0/root/etc/e-smith/templates/etc/httpd/admin-conf/httpd.conf/90e-smithAccess15common 2016-06-15 06:31:58.619811513 +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 06:40:27.485901088 +0200
4     @@ -12,15 +12,19 @@
5     </Directory>
6    
7     <Directory "/etc/e-smith/web/common">
8     - Options Indexes Includes
9     + Options -Indexes Includes
10     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     + Options -Indexes Includes FollowSymLinks
23     AllowOverride None
24     order deny,allow
25     deny from all

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