Add alias for targettest
[irspy-moved-to-github.git] / web / conf / apache1.3 / newshawarma.conf
index ac1b8e1..0ed1670 100644 (file)
@@ -1,4 +1,4 @@
-# $Id: newshawarma.conf,v 1.1 2007-03-15 13:54:01 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.
 #
 # 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!
 
 <VirtualHost 83.133.64.64>
     ServerName irspy.indexdata.com
-    ErrorLog     /var/log/apache/irspy-error.log
-    CustomLog    /var/log/apache/irspy-access.log combined
+    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
     <FilesMatch "\.(html|css)$">
      SetHandler perl-script