From 0ed4ddb93b6a34b545fce22378e9543667d7fb44 Mon Sep 17 00:00:00 2001 From: Mike Taylor Date: Thu, 28 Jun 2007 12:26:22 +0000 Subject: [PATCH] Add alias for targettest --- web/conf/apache1.3/newshawarma.conf | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/web/conf/apache1.3/newshawarma.conf b/web/conf/apache1.3/newshawarma.conf index 6564011..0ed1670 100644 --- a/web/conf/apache1.3/newshawarma.conf +++ b/web/conf/apache1.3/newshawarma.conf @@ -1,4 +1,4 @@ -# $Id: newshawarma.conf,v 1.2 2007-03-22 11:44:23 mike Exp $ +# $Id: newshawarma.conf,v 1.3 2007-06-28 12:26:22 mike Exp $ # # Sample configuration for running an IRSpy web-site under Apache 1.3. # @@ -14,9 +14,13 @@ # When running on Debian, don't forget to # install libapache-request-perl as well as libhtml-mason-perl, # otherwise Mason will fail mysteriously. +# +# And do NOT attempt to install ZAP on the same apache, that is known +# to fail! ServerName irspy.indexdata.com + ServerAlias targettest.indexdata.com ErrorLog /var/log/apache-irspy/irspy-error.log CustomLog /var/log/apache-irspy/irspy-access.log combined DocumentRoot /home/mike/cvs/irspy/web/htdocs -- 1.7.10.4