summaryrefslogtreecommitdiff
path: root/apache/vhosts.m4/plain+redir.m4
diff options
context:
space:
mode:
Diffstat (limited to 'apache/vhosts.m4/plain+redir.m4')
-rw-r--r--apache/vhosts.m4/plain+redir.m413
1 files changed, 0 insertions, 13 deletions
diff --git a/apache/vhosts.m4/plain+redir.m4 b/apache/vhosts.m4/plain+redir.m4
deleted file mode 100644
index e27e31c..0000000
--- a/apache/vhosts.m4/plain+redir.m4
+++ /dev/null
@@ -1,13 +0,0 @@
-<VirtualHost *>
- ServerName _HOST
-dnl ServerAlias _LOCALHOST
- ServerAdmin _EMAIL
- DocumentRoot _FILEROOT
-</VirtualHost>
-<VirtualHost *>
- ServerName _REDIRHOST
- ServerAlias *._JOKERHOST
- RewriteEngine On
- RewriteRule / http://_HOST/ [R]
- TransferLog /dev/null
-</VirtualHost>