c207926512
PR: 31904 Submitted by: maintainer
25 lines
554 B
Plaintext
25 lines
554 B
Plaintext
|
|
# Added for IMP
|
|
#
|
|
# For security, don't serve pages from the IMP configuration and
|
|
# library directories.
|
|
#
|
|
<Directory "/home/httpd/html/horde/imp/config">
|
|
order deny,allow
|
|
deny from all
|
|
</Directory>
|
|
<Directory "/home/httpd/html/horde/imp/lib">
|
|
order deny,allow
|
|
deny from all
|
|
</Directory>
|
|
<Directory "/home/httpd/html/horde/imp/locale">
|
|
order deny,allow
|
|
deny from all
|
|
</Directory>
|
|
<Directory "/home/httpd/html/horde/imp/templates">
|
|
order deny,allow
|
|
deny from all
|
|
</Directory>
|
|
# End of IMP configuration ================
|
|
|