Commented out use of Apache::Reload. This has never really worked
authorMike Taylor <mike@indexdata.com>
Sat, 18 Nov 2006 00:31:37 +0000 (00:31 +0000)
committerMike Taylor <mike@indexdata.com>
Sat, 18 Nov 2006 00:31:37 +0000 (00:31 +0000)
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

index 7182b9b..e64f1f3 100644 (file)
@@ -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"
 </VirtualHost>