diff options
Diffstat (limited to 'www/horde-trean/files/httpd.conf.trean')
-rw-r--r-- | www/horde-trean/files/httpd.conf.trean | 31 |
1 files changed, 0 insertions, 31 deletions
diff --git a/www/horde-trean/files/httpd.conf.trean b/www/horde-trean/files/httpd.conf.trean deleted file mode 100644 index abf745462c19..000000000000 --- a/www/horde-trean/files/httpd.conf.trean +++ /dev/null @@ -1,31 +0,0 @@ -# This is included in Apache's httpd.conf for trean -# -# For security, don't serve pages from the trean configuration and -# library directories. -# -<Directory "/home/httpd/html/horde/trean/config"> - order deny,allow - deny from all -</Directory> -<Directory "/home/httpd/html/horde/trean/lib"> - order deny,allow - deny from all -</Directory> -<Directory "/home/httpd/html/horde/trean/locale"> - order deny,allow - deny from all -</Directory> -<Directory "/home/httpd/html/horde/trean/po"> - order deny,allow - deny from all -</Directory> -<Directory "/home/httpd/html/horde/trean/scripts"> - order deny,allow - deny from all -</Directory> -<Directory "/home/httpd/html/horde/trean/templates"> - order deny,allow - deny from all -</Directory> -# End of trean configuration ================ - |