Mailing List Archive

WebDav Question
First off, any way to get webDAV to transfer via ANSCII? Second, since im
probly gona just start doing it via FTP, what is a good FTP dameon? Sorta
off topic, so ill throw in this question: When trying .cgi scripts, i keep
getting a error 500, Premature end of script heaers, for an example, check
out http://www.rombus.d2g.ca/cgi-bin/guestbook/guestbook.cgi

Rick
rombus@woh.rr.com


---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org
Re: WebDav Question [ In reply to ]
A firm

print "Content-type: html/plain\n\n";

at the start of your program would be helpful :)

If writting in Perl, try

use CGI::Carp qq/fatalsToBrowser/; # Somthing like that...


On Wednesday, February 27, 2002, at 11:40 PM, Rick Kosbab wrote:

> getting a error 500, Premature end of script heaers, for an
> example, check
> out http://www.rombus.d2g.ca/cgi-bin/guestbook/guestbook.cgi
>

HTH;
_Sx____________________
('> -Sx- IUDICIUM
//\ Have Computer -
v_/_ Will Hack...


---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org