From 0083b410ac670de4f5eb5e95dedd357f0f02649d Mon Sep 17 00:00:00 2001 From: Mike Taylor Date: Sat, 18 Nov 2006 00:31:37 +0000 Subject: [PATCH] Commented out use of Apache::Reload. This has never really worked reliably for me on any platform, and turns out -- somehow! -- to cause the contents of ZOOM::IRSpy::Web to be totally ignored as though it had never been "use"d on one, but not the other, of my two Ubuntu 6.06 systems. Truly astonishing, and the most staggering waste of time, since as you can imagine it took a LONG time to track down the culprit. --- 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 7182b9b..e64f1f3 100644 --- a/web/conf/apache1.3/xeno.conf +++ b/web/conf/apache1.3/xeno.conf @@ -1,4 +1,4 @@ -# $Id: xeno.conf,v 1.3 2006-10-30 14:59:37 mike Exp $ +# $Id: xeno.conf,v 1.4 2006-11-18 00:31:37 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