vincent.
thanks for your reply. i am hoping that you still have a few more moments to address a few more questions:
when you meant, "check the website" you meant www.apache.org right? which part? I tried using their search tool but came up empty. If you have a URL that you forward to me that will be great.
also you meantioned "HTTP = HTTP + SSL", I tried the following based on your idea:
Using a standard Apache build (1.3.19) with OpenSSL (the latest version) enabled and a home-cooked cert, I am able to use https:// (port 443)
However when I tried running a test.cgi
https://sampleserver.com/cgi-bin/test.cgi
It presented me with the "Do you trust this Certificate" message as expected but what's unexplanable was the server didn't seem to understand what was happening and just displayed the source code of the cgi-script!
The script is chmod 755 test.cgi and runs under plain http:// but I don't understand why https doesn't seem to work. Do you know if I have to configure a Virtual directory or something?
Please any steps that you could provide would be greatly appreciated.
I look forward to your reply.