diff options
author | Frederic Lepied <flepied@mandriva.com> | 2005-06-30 06:54:11 +0000 |
---|---|---|
committer | Frederic Lepied <flepied@mandriva.com> | 2005-06-30 06:54:11 +0000 |
commit | 1fe017ba39175b54efe5d7f00dcd2fa8347a6dcb (patch) | |
tree | 4ed28e1df140f0de83a9e07658e7390afc6817e5 /conf/perm.4 | |
parent | 369b57ced4c085ec307b569526153b4e230ae4a2 (diff) | |
download | msec-1fe017ba39175b54efe5d7f00dcd2fa8347a6dcb.tar msec-1fe017ba39175b54efe5d7f00dcd2fa8347a6dcb.tar.gz msec-1fe017ba39175b54efe5d7f00dcd2fa8347a6dcb.tar.bz2 msec-1fe017ba39175b54efe5d7f00dcd2fa8347a6dcb.tar.xz msec-1fe017ba39175b54efe5d7f00dcd2fa8347a6dcb.zip |
manage apache files (Guillaume Rousse) (bug #12183)
Diffstat (limited to 'conf/perm.4')
-rw-r--r-- | conf/perm.4 | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/conf/perm.4 b/conf/perm.4 index 7d50c67..649017f 100644 --- a/conf/perm.4 +++ b/conf/perm.4 @@ -24,6 +24,11 @@ /etc/hosts.allow root.daemon 644 /etc/hosts.deny root.daemon 644 /etc/hosts.equiv root.daemon 640 +/etc/httpd/modules.d/*.conf root.adm 640 +/etc/httpd/conf/*.conf root.adm 640 +/etc/httpd/conf/addon-modules/* root.adm 640 +/etc/httpd/conf/vhosts.d/* root.adm 640 +/etc/httpd/conf/webapps.d/* root.adm 640 /etc/inetd.conf root.adm 640 /etc/inittab root.adm 640 /etc/ld.so.conf root.ctools 640 |