Re: The server encountered an internal error

2007-01-09 Thread Perrin Harkins
On Mon, 2007-01-08 at 16:54 -0800, Tracy12 wrote: > within my perl module (inside test_Method2) I have simple re direct as > follows > > sub test_Method2 { > my $urlNew = "www.mail.yahoo.com"; > printf "Location: $urlNew\n\n"; Just use print here, not printf. > It hits the test_Method2 method b

Re: The server encountered an internal error

2007-01-09 Thread Michael Peters
Tracy12 wrote: [snip] > More information about this error may be available > in the server error log. > > Apache/2.2.0 (Fedora) Server at localhost Port 80 > > > > What I am I missing? The line above says to check the error logs on the server. "tail -f" is your friend. -- Michael Peters