summaryrefslogtreecommitdiff
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
parentf8e45d09c6ee15fd79623f15238ef3864b9d8ea2 (diff)
Delete no longer used files.
-rw-r--r--apache/access-nophp-nopam.conf79
-rw-r--r--apache/access-nophp.conf79
-rw-r--r--apache/access-php4-nopam.conf107
-rw-r--r--apache/access-php4.conf107
-rw-r--r--apache/access.conf107
-rw-r--r--apache/cron.conf23
-rw-r--r--apache/httpd-nophp-nopam.conf105
-rw-r--r--apache/httpd-nophp.conf105
-rw-r--r--apache/httpd-php4.conf106
-rw-r--r--apache/httpd.conf106
-rw-r--r--apache/srm-nophp.conf73
-rw-r--r--apache/srm-php4.conf78
-rw-r--r--apache/srm.conf78
13 files changed, 0 insertions, 1153 deletions
diff --git a/apache/access-nophp-nopam.conf b/apache/access-nophp-nopam.conf
deleted file mode 100644
index 3a794e8..0000000
--- a/apache/access-nophp-nopam.conf
+++ /dev/null
@@ -1,79 +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 WEBCAL
-<Directory /usr/lib/cgi-bin>
-#AuthPAM_Enabled off
-AllowOverride AuthConfig
-</Directory>
-# End WEBCAL Configuration Block
diff --git a/apache/access-nophp.conf b/apache/access-nophp.conf
deleted file mode 100644
index 891315a..0000000
--- a/apache/access-nophp.conf
+++ /dev/null
@@ -1,79 +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 WEBCAL
-<Directory /usr/lib/cgi-bin>
-AuthPAM_Enabled off
-AllowOverride AuthConfig
-</Directory>
-# End WEBCAL Configuration Block
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
diff --git a/apache/access-php4.conf b/apache/access-php4.conf
deleted file mode 100644
index b2d2a27..0000000
--- a/apache/access-php4.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
diff --git a/apache/access.conf b/apache/access.conf
deleted file mode 100644
index b69e95d..0000000
--- a/apache/access.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
- </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
-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
diff --git a/apache/cron.conf b/apache/cron.conf
deleted file mode 100644
index 5f10f39..0000000
--- a/apache/cron.conf
+++ /dev/null
@@ -1,23 +0,0 @@
-# Debian Apache cron.daily config file
-
-# Number of logs to keep.
-APACHE_OLD_LOGS=52
-
-# Which day of the week to run log rotation stuff on, case insensitive.
-# Allowed values are one or more of: Mon,Tue,Wed,Thu,Fri,Sat,Sun,All
-APACHE_DAYS_TO_RUN=Sun
-
-# Which exact day to run log rotation stuff, if not "any" this
-# supercedes the above. Allowed values are a day of month between 01
-# and 32, or a day of year between 001 and 366. Set to "01" for
-# Webalyzer and analog, but note logfiles can get huge.
-APACHE_DAY_TO_RUN=01
-
-# Pre-rotation script to run (leave blank if none).
-# APACHE_PRE_SCRIPT=/usr/local/sbin/run_analog
-
-# Post-rotation script to run (leave blank if none).
-APACHE_POST_SCRIPT=/usr/local/sbin/apache.cron
-
-# Whether to chown logfiles to the user/group Apache runs as.
-APACHE_CHOWN_LOGFILES=1
diff --git a/apache/httpd-nophp-nopam.conf b/apache/httpd-nophp-nopam.conf
deleted file mode 100644
index ac6fcb7..0000000
--- a/apache/httpd-nophp-nopam.conf
+++ /dev/null
@@ -1,105 +0,0 @@
-ServerType standalone
-Port 80
-HostnameLookups off
-User www-data
-Group www-data
-ServerAdmin dr@jones.dk
-ServerRoot /etc/apache
-BindAddress *
-
-# The Debian package of Apache loads every feature as shared modules.
-# Please keep this LoadModule: line here, it is needed for installation.
-LoadModule vhost_alias_module /usr/lib/apache/1.3/mod_vhost_alias.so
-# LoadModule env_module /usr/lib/apache/1.3/mod_env.so
-LoadModule config_log_module /usr/lib/apache/1.3/mod_log_config.so
-# LoadModule mime_magic_module /usr/lib/apache/1.3/mod_mime_magic.so
-LoadModule mime_module /usr/lib/apache/1.3/mod_mime.so
-LoadModule negotiation_module /usr/lib/apache/1.3/mod_negotiation.so
-# LoadModule status_module /usr/lib/apache/1.3/mod_status.so
-# LoadModule info_module /usr/lib/apache/1.3/mod_info.so
-LoadModule includes_module /usr/lib/apache/1.3/mod_include.so
-LoadModule autoindex_module /usr/lib/apache/1.3/mod_autoindex.so
-LoadModule dir_module /usr/lib/apache/1.3/mod_dir.so
-LoadModule cgi_module /usr/lib/apache/1.3/mod_cgi.so
-# LoadModule asis_module /usr/lib/apache/1.3/mod_asis.so
-# LoadModule imap_module /usr/lib/apache/1.3/mod_imap.so
-# LoadModule action_module /usr/lib/apache/1.3/mod_actions.so
-# LoadModule speling_module /usr/lib/apache/1.3/mod_speling.so
-LoadModule userdir_module /usr/lib/apache/1.3/mod_userdir.so
-LoadModule alias_module /usr/lib/apache/1.3/mod_alias.so
-LoadModule rewrite_module /usr/lib/apache/1.3/mod_rewrite.so
-LoadModule access_module /usr/lib/apache/1.3/mod_access.so
-LoadModule auth_module /usr/lib/apache/1.3/mod_auth.so
-# LoadModule anon_auth_module /usr/lib/apache/1.3/mod_auth_anon.so
-# LoadModule dbm_auth_module /usr/lib/apache/1.3/mod_auth_dbm.so
-# LoadModule db_auth_module /usr/lib/apache/1.3/mod_auth_db.so
-# LoadModule proxy_module /usr/lib/apache/1.3/libproxy.so
-# LoadModule digest_module /usr/lib/apache/1.3/mod_digest.so
-# LoadModule cern_meta_module /usr/lib/apache/1.3/mod_cern_meta.so
-LoadModule expires_module /usr/lib/apache/1.3/mod_expires.so
-# LoadModule headers_module /usr/lib/apache/1.3/mod_headers.so
-# LoadModule usertrack_module /usr/lib/apache/1.3/mod_usertrack.so
-LoadModule unique_id_module /usr/lib/apache/1.3/mod_unique_id.so
-LoadModule setenvif_module /usr/lib/apache/1.3/mod_setenvif.so
-# LoadModule sys_auth_module /usr/lib/apache/1.3/mod_auth_sys.so
-# LoadModule put_module /usr/lib/apache/1.3/mod_put.so
-#LoadModule ssl_module /usr/lib/apache/1.3/mod_ssl.so
-# LoadModule throttle_module /usr/lib/apache/1.3/mod_throttle.so
-#LoadModule pam_auth_module /usr/lib/apache/1.3/mod_auth_pam.so
-# LoadModule allowdev_module /usr/lib/apache/1.3/mod_allowdev.so
-# LoadModule auth_mysql_module /usr/lib/apache/1.3/mod_auth_mysql.so
-# LoadModule pgsql_auth_module /usr/lib/apache/1.3/mod_auth_pgsql.so
-# LoadModule eaccess_module /usr/lib/apache/1.3/mod_eaccess.so
-# LoadModule roaming_module /usr/lib/apache/1.3/mod_roaming.so
-#LoadModule sys_auth_module /usr/lib/apache/1.3/mod_auth_sys.so
-
-ErrorLog /var/log/apache/error.log
-LogLevel warn
-LogFormat "%h %l %u %t \"%r\" %>s %b \"%{Referer}i\" \"%{User-Agent}i\" %T %v" full
-LogFormat "%h %l %u %t \"%r\" %>s %b \"%{Referer}i\" \"%{User-Agent}i\"" combined
-LogFormat "%h %l %u %t \"%r\" %>s %b" common
-LogFormat "%{Referer}i -> %U" referer
-LogFormat "%{User-agent}i" agent
-LogFormat "[ %v %{%Y %m %d}t ] %h %l %u %t \"%r\" %s %b" CustomLog
-
-LogFormat combined
-
-#CustomLog "|/usr/local/bin/parselog" CustomLog
-CustomLog /var/log/apache/access.log common
-
-PidFile /var/run/apache.pid
-LockFile /var/run/apache.lock
-#ServerName new.host.name
-UseCanonicalName on
-Timeout 300
-KeepAlive On
-MaxKeepAliveRequests 100
-KeepAliveTimeout 15
-MinSpareServers 5
-MaxSpareServers 10
-StartServers 5
-MaxClients 150
-MaxRequestsPerChild 30
-
-#<IfModule mod_ssl.c>
-# Listen 80
-# Listen 443
-# AddType application/x-x509-ca-cert .crt
-# AddType application/x-pkcs7-crl .crl
-# SSLPassPhraseDialog builtin
-# SSLSessionCache dbm:/var/run/ssl_scache
-# SSLSessionCacheTimeout 300
-# SSLMutex file:/var/run/ssl_mutex
-# SSLRandomSeed startup builtin
-# SSLRandomSeed connect builtin
-# #SSLRandomSeed startup file:/dev/random 512
-# #SSLRandomSeed startup file:/dev/urandom 512
-# #SSLRandomSeed connect file:/dev/random 512
-# #SSLRandomSeed connect file:/dev/urandom 512
-# #SSLLog /var/log/apache/ssl_engine_log
-# #SSLLogLevel info
-# </IfModule>
-
-include /etc/apache/includes
-
-include /etc/apache/virtual
diff --git a/apache/httpd-nophp.conf b/apache/httpd-nophp.conf
deleted file mode 100644
index 3179718..0000000
--- a/apache/httpd-nophp.conf
+++ /dev/null
@@ -1,105 +0,0 @@
-ServerType standalone
-Port 80
-HostnameLookups off
-User www-data
-Group www-data
-ServerAdmin dr@jones.dk
-ServerRoot /etc/apache
-BindAddress *
-
-# The Debian package of Apache loads every feature as shared modules.
-# Please keep this LoadModule: line here, it is needed for installation.
-LoadModule vhost_alias_module /usr/lib/apache/1.3/mod_vhost_alias.so
-# LoadModule env_module /usr/lib/apache/1.3/mod_env.so
-LoadModule config_log_module /usr/lib/apache/1.3/mod_log_config.so
-# LoadModule mime_magic_module /usr/lib/apache/1.3/mod_mime_magic.so
-LoadModule mime_module /usr/lib/apache/1.3/mod_mime.so
-LoadModule negotiation_module /usr/lib/apache/1.3/mod_negotiation.so
-# LoadModule status_module /usr/lib/apache/1.3/mod_status.so
-# LoadModule info_module /usr/lib/apache/1.3/mod_info.so
-LoadModule includes_module /usr/lib/apache/1.3/mod_include.so
-LoadModule autoindex_module /usr/lib/apache/1.3/mod_autoindex.so
-LoadModule dir_module /usr/lib/apache/1.3/mod_dir.so
-LoadModule cgi_module /usr/lib/apache/1.3/mod_cgi.so
-# LoadModule asis_module /usr/lib/apache/1.3/mod_asis.so
-# LoadModule imap_module /usr/lib/apache/1.3/mod_imap.so
-# LoadModule action_module /usr/lib/apache/1.3/mod_actions.so
-# LoadModule speling_module /usr/lib/apache/1.3/mod_speling.so
-LoadModule userdir_module /usr/lib/apache/1.3/mod_userdir.so
-LoadModule alias_module /usr/lib/apache/1.3/mod_alias.so
-LoadModule rewrite_module /usr/lib/apache/1.3/mod_rewrite.so
-LoadModule access_module /usr/lib/apache/1.3/mod_access.so
-LoadModule auth_module /usr/lib/apache/1.3/mod_auth.so
-# LoadModule anon_auth_module /usr/lib/apache/1.3/mod_auth_anon.so
-# LoadModule dbm_auth_module /usr/lib/apache/1.3/mod_auth_dbm.so
-# LoadModule db_auth_module /usr/lib/apache/1.3/mod_auth_db.so
-# LoadModule proxy_module /usr/lib/apache/1.3/libproxy.so
-# LoadModule digest_module /usr/lib/apache/1.3/mod_digest.so
-# LoadModule cern_meta_module /usr/lib/apache/1.3/mod_cern_meta.so
-LoadModule expires_module /usr/lib/apache/1.3/mod_expires.so
-# LoadModule headers_module /usr/lib/apache/1.3/mod_headers.so
-# LoadModule usertrack_module /usr/lib/apache/1.3/mod_usertrack.so
-LoadModule unique_id_module /usr/lib/apache/1.3/mod_unique_id.so
-LoadModule setenvif_module /usr/lib/apache/1.3/mod_setenvif.so
-# LoadModule sys_auth_module /usr/lib/apache/1.3/mod_auth_sys.so
-# LoadModule put_module /usr/lib/apache/1.3/mod_put.so
-#LoadModule ssl_module /usr/lib/apache/1.3/mod_ssl.so
-# LoadModule throttle_module /usr/lib/apache/1.3/mod_throttle.so
-LoadModule pam_auth_module /usr/lib/apache/1.3/mod_auth_pam.so
-# LoadModule allowdev_module /usr/lib/apache/1.3/mod_allowdev.so
-# LoadModule auth_mysql_module /usr/lib/apache/1.3/mod_auth_mysql.so
-# LoadModule pgsql_auth_module /usr/lib/apache/1.3/mod_auth_pgsql.so
-# LoadModule eaccess_module /usr/lib/apache/1.3/mod_eaccess.so
-# LoadModule roaming_module /usr/lib/apache/1.3/mod_roaming.so
-#LoadModule sys_auth_module /usr/lib/apache/1.3/mod_auth_sys.so
-
-ErrorLog /var/log/apache/error.log
-LogLevel warn
-LogFormat "%h %l %u %t \"%r\" %>s %b \"%{Referer}i\" \"%{User-Agent}i\" %T %v" full
-LogFormat "%h %l %u %t \"%r\" %>s %b \"%{Referer}i\" \"%{User-Agent}i\"" combined
-LogFormat "%h %l %u %t \"%r\" %>s %b" common
-LogFormat "%{Referer}i -> %U" referer
-LogFormat "%{User-agent}i" agent
-LogFormat "[ %v %{%Y %m %d}t ] %h %l %u %t \"%r\" %s %b" CustomLog
-
-LogFormat combined
-
-#CustomLog "|/usr/local/bin/parselog" CustomLog
-CustomLog /var/log/apache/access.log common
-
-PidFile /var/run/apache.pid
-LockFile /var/run/apache.lock
-#ServerName new.host.name
-UseCanonicalName on
-Timeout 300
-KeepAlive On
-MaxKeepAliveRequests 100
-KeepAliveTimeout 15
-MinSpareServers 5
-MaxSpareServers 10
-StartServers 5
-MaxClients 150
-MaxRequestsPerChild 30
-
-#<IfModule mod_ssl.c>
-# Listen 80
-# Listen 443
-# AddType application/x-x509-ca-cert .crt
-# AddType application/x-pkcs7-crl .crl
-# SSLPassPhraseDialog builtin
-# SSLSessionCache dbm:/var/run/ssl_scache
-# SSLSessionCacheTimeout 300
-# SSLMutex file:/var/run/ssl_mutex
-# SSLRandomSeed startup builtin
-# SSLRandomSeed connect builtin
-# #SSLRandomSeed startup file:/dev/random 512
-# #SSLRandomSeed startup file:/dev/urandom 512
-# #SSLRandomSeed connect file:/dev/random 512
-# #SSLRandomSeed connect file:/dev/urandom 512
-# #SSLLog /var/log/apache/ssl_engine_log
-# #SSLLogLevel info
-# </IfModule>
-
-include /etc/apache/includes
-
-include /etc/apache/virtual
diff --git a/apache/httpd-php4.conf b/apache/httpd-php4.conf
deleted file mode 100644
index 08e3595..0000000
--- a/apache/httpd-php4.conf
+++ /dev/null
@@ -1,106 +0,0 @@
-ServerType standalone
-Port 80
-HostnameLookups off
-User www-data
-Group www-data
-ServerAdmin dr@jones.dk
-ServerRoot /etc/apache
-BindAddress *
-
-# The Debian package of Apache loads every feature as shared modules.
-# Please keep this LoadModule: line here, it is needed for installation.
-LoadModule vhost_alias_module /usr/lib/apache/1.3/mod_vhost_alias.so
-# LoadModule env_module /usr/lib/apache/1.3/mod_env.so
-LoadModule config_log_module /usr/lib/apache/1.3/mod_log_config.so
-# LoadModule mime_magic_module /usr/lib/apache/1.3/mod_mime_magic.so
-LoadModule mime_module /usr/lib/apache/1.3/mod_mime.so
-LoadModule negotiation_module /usr/lib/apache/1.3/mod_negotiation.so
-# LoadModule status_module /usr/lib/apache/1.3/mod_status.so
-# LoadModule info_module /usr/lib/apache/1.3/mod_info.so
-LoadModule includes_module /usr/lib/apache/1.3/mod_include.so
-LoadModule autoindex_module /usr/lib/apache/1.3/mod_autoindex.so
-LoadModule dir_module /usr/lib/apache/1.3/mod_dir.so
-LoadModule cgi_module /usr/lib/apache/1.3/mod_cgi.so
-# LoadModule asis_module /usr/lib/apache/1.3/mod_asis.so
-# LoadModule imap_module /usr/lib/apache/1.3/mod_imap.so
-# LoadModule action_module /usr/lib/apache/1.3/mod_actions.so
-# LoadModule speling_module /usr/lib/apache/1.3/mod_speling.so
-LoadModule userdir_module /usr/lib/apache/1.3/mod_userdir.so
-LoadModule alias_module /usr/lib/apache/1.3/mod_alias.so
-LoadModule rewrite_module /usr/lib/apache/1.3/mod_rewrite.so
-LoadModule access_module /usr/lib/apache/1.3/mod_access.so
-LoadModule auth_module /usr/lib/apache/1.3/mod_auth.so
-# LoadModule anon_auth_module /usr/lib/apache/1.3/mod_auth_anon.so
-# LoadModule dbm_auth_module /usr/lib/apache/1.3/mod_auth_dbm.so
-# LoadModule db_auth_module /usr/lib/apache/1.3/mod_auth_db.so
-# LoadModule proxy_module /usr/lib/apache/1.3/libproxy.so
-# LoadModule digest_module /usr/lib/apache/1.3/mod_digest.so
-# LoadModule cern_meta_module /usr/lib/apache/1.3/mod_cern_meta.so
-LoadModule expires_module /usr/lib/apache/1.3/mod_expires.so
-# LoadModule headers_module /usr/lib/apache/1.3/mod_headers.so
-# LoadModule usertrack_module /usr/lib/apache/1.3/mod_usertrack.so
-LoadModule unique_id_module /usr/lib/apache/1.3/mod_unique_id.so
-LoadModule setenvif_module /usr/lib/apache/1.3/mod_setenvif.so
-# LoadModule sys_auth_module /usr/lib/apache/1.3/mod_auth_sys.so
-# LoadModule put_module /usr/lib/apache/1.3/mod_put.so
-#LoadModule ssl_module /usr/lib/apache/1.3/mod_ssl.so
-# LoadModule throttle_module /usr/lib/apache/1.3/mod_throttle.so
-LoadModule pam_auth_module /usr/lib/apache/1.3/mod_auth_pam.so
-# LoadModule allowdev_module /usr/lib/apache/1.3/mod_allowdev.so
-# LoadModule auth_mysql_module /usr/lib/apache/1.3/mod_auth_mysql.so
-# LoadModule pgsql_auth_module /usr/lib/apache/1.3/mod_auth_pgsql.so
-# LoadModule eaccess_module /usr/lib/apache/1.3/mod_eaccess.so
-LoadModule php4_module /usr/lib/apache/1.3/libphp4.so
-# LoadModule roaming_module /usr/lib/apache/1.3/mod_roaming.so
-#LoadModule sys_auth_module /usr/lib/apache/1.3/mod_auth_sys.so
-
-ErrorLog /var/log/apache/error.log
-LogLevel warn
-LogFormat "%h %l %u %t \"%r\" %>s %b \"%{Referer}i\" \"%{User-Agent}i\" %T %v" full
-LogFormat "%h %l %u %t \"%r\" %>s %b \"%{Referer}i\" \"%{User-Agent}i\"" combined
-LogFormat "%h %l %u %t \"%r\" %>s %b" common
-LogFormat "%{Referer}i -> %U" referer
-LogFormat "%{User-agent}i" agent
-LogFormat "[ %v %{%Y %m %d}t ] %h %l %u %t \"%r\" %s %b" CustomLog
-
-LogFormat combined
-
-#CustomLog "|/usr/local/bin/parselog" CustomLog
-CustomLog /var/log/apache/access.log common
-
-PidFile /var/run/apache.pid
-LockFile /var/run/apache.lock
-#ServerName new.host.name
-UseCanonicalName on
-Timeout 300
-KeepAlive On
-MaxKeepAliveRequests 100
-KeepAliveTimeout 15
-MinSpareServers 5
-MaxSpareServers 10
-StartServers 5
-MaxClients 150
-MaxRequestsPerChild 30
-
-#<IfModule mod_ssl.c>
-# Listen 80
-# Listen 443
-# AddType application/x-x509-ca-cert .crt
-# AddType application/x-pkcs7-crl .crl
-# SSLPassPhraseDialog builtin
-# SSLSessionCache dbm:/var/run/ssl_scache
-# SSLSessionCacheTimeout 300
-# SSLMutex file:/var/run/ssl_mutex
-# SSLRandomSeed startup builtin
-# SSLRandomSeed connect builtin
-# #SSLRandomSeed startup file:/dev/random 512
-# #SSLRandomSeed startup file:/dev/urandom 512
-# #SSLRandomSeed connect file:/dev/random 512
-# #SSLRandomSeed connect file:/dev/urandom 512
-# #SSLLog /var/log/apache/ssl_engine_log
-# #SSLLogLevel info
-# </IfModule>
-
-include /etc/apache/includes
-
-include /etc/apache/virtual
diff --git a/apache/httpd.conf b/apache/httpd.conf
deleted file mode 100644
index cf2dc83..0000000
--- a/apache/httpd.conf
+++ /dev/null
@@ -1,106 +0,0 @@
-ServerType standalone
-Port 80
-HostnameLookups off
-User www-data
-Group www-data
-ServerAdmin dr@jones.dk
-ServerRoot /etc/apache
-BindAddress *
-
-# The Debian package of Apache loads every feature as shared modules.
-# Please keep this LoadModule: line here, it is needed for installation.
-LoadModule vhost_alias_module /usr/lib/apache/1.3/mod_vhost_alias.so
-# LoadModule env_module /usr/lib/apache/1.3/mod_env.so
-LoadModule config_log_module /usr/lib/apache/1.3/mod_log_config.so
-# LoadModule mime_magic_module /usr/lib/apache/1.3/mod_mime_magic.so
-LoadModule mime_module /usr/lib/apache/1.3/mod_mime.so
-LoadModule negotiation_module /usr/lib/apache/1.3/mod_negotiation.so
-# LoadModule status_module /usr/lib/apache/1.3/mod_status.so
-# LoadModule info_module /usr/lib/apache/1.3/mod_info.so
-LoadModule includes_module /usr/lib/apache/1.3/mod_include.so
-LoadModule autoindex_module /usr/lib/apache/1.3/mod_autoindex.so
-LoadModule dir_module /usr/lib/apache/1.3/mod_dir.so
-LoadModule cgi_module /usr/lib/apache/1.3/mod_cgi.so
-# LoadModule asis_module /usr/lib/apache/1.3/mod_asis.so
-# LoadModule imap_module /usr/lib/apache/1.3/mod_imap.so
-# LoadModule action_module /usr/lib/apache/1.3/mod_actions.so
-# LoadModule speling_module /usr/lib/apache/1.3/mod_speling.so
-LoadModule userdir_module /usr/lib/apache/1.3/mod_userdir.so
-LoadModule alias_module /usr/lib/apache/1.3/mod_alias.so
-LoadModule rewrite_module /usr/lib/apache/1.3/mod_rewrite.so
-LoadModule access_module /usr/lib/apache/1.3/mod_access.so
-LoadModule auth_module /usr/lib/apache/1.3/mod_auth.so
-# LoadModule anon_auth_module /usr/lib/apache/1.3/mod_auth_anon.so
-# LoadModule dbm_auth_module /usr/lib/apache/1.3/mod_auth_dbm.so
-# LoadModule db_auth_module /usr/lib/apache/1.3/mod_auth_db.so
-# LoadModule proxy_module /usr/lib/apache/1.3/libproxy.so
-# LoadModule digest_module /usr/lib/apache/1.3/mod_digest.so
-# LoadModule cern_meta_module /usr/lib/apache/1.3/mod_cern_meta.so
-LoadModule expires_module /usr/lib/apache/1.3/mod_expires.so
-# LoadModule headers_module /usr/lib/apache/1.3/mod_headers.so
-# LoadModule usertrack_module /usr/lib/apache/1.3/mod_usertrack.so
-LoadModule unique_id_module /usr/lib/apache/1.3/mod_unique_id.so
-LoadModule setenvif_module /usr/lib/apache/1.3/mod_setenvif.so
-# LoadModule sys_auth_module /usr/lib/apache/1.3/mod_auth_sys.so
-# LoadModule put_module /usr/lib/apache/1.3/mod_put.so
-#LoadModule ssl_module /usr/lib/apache/1.3/mod_ssl.so
-# LoadModule throttle_module /usr/lib/apache/1.3/mod_throttle.so
-LoadModule pam_auth_module /usr/lib/apache/1.3/mod_auth_pam.so
-# LoadModule allowdev_module /usr/lib/apache/1.3/mod_allowdev.so
-# LoadModule auth_mysql_module /usr/lib/apache/1.3/mod_auth_mysql.so
-# LoadModule pgsql_auth_module /usr/lib/apache/1.3/mod_auth_pgsql.so
-# LoadModule eaccess_module /usr/lib/apache/1.3/mod_eaccess.so
-LoadModule php3_module /usr/lib/apache/1.3/libphp3.so
-# LoadModule roaming_module /usr/lib/apache/1.3/mod_roaming.so
-#LoadModule sys_auth_module /usr/lib/apache/1.3/mod_auth_sys.so
-
-ErrorLog /var/log/apache/error.log
-LogLevel warn
-LogFormat "%h %l %u %t \"%r\" %>s %b \"%{Referer}i\" \"%{User-Agent}i\" %T %v" full
-LogFormat "%h %l %u %t \"%r\" %>s %b \"%{Referer}i\" \"%{User-Agent}i\"" combined
-LogFormat "%h %l %u %t \"%r\" %>s %b" common
-LogFormat "%{Referer}i -> %U" referer
-LogFormat "%{User-agent}i" agent
-LogFormat "[ %v %{%Y %m %d}t ] %h %l %u %t \"%r\" %s %b" CustomLog
-
-LogFormat combined
-
-#CustomLog "|/usr/local/bin/parselog" CustomLog
-CustomLog /var/log/apache/access.log common
-
-PidFile /var/run/apache.pid
-LockFile /var/run/apache.lock
-#ServerName new.host.name
-UseCanonicalName on
-Timeout 300
-KeepAlive On
-MaxKeepAliveRequests 100
-KeepAliveTimeout 15
-MinSpareServers 5
-MaxSpareServers 10
-StartServers 5
-MaxClients 150
-MaxRequestsPerChild 30
-
-#<IfModule mod_ssl.c>
-# Listen 80
-# Listen 443
-# AddType application/x-x509-ca-cert .crt
-# AddType application/x-pkcs7-crl .crl
-# SSLPassPhraseDialog builtin
-# SSLSessionCache dbm:/var/run/ssl_scache
-# SSLSessionCacheTimeout 300
-# SSLMutex file:/var/run/ssl_mutex
-# SSLRandomSeed startup builtin
-# SSLRandomSeed connect builtin
-# #SSLRandomSeed startup file:/dev/random 512
-# #SSLRandomSeed startup file:/dev/urandom 512
-# #SSLRandomSeed connect file:/dev/random 512
-# #SSLRandomSeed connect file:/dev/urandom 512
-# #SSLLog /var/log/apache/ssl_engine_log
-# #SSLLogLevel info
-# </IfModule>
-
-include /etc/apache/includes
-
-include /etc/apache/virtual
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
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
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