From 65b34ef4191b3a96d2f5ea120efc65b52ea73a94 Mon Sep 17 00:00:00 2001 From: Mike Taylor Date: Thu, 11 Dec 2014 11:44:17 +0000 Subject: [PATCH] Add IRSPY_COUNTER_FILE setting to live config. Add -I perl-indexdata-utils/lib to PerlSwitches and PERL5LIB setting. (I am not 100% certain which of these works on the live site.) --- web/conf/apache2.0/irspy.conf | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/web/conf/apache2.0/irspy.conf b/web/conf/apache2.0/irspy.conf index 3ba0447..f742d2d 100644 --- a/web/conf/apache2.0/irspy.conf +++ b/web/conf/apache2.0/irspy.conf @@ -34,13 +34,14 @@ MaxClients 32 PerlAddVar MasonCompRoot "private => /home/indexdata/irspy/web/htdocs" PerlSetVar MasonDataDir /home/indexdata/irspy/web/data PerlSetVar IRSpyLibDir /home/indexdata/irspy/lib - PerlSetEnv PERL5LIB /home/indexdata/irspy/lib + PerlSetEnv PERL5LIB /home/indexdata/irspy/lib:/home/indexdata/perl-indexdata-utils/lib + PerlSetEnv IRSPY_COUNTER_FILE /home/indexdata/irspy/zebra/db/counter #PerlSetEnv IRSpyDbName localhost:8018/IR-Explain---1 # We need +Parent to make PerlSwitches -I work properly ... don't ask. PerlOptions +Parent - PerlSwitches -I/home/indexdata/irspy/lib + PerlSwitches -I/home/indexdata/irspy/lib -I/home/indexdata/perl-indexdata-utils/lib AuthType Basic -- 1.7.10.4