Brent Clark wrote: > Chris Devers wrote: > > Please, just one copy of the email. Thanks. > > > > > > On Mon, 6 Dec 2004, Brent Clark wrote: > > > > > > > In my apache log files, I keep getting this: > > > ==================================== > > > [Mon Dec 6 17:51:35 2004] [error] [client 192.168.111.214] > > > Premature end of script headers: > > > /home/abc/cgi-bin/xyz/scripts/agent/logon.pl
This almost always means your script died before outputting anything. You should see the error message produced by Perl immediately above this in the log file (or in your custom error log). > > The thing is that I dont get popup box whereby I have to enter the > username and password (generated by my a.httaccess of apache). This is an unrelated problem. Do you have the proper AllowOverride directive? -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] <http://learn.perl.org/> <http://learn.perl.org/first-response>