From a8f2a1c36efed8f876a62d469ccc620d86c48bd5 Mon Sep 17 00:00:00 2001 From: Jonas Smedegaard Date: Mon, 27 Jan 2003 16:04:55 +0000 Subject: Add M4 Apache skeleton files. --- apache/vhosts.m4/plain+redir.m4 | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 apache/vhosts.m4/plain+redir.m4 (limited to 'apache/vhosts.m4/plain+redir.m4') 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 @@ + + ServerName _HOST +dnl ServerAlias _LOCALHOST + ServerAdmin _EMAIL + DocumentRoot _FILEROOT + + + ServerName _REDIRHOST + ServerAlias *._JOKERHOST + RewriteEngine On + RewriteRule / http://_HOST/ [R] + TransferLog /dev/null + -- cgit v1.2.3