summaryrefslogtreecommitdiff
path: root/mail/ingo/files/ingo.conf.dist
blob: 2fbbd9046594a33522400dd7f30064418ca37686 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
# $NetBSD: ingo.conf.dist,v 1.1.1.1 2006/03/31 22:06:34 adrianp Exp $
#
# Ingo configuration file fragment for Apache

# For security, don't serve pages from the Ingo configuration and library
# directories.
#
<Directory "@INGODIR@/config">
    Order deny,allow
    Deny from all
</Directory>
<Directory "@INGODIR@/lib">
    Order deny,allow
    Deny from all
</Directory>
<Directory "@INGODIR@/locale">
    Order deny,allow
    Deny from all
</Directory>
<Directory "@INGODIR@/po">
    Order deny,allow
    Deny from all
</Directory>
<Directory "@INGODIR@/scripts">
    Order deny,allow
    Deny from all
</Directory>
<Directory "@INGODIR@/templates">
    Order deny,allow
    Deny from all
</Directory>