diff options
Diffstat (limited to 'apache/vhosts.m4')
-rw-r--r-- | apache/vhosts.m4/vhost.m4 | 30 |
1 files changed, 0 insertions, 30 deletions
diff --git a/apache/vhosts.m4/vhost.m4 b/apache/vhosts.m4/vhost.m4 deleted file mode 100644 index 072388e..0000000 --- a/apache/vhosts.m4/vhost.m4 +++ /dev/null @@ -1,30 +0,0 @@ -# Generated by vhost.m4 (please delete this line if editing manually!) -ifdef(ROOT, -<VirtualHost VHOST> - ServerName HOST -ifdef(HOST_LOCAL, - ServerAlias HOST_LOCAL -)dnl -ifdef(HOST_JOKER, - ServerAlias HOST_JOKER -)dnl - ServerAdmin EMAIL - DocumentRoot ROOT -ifdef(CGIROOT, - ScriptAlias /cgi-bin/ CGIROOT - user UID - group GID -)dnl -</VirtualHost> -)dnl -ifdef(REDIRHOST, -<VirtualHost VHOST> - ServerName REDIRHOST -ifdef(REDIRHOST_JOKER, - ServerAlias *.REDIRHOST_JOKER -)dnl - RewriteEngine On - RewriteRule / http://HOST/ [R] - TransferLog /dev/null -</VirtualHost> -)dnl |