[clue-admin] Odd CVS warning publishing the website

Jeff Cann jccann at gmail.com
Thu Feb 8 06:22:20 MST 2007


David L. Anselmi wrote:
> So I suspect an environment problem but I don't have any more than 
> that at the moment.

Can you dump the env variables from the web server?  This may reveal 
something...

#!/usr/local/bin/perl

print "Content-type: text/html\n\n";
print "<pre>\n";
foreach $key (sort keys(%ENV)) {
   print "$key = $ENV{$key}\n";
}
print "<pre>\n"; 





More information about the clue-admin mailing list