From 3074b6be7659b9d86938c5799770401ee60238a0 Mon Sep 17 00:00:00 2001 From: Mike Taylor Date: Mon, 25 Jun 2007 10:39:22 +0000 Subject: [PATCH] Do not load proxy_module -- main configuration already does this. --- web/conf/apache1.3/newshawarma-proxy.conf | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/web/conf/apache1.3/newshawarma-proxy.conf b/web/conf/apache1.3/newshawarma-proxy.conf index 17cb809..1df7db1 100644 --- a/web/conf/apache1.3/newshawarma-proxy.conf +++ b/web/conf/apache1.3/newshawarma-proxy.conf @@ -1,10 +1,9 @@ -# $Id: newshawarma-proxy.conf,v 1.2 2007-05-01 16:34:00 mike Exp $ +# $Id: newshawarma-proxy.conf,v 1.3 2007-06-25 10:39:22 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 # to isolate IRSpy from other sites' errors and vice versa. -LoadModule proxy_module /usr/lib/apache/1.3/libproxy.so ServerName irspy.indexdata.com ServerAlias targettest.indexdata.com -- 1.7.10.4