X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=web%2Fconf%2Fapache2.0%2Firspy-test.conf;h=c091986ecb5561ce17c17d883b965f27bf2054f1;hb=HEAD;hp=fc2c60eec45e70120a9c430687f104a6648136ac;hpb=0e8732e5667a84a18cd94a0c9b111f82bfcf07b7;p=irspy-moved-to-github.git diff --git a/web/conf/apache2.0/irspy-test.conf b/web/conf/apache2.0/irspy-test.conf index fc2c60e..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 @@ -26,6 +29,8 @@ PerlAddVar MasonCompRoot "private => /usr/local/src/git/irspy-test/web/htdocs" PerlSetVar MasonDataDir /usr/local/src/git/irspy-test/web/data PerlSetVar IRSpyLibDir /usr/local/src/git/irspy-test/lib + PerlSetEnv IRSpyDbName localhost:8019/IR-Explain---1 + PerlSetEnv PERL5LIB /usr/local/src/git/irspy/lib # We need +Parent to make PerlSwitches -I work properly ... don't ask.