summaryrefslogtreecommitdiff
path: root/apache/vhosts.d
diff options
context:
space:
mode:
authorJonas Smedegaard <dr@jones.dk>2017-01-26 14:30:08 +0100
committerJonas Smedegaard <dr@jones.dk>2017-01-26 14:30:08 +0100
commite042b7bced715a9d0d6c660df453b1b68f263316 (patch)
tree13f1bcd2f7cccf87718d92b5fc9a112d4c3ea455 /apache/vhosts.d
parentc778483fbd7829e2d41157ae6be2d7f1eef709f5 (diff)
Drop ancient unused files.
Diffstat (limited to 'apache/vhosts.d')
-rw-r--r--apache/vhosts.d/00Virtual17
-rw-r--r--apache/vhosts.d/0DEFAULT17
-rw-r--r--apache/vhosts.d/README15
-rw-r--r--apache/vhosts.d/admin43
-rw-r--r--apache/vhosts.d/cups12
-rw-r--r--apache/vhosts.d/horde212
-rw-r--r--apache/vhosts.d/kiosk7
-rw-r--r--apache/vhosts.d/mail29
-rw-r--r--apache/vhosts.d/stats26
-rw-r--r--apache/vhosts.d/wiki12
-rw-r--r--apache/vhosts.d/wpad6
11 files changed, 0 insertions, 196 deletions
diff --git a/apache/vhosts.d/00Virtual b/apache/vhosts.d/00Virtual
deleted file mode 100644
index 9a7bf64..0000000
--- a/apache/vhosts.d/00Virtual
+++ /dev/null
@@ -1,17 +0,0 @@
-DocumentRoot /home
-
-<Directory /home/*/websites/*>
- AllowOverride FileInfo AuthConfig Limit
- Options MultiViews Indexes SymLinksIfOwnerMatch IncludesNoExec
- <Limit GET POST OPTIONS PROPFIND>
- Order allow,deny
- Allow from all
- </Limit>
- <Limit PUT DELETE PATCH PROPPATCH MKCOL COPY MOVE LOCK UNLOCK>
- Order deny,allow
- Deny from all
- </Limit>
-</Directory>
-
-UseCanonicalName Off
-NameVirtualHost *
diff --git a/apache/vhosts.d/0DEFAULT b/apache/vhosts.d/0DEFAULT
deleted file mode 100644
index 364a825..0000000
--- a/apache/vhosts.d/0DEFAULT
+++ /dev/null
@@ -1,17 +0,0 @@
-<VirtualHost *>
-ServerName 107b.dk
-ServerAlias www
-ServerAdmin webmaster@107b.dk
-DocumentRoot /home/web/websites/107b.dk
-
-ScriptAlias /cgi-bin/ /home/web/webscripts/107b.dk/
-User web
-Group web
-</VirtualHost>
-
-<VirtualHost *>
-ServerName www.107b.dk
-RewriteEngine On
-RewriteRule / http://107b.dk/ [R]
-TransferLog /dev/null
-</VirtualHost>
diff --git a/apache/vhosts.d/README b/apache/vhosts.d/README
deleted file mode 100644
index a07436e..0000000
--- a/apache/vhosts.d/README
+++ /dev/null
@@ -1,15 +0,0 @@
-# These are example files for Apache virtual hosts.
-# They need a little tweaking (at least change the domainname).
-#
-# Add this line just below "Section 3: Virtual hosts" in httpd.conf:
-#
-# Include vhosts.d/
-#
-# Some of the stuff is tied to the concept of recompiling suexec to have
-# the files located below /home instead of /var/www (this - among other
-# issues - allows for putting ftp access within a chroot and still allow
-# web designers into their websites).
-#
-# TODO:
-# * Write these as m4 scripts
-# * automate using CFEngine
diff --git a/apache/vhosts.d/admin b/apache/vhosts.d/admin
deleted file mode 100644
index bf1d0cb..0000000
--- a/apache/vhosts.d/admin
+++ /dev/null
@@ -1,43 +0,0 @@
-<VirtualHost *>
-ServerName admin.107b.dk
-ServerAlias admin
-ServerAdmin webmaster@107b.dk
-DocumentRoot /home/web/websites/admin.107b.dk
-
-Alias /eskuel/ /var/www/eskuel/
-
-Alias /dav/ /var/www/dav/
-<Location /dav/>
- AuthShadow On
- AuthName "WebDAV"
- AuthType Basic
- AllowOverride None
- Dav On
- Options Indexes
- Order allow,deny
- Allow from all
- <Limit HEAD GET POST OPTIONS PROPFIND>
- Allow from all
- </Limit>
- <Limit MKCOL PUT DELETE LOCK UNLOCK COPY MOVE PROPPATCH>
-# Deny from all
- Allow from all
- </Limit>
- require valid-user
-</Location>
-
-Alias /put/ /var/www/put/
-<Location /put/>
- EnablePut On
-# EnableDelete Off
- umask 007
-# <Limit PUT>
- AuthShadow On
- AuthName "http PUT"
- AuthType Basic
- require valid-user
-# </Limit>
-</Location>
-
-Include /etc/phpmyadmin/apache.conf
-</VirtualHost>
diff --git a/apache/vhosts.d/cups b/apache/vhosts.d/cups
deleted file mode 100644
index f122b09..0000000
--- a/apache/vhosts.d/cups
+++ /dev/null
@@ -1,12 +0,0 @@
-<VirtualHost *>
- ServerName cups.107b.dk
- RewriteEngine On
- RewriteRule / http://cups.107b.dk:631/ [R]
- TransferLog /dev/null
-</VirtualHost>
-<VirtualHost *>
- ServerName cups
- RewriteEngine On
- RewriteRule / http://cups:631/ [R]
- TransferLog /dev/null
-</VirtualHost>
diff --git a/apache/vhosts.d/horde2 b/apache/vhosts.d/horde2
deleted file mode 100644
index f776794..0000000
--- a/apache/vhosts.d/horde2
+++ /dev/null
@@ -1,12 +0,0 @@
-<VirtualHost *>
- ServerName horde.vega.dk
- ServerAlias horde
- ServerAlias homebase.horde.vega.dk
- ServerAlias louiz.horde.vega.dk
- ServerAlias lab.horde.vega.dk
- ServerAlias jones.horde.vega.dk
- ServerAlias vega.horde.vega.dk
- ServerAdmin webmaster@vega.dk
- DocumentRoot /usr/share/horde2
- Include /etc/horde2/apache.conf
-</VirtualHost>
diff --git a/apache/vhosts.d/kiosk b/apache/vhosts.d/kiosk
deleted file mode 100644
index 8de507b..0000000
--- a/apache/vhosts.d/kiosk
+++ /dev/null
@@ -1,7 +0,0 @@
-<VirtualHost *>
-ServerName kiosk.107b.dk
-ServerAlias kiosk
-RewriteEngine On
-RewriteRule / http://lab.107b.dk/ [R]
-TransferLog /dev/null
-</VirtualHost>
diff --git a/apache/vhosts.d/mail b/apache/vhosts.d/mail
deleted file mode 100644
index 6a7e3bd..0000000
--- a/apache/vhosts.d/mail
+++ /dev/null
@@ -1,29 +0,0 @@
-<VirtualHost *>
- ServerName mail.107b.dk
- ServerAlias mail
- ServerAdmin webmaster@107b.dk
- DocumentRoot /home/web/websites/mail.107b.dk
-
-Alias /postaci/ /var/www/postaci/
-
- Alias /lists/archive /var/lib/mailman/archives/public
- ScriptAlias /lists /usr/lib/mailman/cgi-bin
- ScriptAlias /mailman /usr/lib/mailman/cgi-bin
- RewriteEngine on
- RewriteRule ^/lists(/)?$ /lists/listinfo [R]
-
- <Directory />
- Options FollowSymLinks
- AllowOverride None
- </Directory>
-
- <Location /doc/mailman/images/>
- order deny,allow
- allow from all
- </Location>
-
- Include /etc/horde/apache.conf
- Include /etc/imp/apache.conf
- Include /etc/squirrelmail/apache.conf
-# Include /etc/sympa/httpd.conf-cgi
-</VirtualHost>
diff --git a/apache/vhosts.d/stats b/apache/vhosts.d/stats
deleted file mode 100644
index 1d0db6b..0000000
--- a/apache/vhosts.d/stats
+++ /dev/null
@@ -1,26 +0,0 @@
-<VirtualHost *>
- ServerName stats.vega.dk
- ServerAlias stats
- ServerAdmin webmaster@vega.dk
- DocumentRoot /home/jonas/websites/stats.vega.dk
- Alias /awstats-icon /usr/share/awstats/icon
-
- <Location />
- Options +Indexes +MultiViews +ExecCGI
- DirectoryIndex index
- ServerSignature Email
- </Location>
-
-# <Location /www.ror.dk/>
-# AuthUserFile /var/www/VIRTUAL/stats.jones.dk/www/COMMON/.htpasswd
-# AuthGroupFile /dev/null
-# AuthType Basic
-# AuthName "Stats access"
-# require user jonas rordk
-# </Location>
-
- <Location /doc/analog/images>
- order allow,deny
- allow from all
- </Location>
-</VirtualHost>
diff --git a/apache/vhosts.d/wiki b/apache/vhosts.d/wiki
deleted file mode 100644
index e4e026f..0000000
--- a/apache/vhosts.d/wiki
+++ /dev/null
@@ -1,12 +0,0 @@
-<VirtualHost *>
- ServerName wiki.vega.dk
- ServerAlias wiki
- ServerAdmin webmaster@vega.dk
- DocumentRoot /home/jonas/websites/wiki.vega.dk
- user jonas
- group jonas
- Alias /wiki/ /usr/share/moin/htdocs/
- ScriptAlias /moin /home/jonas/webscripts/wiki.vega.dk/moin.cgi
- RewriteEngine on
- RewriteRule ^/$ /moin [R]
-</VirtualHost>
diff --git a/apache/vhosts.d/wpad b/apache/vhosts.d/wpad
deleted file mode 100644
index 847a676..0000000
--- a/apache/vhosts.d/wpad
+++ /dev/null
@@ -1,6 +0,0 @@
-<VirtualHost *>
- ServerName wpad
- DocumentRoot /etc/local-COMMON/apache/wpad
- RewriteEngine On
- RewriteRule ^/.*$ /etc/local-COMMON/apache/wpad/wpad.dat [T=application/x-ns-proxy-autoconfig]
-</VirtualHost>