X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=web%2Fconf%2Fapache1.3%2Fxeno.conf;h=be284b1f14559d0cb92e4a75950cd76bca249050;hb=dfad3e34379adc49c7e0cdf1ebebae8b45d18544;hp=a2cb7f97afbe402901e4f91b23f9456d866ebc7e;hpb=7e344a2cd8218bec9ca1ad218a8333637cec3ae9;p=irspy-moved-to-github.git diff --git a/web/conf/apache1.3/xeno.conf b/web/conf/apache1.3/xeno.conf index a2cb7f9..be284b1 100644 --- a/web/conf/apache1.3/xeno.conf +++ b/web/conf/apache1.3/xeno.conf @@ -1,4 +1,4 @@ -# $Id: xeno.conf,v 1.1 2006-07-27 16:18:22 mike Exp $ +# $Id: xeno.conf,v 1.5 2006-11-18 00:36:02 mike Exp $ # # Sample configuration for running an IRSpy web-site under Apache 1.3. # @@ -26,4 +26,9 @@ PerlAddVar MasonCompRoot "private => /usr/local/src/cvs/irspy/web/htdocs" PerlSetVar MasonDataDir /usr/local/src/cvs/irspy/web/data + PerlSetVar IRSpyLibDir /usr/local/src/cvs/irspy/lib + PerlSetEnv PERL5LIB /usr/local/src/cvs/irspy/lib + PerlInitHandler Apache::Reload + PerlSetVar ReloadAll Off + PerlSetVar ReloadModules "ZOOM::IRSpy::Utils"