From: short <> Date: Mon, 20 Oct 2003 16:00:27 +0000 (+0000) Subject: Trace REQUEST_URI to STDERR to be able to track bugs to requests. X-Git-Tag: bp_apache2~9 X-Git-Url: http://git.jankratochvil.net/?p=MyWeb.git;a=commitdiff_plain;h=da7528a22d2ecfc06b853537add2edb2c245c443 Trace REQUEST_URI to STDERR to be able to track bugs to requests. --- diff --git a/Web.pm b/Web.pm index e41a314..0d4625b 100644 --- a/Web.pm +++ b/Web.pm @@ -95,6 +95,8 @@ sub init ($%) { my($class,%args)=@_; + print STDERR "$class->init ".$ENV{"REQUEST_URI"}."\n"; + my $packages_used_save=$W->{"packages_used"}; $W={ %WebConfig,%args }; # override %WebConfig settings $W->{"packages_used"}=$packages_used_save;