Still the same problem:
...
prin ["Content-Type: text/html" crlf crlf]
print {
...
and a resulting HTTP request produces (haven't tested it anymore in the browser,
because of the result I got through a telnet-test):
Date: Wed, 21 Feb 2001 10:23:52 GMT
Server: Apache/1.3.14 (AMIGA) PHP/4.0.4 PHP/4.0.4
Content-Type: text/html
Connection: close
Content-Type: text/plain
/PeO
> > print "Content-Type: text/html^/"
>
> Try changing this to
>
> prin ["Content-Type: text/html" crlf crlf]
>
> The HTTP standard requires CRLF as the separator, not just LF. Apache
> probably does not convert this by itself.
--
To unsubscribe from this list, please send an email to
[EMAIL PROTECTED] with "unsubscribe" in the
subject, without the quotes.