Sorry... missed a line when typing the script in - the script actually reads:
#!/bin/bash
echo 'Content-type: text/html'
echo ''
echo '<html>'
...
Unless there's a different standard for https, the script should work - like I
said, it works fine on the clear text insecure server...
Bruce
Bernhard Rosenkraenzer <[EMAIL PROTECTED]> on 01/26/2000 09:45:12 AM
Please respond to [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
cc:
Subject: Re: apache-ssl + cgi
On Wed, 26 Jan 2000 [EMAIL PROTECTED] wrote:
> #!/bin/bash
> echo 'Content-type: text/html'
> echo '<html>'
The RFCs say that the header (Content-type) needs to be separated from
the actual html stuff by a newline, so it's
echo 'Content-type: text/html'
echo
echo '<html>'
LlaP
bero
--
Anyone sending unsolicited bulk email (UBE, SPAM) to this address will be
charged a $25 handling fee plus a $5 network traffic fee per started
kilobyte. By extracting my address from this message or its header, you
agree to these terms.
Nevertheless, spammers trying to auto-extract addresses from this message
will definitely want to include [EMAIL PROTECTED] and [EMAIL PROTECTED]
--
To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe"
as the Subject.
--
To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe"
as the Subject.