use PerlSetEnv instead PerlSetVar for IRSpyDbName configuration
authorWolfram Schneider <wosch@indexdata.dk>
Wed, 14 Apr 2010 14:00:12 +0000 (14:00 +0000)
committerWolfram Schneider <wosch@indexdata.dk>
Wed, 14 Apr 2010 14:00:12 +0000 (14:00 +0000)
web/conf/apache2.0/irspy-test.conf
web/conf/apache2.0/irspy.conf

index 0bf38df..8bdd0df 100644 (file)
@@ -26,7 +26,7 @@
     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
-    PerlSetVar IRSpyDbName     localhost:8019/IR-Explain---2
+    PerlSetEnv IRSpyDbName     localhost:8019/IR-Explain---2
 
     PerlSetEnv PERL5LIB /usr/local/src/git/irspy/lib
 
index ff2a8d5..5ed902a 100644 (file)
@@ -31,7 +31,7 @@
     PerlSetVar IRSpyLibDir               /usr/local/src/git/irspy/lib
     PerlSetEnv PERL5LIB /usr/local/src/git/irspy/lib
 
-    #PerlSetVar IRSpyDbName    localhost:8018/IR-Explain---1
+    #PerlSetEnv IRSpyDbName    localhost:8018/IR-Explain---1
 
    # We need +Parent to make PerlSwitches -I work properly ... don't ask.
    PerlOptions +Parent