Make targettest a redcirect rather than an alias.
[irspy-moved-to-github.git] / web / conf / apache1.3 / newshawarma.conf
index 6564011..1e0e5e6 100644 (file)
@@ -1,4 +1,4 @@
-# $Id: newshawarma.conf,v 1.2 2007-03-22 11:44:23 mike Exp $
+# $Id: newshawarma.conf,v 1.4 2009-05-26 07:29:56 mike Exp $
 #
 # Sample configuration for running an IRSpy web-site under Apache 1.3.
 #
@@ -14,6 +14,9 @@
 # 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
@@ -35,3 +38,8 @@
        Require user admin
     </Location>
 </VirtualHost>
+
+<VirtualHost 83.133.64.64>
+    ServerName targettest.indexdata.com
+    Redirect permanent / http://irspy.indexdata.com/
+</VirtualHost>