summaryrefslogtreecommitdiff
path: root/apache/srm-nophp.conf
diff options
context:
space:
mode:
Diffstat (limited to 'apache/srm-nophp.conf')
-rw-r--r--apache/srm-nophp.conf73
1 files changed, 0 insertions, 73 deletions
diff --git a/apache/srm-nophp.conf b/apache/srm-nophp.conf
deleted file mode 100644
index 916d55b..0000000
--- a/apache/srm-nophp.conf
+++ /dev/null
@@ -1,73 +0,0 @@
-DocumentRoot /var/www
-UserDir public_html
-DirectoryIndex index index.html index.htm default.html home.html home.htm 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 README README.html README.shtml 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/
-
-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