diff options
Diffstat (limited to 'apache/srm.conf')
-rw-r--r-- | apache/srm.conf | 78 |
1 files changed, 0 insertions, 78 deletions
diff --git a/apache/srm.conf b/apache/srm.conf deleted file mode 100644 index fb50cbf..0000000 --- a/apache/srm.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-php3 .php -AddType application/x-httpd-php3 .php3 -AddType application/x-httpd-php3 .phtml -AddType application/x-httpd-php3-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 |