From 15dce7cdea43a6606ddf025aa236d429d7ff2910 Mon Sep 17 00:00:00 2001 From: Wolfram Schneider Date: Wed, 21 Apr 2010 14:09:58 +0200 Subject: [PATCH 1/1] enable robots.txt for irspy-test --- web/conf/apache2.0/irspy-test.conf | 3 +++ 1 file changed, 3 insertions(+) diff --git a/web/conf/apache2.0/irspy-test.conf b/web/conf/apache2.0/irspy-test.conf index bc53345..c091986 100644 --- a/web/conf/apache2.0/irspy-test.conf +++ b/web/conf/apache2.0/irspy-test.conf @@ -16,6 +16,9 @@ ErrorLog /var/log/apache2/irspy-test-error.log CustomLog /var/log/apache2/irspy-test-access.log combined DocumentRoot /usr/local/src/git/irspy-test/web/htdocs + + Alias /robots.txt /usr/local/src/git/irspy-test/web/htdocs/robots-test.txt + SetHandler perl-script PerlHandler HTML::Mason::ApacheHandler -- 1.7.10.4