On Tue, Feb 20, 2001 at 07:44:18AM -0600, GS Jones wrote:

>     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.

-- 
Holger Kruse
[EMAIL PROTECTED]

-- 
To unsubscribe from this list, please send an email to
[EMAIL PROTECTED] with "unsubscribe" in the 
subject, without the quotes.

Reply via email to