From 80ab20dbfc3c6411d67387d8d6d2bda508b078b0 Mon Sep 17 00:00:00 2001 From: Mike Taylor Date: Sat, 18 Nov 2006 00:36:02 +0000 Subject: [PATCH] ... and reverted, since it turns out that this is NOT the problem after all. But then WHAT THE HELL IS, since I've not changed anyting else, but it all suddenly works? ARGH! _/|_ ___________________________________________________________________ /o ) \/ Mike Taylor http://www.miketaylor.org.uk )_v__/\ "Even the genus _Tyrannosaurus_ hasn't yet been given a good diagnosis. Right now, its diagnosis seems to be ``big tyrannosaurid from North America''" -- George Olshevsky --- web/conf/apache1.3/xeno.conf | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/web/conf/apache1.3/xeno.conf b/web/conf/apache1.3/xeno.conf index e64f1f3..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.4 2006-11-18 00:31:37 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. # @@ -28,7 +28,7 @@ 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" + PerlInitHandler Apache::Reload + PerlSetVar ReloadAll Off + PerlSetVar ReloadModules "ZOOM::IRSpy::Utils" -- 1.7.10.4