I didn't see anything unusual in my apache logs... Maybe there is some configuration that I haven't done. I'm fairly new to FreeBSD. If you or anyone else have other ideas or have experienced this problem before I would greatly appreciate your suggestions and ideas :-) Thanks
Dave -----Original Message----- From: Alexander Foken [mailto:[EMAIL PROTECTED] Sent: Sunday, November 04, 2007 4:12 AM To: Dave Thomas Cc: [email protected] Subject: Re: use DBI in perl cgi script Check your error log, perhaps your script generates too much error output (from warn, Carp, CGI::Carp, print STDERR). At least with apache 1.3 on win32, this is known to block CGI processes. Alexander On 04.11.2007 01:45, Dave Thomas wrote: > Hi, I have a perl cgi script that outputs HTML and I have the > statement use DBI at the top because I am doing some database stuff. I > notice that when I comment out use DBI (I previously commented out > other database commands) my webpage appears to load completely, but > when I uncomment use DBI the page never completely loads according to > the status bar at the bottom of the web browser. Even though all of > the HTML has been outputted correctly the status bar makes it appear > that the page hasn't loaded. Has anyone seen this before? Any help on > how to correct it would be greatly appreciated! Thanks > > Dave > > > -- Alexander Foken mailto:[EMAIL PROTECTED] http://www.foken.de/alexander/
