in reply to Re: CGI Apache2Netscape4
in thread CGI Apache2Netscape4

Well for now I've just settled for redirecting from the netscape server to the apache server. Thanks for the advice I'll be trying to figure out if the information I recieved from your suggestion will help me to figure the problem out. Here are the results I recieved; Off the netscape server (where it doesn't work) I recieve this information: FORM METHOD="POST" ENCTYPE="application/x-www-form-urlencoded" And then just the htmlified (tags showing) first form. Where as the apache server reports: Content-Type: text/html; charset=ISO-8859-1 and loads up the form/script like a champ. Thanks again (I'm calling it a day) Coreolyn.

Replies are listed 'Best First'.
(chromatic) RE: RE: Re: CGI Apache2Netscape4
by chromatic (Archbishop) on Jul 12, 2000 at 04:12 UTC
    You can configure Apache to send Content-Type headers automatically. Are you sending one explicitly from your script? Depending on if or how the server parses things, you may have to do more work to get the right stuff to the browser.

    If you're using CGI.pm, just use the header() method.