mirror of
https://git.freebsd.org/ports.git
synced 2025-07-16 08:49:15 -04:00
31 lines
802 B
Text
31 lines
802 B
Text
# This is included in Apache's httpd.conf for Turba
|
|
#
|
|
# For security, don't serve pages from the Turba configuration and
|
|
# library directories.
|
|
#
|
|
<Directory "/home/httpd/html/horde/turba/config">
|
|
order deny,allow
|
|
deny from all
|
|
</Directory>
|
|
<Directory "/home/httpd/html/horde/turba/lib">
|
|
order deny,allow
|
|
deny from all
|
|
</Directory>
|
|
<Directory "/home/httpd/html/horde/turba/locale">
|
|
order deny,allow
|
|
deny from all
|
|
</Directory>
|
|
<Directory "/home/httpd/html/horde/turba/po">
|
|
order deny,allow
|
|
deny from all
|
|
</Directory>
|
|
<Directory "/home/httpd/html/horde/turba/scripts">
|
|
order deny,allow
|
|
deny from all
|
|
</Directory>
|
|
<Directory "/home/httpd/html/horde/turba/templates">
|
|
order deny,allow
|
|
deny from all
|
|
</Directory>
|
|
# End of Turba configuration ================
|
|
|