> On Fri, 2006-02-17 at 15:12, azeem ahmad wrote: > > > > the error log says > > > > [some date] [error] [some client] premature end of > script headers: > > > > /some/path/dgate.html > > > > [some date] [error] [some client] file does not exist: > > >/some/path/500.html > > > > If you have cgi files in the cgi-bin and you transferred them via ftp, make sure the execute bit is set as ftp clears that. Also, default apache configurations want to run executables out of the cgi-bin and will only serve html files out of the normal html directory. So, you could have apache configuration differences between you test and production servers. Bob Styma