From 034755c5d8fafc8ef127fac83b3df86c534f7dd2 Mon Sep 17 00:00:00 2001 From: Mike Taylor Date: Tue, 1 May 2007 16:34:00 +0000 Subject: [PATCH] Add alias targettest.indexdata.com --- web/conf/apache1.3/newshawarma-proxy.conf | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/web/conf/apache1.3/newshawarma-proxy.conf b/web/conf/apache1.3/newshawarma-proxy.conf index 34ede26..17cb809 100644 --- a/web/conf/apache1.3/newshawarma-proxy.conf +++ b/web/conf/apache1.3/newshawarma-proxy.conf @@ -1,4 +1,4 @@ -# $Id: newshawarma-proxy.conf,v 1.1 2007-03-22 11:44:51 mike Exp $ +# $Id: newshawarma-proxy.conf,v 1.2 2007-05-01 16:34:00 mike Exp $ # # A very simple configuration to proxy the IRSpy server to a separate # Apache instance running on the same host. This separation is useful @@ -7,6 +7,7 @@ LoadModule proxy_module /usr/lib/apache/1.3/libproxy.so ServerName irspy.indexdata.com + ServerAlias targettest.indexdata.com ProxyPass / http://irspy.indexdata.com:81/ ProxyPassReverse / http://irspy.indexdata.com:81/ -- 1.7.10.4