summaryrefslogtreecommitdiff
path: root/apache/srm-php4.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/srm-php4.conf
parentf8e45d09c6ee15fd79623f15238ef3864b9d8ea2 (diff)
Delete no longer used files.
Diffstat (limited to 'apache/srm-php4.conf')
-rw-r--r--apache/srm-php4.conf78
1 files changed, 0 insertions, 78 deletions
diff --git a/apache/srm-php4.conf b/apache/srm-php4.conf
deleted file mode 100644
index be17282..0000000
--- a/apache/srm-php4.conf
+++ /dev/null
@@ -1,78 +0,0 @@
-DocumentRoot /var/www
-UserDir public_html
-DirectoryIndex index index.html index.htm default.html home.html home.htm index.php index.php3 home.phtml index.cgi
-FancyIndexing on
-
-AddIconByEncoding (CMP,/icons/compressed.gif) x-compress x-gzip
-AddIconByType (TXT,/icons/text.gif) text/*
-AddIconByType (IMG,/icons/image2.gif) image/*
-AddIconByType (SND,/icons/sound2.gif) audio/*
-AddIconByType (VID,/icons/movie.gif) video/*
-AddIcon /icons/binary.gif .bin .exe
-AddIcon /icons/binhex.gif .hqx
-AddIcon /icons/tar.gif .tar
-AddIcon /icons/world2.gif .wrl .wrl.gz .vrml .vrm .iv
-AddIcon /icons/compressed.gif .Z .z .tgz .gz .zip
-AddIcon /icons/a.gif .ps .ai .eps
-AddIcon /icons/layout.gif .html .shtml .htm .pdf
-AddIcon /icons/text.gif .txt
-AddIcon /icons/c.gif .c
-AddIcon /icons/p.gif .pl .py
-AddIcon /icons/f.gif .for
-AddIcon /icons/dvi.gif .dvi
-AddIcon /icons/uuencoded.gif .uu
-AddIcon /icons/script.gif .conf .sh .shar .csh .ksh .tcl
-AddIcon /icons/tex.gif .tex
-AddIcon /icons/bomb.gif */core
-AddIcon /icons/deb.gif .deb Debian
-AddIcon /icons/back.gif ..
-AddIcon /icons/hand.right.gif README
-AddIcon /icons/folder.gif ^^DIRECTORY^^
-AddIcon /icons/blank.gif ^^BLANKICON^^
-DefaultIcon /icons/unknown.gif
-
-ReadmeName README
-HeaderName HEADER
-
-IndexIgnore .??* *~ *# HEADER HEADER.html HEADER.shtml HEADER.php3 HEADER.php README README.html README.shtml README.php3 README.php RCS CVS
-AccessFileName .htaccess
-
-#DefaultType text/plain
-DefaultType text/html
-
-AddEncoding x-compress Z
-AddEncoding x-gzip gz
-
-AddLanguage en .en
-AddLanguage de .de
-AddLanguage da .da
-LanguagePriority da en de
-
-#AddDefaultCharset Off
-#AddDefaultCharset iso-8859-1
-
-Alias /icons/ /usr/share/apache/icons/
-
-ScriptAlias /cgi-bin/ /usr/lib/cgi-bin/
-ScriptAlias /cgi-common/ /var/www/COMMON/cgi-bin/
-ScriptAlias /cgi-common-test/ /var/www/COMMON/cgi-bin-test/
-
-AddType application/x-httpd-php .php
-AddType application/x-httpd-php .php3
-AddType application/x-httpd-php .phtml
-AddType application/x-httpd-php-source .phps
-
-AddHandler cgi-script .cgi
-
-AddType text/html .shtml
-AddHandler server-parsed .shtml
-
-BrowserMatch "Mozilla/2" nokeepalive
-BrowserMatch "MSIE 4\.0b2;" nokeepalive downgrade-1.0 force-response-1.0
-BrowserMatch "RealPlayer 4\.0" force-response-1.0
-BrowserMatch "Java/1\.0" force-response-1.0
-BrowserMatch "JDK/1\.0" force-response-1.0
-
-Alias /doc/ /usr/share/doc/
-## The above line is for Debian Policy 3.0.1 (FHS), which specifies that /doc
-## is /usr/share/doc. Some packages may not work otherwise. -- apacheconfig