... and reverted, since it turns out that this is NOT the problem
authorMike Taylor <mike@indexdata.com>
Sat, 18 Nov 2006 00:36:02 +0000 (00:36 +0000)
committerMike Taylor <mike@indexdata.com>
Sat, 18 Nov 2006 00:36:02 +0000 (00:36 +0000)
after all.  But then WHAT THE HELL IS, since I've not changed anyting
else, but it all suddenly works?  ARGH!

 _/|_  ___________________________________________________________________
/o ) \/  Mike Taylor    <mike@indexdata.com>    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

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