You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@httpd.apache.org by Rick Kosbab <Ro...@woh.rr.com> on 2002/02/28 05:40:08 UTC

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

Posted by Bill -OSX- Jones <sn...@mac.com>.
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