X-Git-Url: http://git.indexdata.com/?p=irspy-moved-to-github.git;a=blobdiff_plain;f=web%2Fconf%2Fapache2.0%2Firspy-test.conf;h=c091986ecb5561ce17c17d883b965f27bf2054f1;hp=fc2c60eec45e70120a9c430687f104a6648136ac;hb=15dce7cdea43a6606ddf025aa236d429d7ff2910;hpb=9405fb0ea58e0fdfa281b99656ab8da7534bab8c 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.