On Fri, Nov 13, 1998, [EMAIL PROTECTED] wrote:
> Full_Name: Gordon Eastman
> Version: mod_ssl/2.0.14 SSLeay/0.9.0b
> OS:
> Submission from: ecarh800.nortel.com (192.58.194.87)
>
> I am trying to configure an Apache SSL server to accept either http or https
> requests on the same port.
> I thought I could do this by first configuring for https per the examples and
> then removing the SSLRequireSSL directive.
>
> This didn't work. Shutting down, removing SSLRequireSSL from httpd.conf and
> restarting seemed to have no effect. Only https connections were accepted.
>
> I know this is a somewhat unusual configuration. If this is the way it is
> supposed to work, please let me know.
No, you cannot use HTTPS and HTTP on the same port (as long as we talk about
the same IP as well). And there is also no reason for this. Because HTTP per
default uses port 80 and HTTPS per default uses port 443. So you don't have to
use the same port just to make http://yourhost/ and https://yourhost/ work
(what I guess is your intent).
Ralf S. Engelschall
[EMAIL PROTECTED]
www.engelschall.com
______________________________________________________________________
Apache Interface to SSLeay (mod_ssl) www.engelschall.com/sw/mod_ssl/
Official Support Mailing List [EMAIL PROTECTED]
Automated List Manager [EMAIL PROTECTED]