summaryrefslogtreecommitdiff
path: root/apache/access-php4-nopam.conf
diff options
context:
space:
mode:
authorJonas Smedegaard <dr@jones.dk>2004-06-08 02:41:19 +0000
committerJonas Smedegaard <dr@jones.dk>2004-06-08 02:41:19 +0000
commit1da2ad34520a633daed5a782204d1f14b8b5136a (patch)
treeec973ca364b12542e632cf64210f23d124dcbd88 /apache/access-php4-nopam.conf
parentf8e45d09c6ee15fd79623f15238ef3864b9d8ea2 (diff)
Delete no longer used files.
Diffstat (limited to 'apache/access-php4-nopam.conf')
-rw-r--r--apache/access-php4-nopam.conf107
1 files changed, 0 insertions, 107 deletions
diff --git a/apache/access-php4-nopam.conf b/apache/access-php4-nopam.conf
deleted file mode 100644
index e98cc52..0000000
--- a/apache/access-php4-nopam.conf
+++ /dev/null
@@ -1,107 +0,0 @@
-<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 Options
- </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 FollowSymLinks
-AllowOverride None
-order allow,deny
-allow from all
-<IfModule mod_php3.c>
- php3_magic_quotes_gpc Off
- php3_track_vars On
-</IfModule>
-<IfModule mod_php4.c>
- php_flag magic_quotes_gpc Off
- php_flag track_vars On
- php_flag session.save_path /var/tmp/imp
-</IfModule>
-</Directory>
-# End HORDE Configuration Block
-
-# Added for TWIG
-<Directory /usr/share/twig>
-Options Indexes FollowSymLinks
-AllowOverride None
-order allow,deny
-allow from all
-php_value 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