summaryrefslogtreecommitdiff
path: root/apache/access.conf
diff options
context:
space:
mode:
authorJonas Smedegaard <dr@jones.dk>2001-09-18 09:17:54 +0000
committerJonas Smedegaard <dr@jones.dk>2001-09-18 09:17:54 +0000
commit48646d866961e4c7a714b9213fb9c93199186103 (patch)
treec25ef2ebd707c01cc1d630d822df68bd5b28cf7d /apache/access.conf
parenta08512ee44c535b6884c6c8a04214b6b96ab57a8 (diff)
Added apache/*
Diffstat (limited to 'apache/access.conf')
-rw-r--r--apache/access.conf99
1 files changed, 99 insertions, 0 deletions
diff --git a/apache/access.conf b/apache/access.conf
new file mode 100644
index 0000000..8a7a1e2
--- /dev/null
+++ b/apache/access.conf
@@ -0,0 +1,99 @@
+<Directory /var/www/VIRTUAL/*>
+ order deny,allow
+ deny from all
+ </Directory>
+<Directory /var/www/*/*/www>
+ AuthPAM_Enabled On
+# Options Indexes FollowSymLinks MultiViews ExecCGI
+ Options All -ExecCGI
+ AllowOverride All
+ order allow,deny
+ allow from all
+ </Directory>
+<Directory /var/www/COMMON/user-admin>
+ AuthPAM_Enabled On
+# Options Indexes FollowSymLinks MultiViews ExecCGI
+ Options All -ExecCGI
+ AllowOverride All
+ order allow,deny
+ allow from all
+ </Directory>
+<Directory /var/www/COMMON/ErrorDocument>
+ Options Indexes FollowSymLinks MultiViews Includes
+ AddType text/html .shtml
+ AddHandler server-parsed .shtml
+ AllowOverride All
+ order allow,deny
+ allow from all
+ </Directory>
+<Directory /usr/lib/cgi-bin>
+ AllowOverride None
+ Options ExecCGI FollowSymLinks
+ </Directory>
+<Directory /var/www/COMMON/cgi-common>
+ AllowOverride None
+ Options ExecCGI FollowSymLinks
+ </Directory>
+<Directory /var/www/*/*/www/cgi-local>
+ AllowOverride AuthConfig Limit
+ Options ExecCGI FollowSymLinks
+ </Directory>
+<Location /cgi-bin/phf*>
+ deny from all
+ ErrorDocument 403 http://phf.apache.org/phf_abuse_log.cgi
+ </Location>
+<Directory /usr/doc>
+ Options Indexes FollowSymLinks
+ AllowOverride None
+ order allow,deny
+ allow from all
+ </Directory>
+<Directory /usr/share/doc>
+ Options Indexes FollowSymLinks
+ AllowOverride None
+ order allow,deny
+ allow from all
+ </Directory>
+<Directory /var/lib/mailman/cgi-bin>
+ Options ExecCGI
+ </Directory>
+<DirectoryMatch ^/home/.*/public_html>
+# Options Indexes SymLinksIfOwnerMatch
+ Options Indexes SymLinksIfOwnerMatch MultiViews execCGI
+ AllowOverride AuthConfig Limit
+ </DirectoryMatch>
+<Files .htaccess>
+ order allow,deny
+ deny from all
+ </Files>
+<Files *.auth>
+ order allow,deny
+ deny from all
+ </Files>
+
+# Added for HORDE
+<Directory /usr/share/horde>
+Options Indexes FollowSymLinks
+AllowOverride None
+order allow,deny
+allow from all
+php3_magic_quotes_gpc Off
+</Directory>
+# End HORDE Configuration Block
+
+# Added for TWIG
+<Directory /usr/share/twig>
+Options Indexes FollowSymLinks
+AllowOverride None
+order allow,deny
+allow from all
+php3_magic_quotes_gpc Off
+</Directory>
+# End TWIG Configuration Block
+
+# Added for WEBCAL
+<Directory /usr/lib/cgi-bin>
+AuthPAM_Enabled off
+AllowOverride AuthConfig
+</Directory>
+# End WEBCAL Configuration Block