summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--apache/vhosts.m4/cgi+redir.m416
-rw-r--r--apache/vhosts.m4/plain+redir.m413
-rw-r--r--apache/vhosts.m4/redir.m47
3 files changed, 36 insertions, 0 deletions
diff --git a/apache/vhosts.m4/cgi+redir.m4 b/apache/vhosts.m4/cgi+redir.m4
new file mode 100644
index 0000000..b7a3d39
--- /dev/null
+++ b/apache/vhosts.m4/cgi+redir.m4
@@ -0,0 +1,16 @@
+<VirtualHost *>
+ ServerName _HOST
+dnl ServerAlias _LOCALHOST
+ ServerAdmin _EMAIL
+ DocumentRoot _FILEROOT
+ ScriptAlias /cgi-bin/ _CGIROOT
+ user _UID
+ group _GID
+</VirtualHost>
+<VirtualHost *>
+ ServerName _REDIRHOST
+ ServerAlias *._JOKERHOST
+ RewriteEngine On
+ RewriteRule / http://_HOST/ [R]
+ TransferLog /dev/null
+</VirtualHost>
diff --git a/apache/vhosts.m4/plain+redir.m4 b/apache/vhosts.m4/plain+redir.m4
new file mode 100644
index 0000000..e27e31c
--- /dev/null
+++ b/apache/vhosts.m4/plain+redir.m4
@@ -0,0 +1,13 @@
+<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>
diff --git a/apache/vhosts.m4/redir.m4 b/apache/vhosts.m4/redir.m4
new file mode 100644
index 0000000..b9d58ba
--- /dev/null
+++ b/apache/vhosts.m4/redir.m4
@@ -0,0 +1,7 @@
+<VirtualHost *>
+ ServerName _REDIRHOST
+ ServerAlias *._JOKERHOST
+ RewriteEngine On
+ RewriteRule / http://_HOST/ [R]
+ TransferLog /dev/null
+</VirtualHost>
ass='rem' style='width: -nan%;'/> -rw-r--r--tags/a9/27/200610161119.05219.madcoder@debian.org/debian0
-rw-r--r--tags/a9/27/200610161119.05219.madcoder@debian.org/signed0
-rw-r--r--tags/a9/27/20150830151822.GB29651@home.philkern.de/debian0
-rw-r--r--tags/a9/27/20150830151822.GB29651@home.philkern.de/inbox0
-rw-r--r--tags/a9/27/20150830151822.GB29651@home.philkern.de/old0
-rw-r--r--tags/a9/27/20150830151822.GB29651@home.philkern.de/signed0
-rw-r--r--tags/a9/27/20161021090945.8952A1C0E7@jawa.homebase.dk/hb0
-rw-r--r--tags/a9/27/20161021090945.8952A1C0E7@jawa.homebase.dk/sys0
-rw-r--r--tags/a9/27/20161021090945.8952A1C0E7@jawa.homebase.dk/unread0
-rw-r--r--tags/a9/27/20161221120002.003273711@lxp5.free-owl.de/sys0
-rw-r--r--tags/a9/27/20161221120002.003273711@lxp5.free-owl.de/unread0
-rw-r--r--tags/a9/27/20170213050237.99F12359E@lxp5.free-owl.de/sys0
-rw-r--r--tags/a9/27/20170213050237.99F12359E@lxp5.free-owl.de/unread0
-rw-r--r--tags/a9/27/20171208054219.A6E2E86D0@lxp5.free-owl.de/sys0
-rw-r--r--tags/a9/27/20171208054219.A6E2E86D0@lxp5.free-owl.de/unread0
-rw-r--r--tags/a9/27/20181015213322.349BC29A@xayide.jones.dk/jones0
-rw-r--r--tags/a9/27/20181015213322.349BC29A@xayide.jones.dk/sys0
-rw-r--r--tags/a9/27/20181015213322.349BC29A@xayide.jones.dk/unread0
-rw-r--r--tags/a9/27/20190426093726.EC4A7C21EA2@lists.denx.de/unread0
-rw-r--r--tags/a9/27/5526BF5E-8F34-4B96-8A29-AED572EDAE38@kaospilot.dk/hb0
-rw-r--r--tags/a9/27/5526BF5E-8F34-4B96-8A29-AED572EDAE38@kaospilot.dk/unread0
-rw-r--r--tags/a9/27/5bd9d0c3-49c7-4877-8fdb-92ed0810bc9f@xtgap4s7mta4224.xt.local/inbox0
-rw-r--r--tags/a9/27/5bd9d0c3-49c7-4877-8fdb-92ed0810bc9f@xtgap4s7mta4224.xt.local/old0
-rw-r--r--tags/a9/27/bb78a1ac0710060917s26d3289g8c9b37925b238d62@mail.gmail.com/debian0
35 files changed, 0 insertions, 0 deletions