In the if mod_ssl.c, I spotted more than a couple of "Listen" statements.
Any time I added IP:443 in there, Apache pitched a hissy fit.
So, I ended up taking a slightly different route.
I set up two entries in the .conf:
IP1:80
    no SSL info
IP1:443
    SSL info

IP2:80
    no SSL info
IP2:443
    SSL info

Apache stopped complaining, and the domains are listening on both ports...
----- Original Message -----
From: "R. DuFresne" <[EMAIL PROTECTED]>
To: "Justin Williams" <[EMAIL PROTECTED]>
Cc: <[EMAIL PROTECTED]>
Sent: Tuesday, December 03, 2002 3:43 PM
Subject: Re: (Hopefully) easy SSL question


>
> <shrug>  I have that statement coming after the <IfDefine SSL> directive
> (meaning it's defined within that <IfDefine SSL>/</IfDefine>).
> Of course, and I dont't state my conf file is the cleanest of meanest, I
> have 3 such openings and closings of like this:
>
> <IfDefine SSL>
> </IfDefine>
> <IfDefine SSL>
> </IfDefine>
> <IfDefine SSL>
> </IfDefine>
>
>
> This happens to be the first such set if <IfDefine SSL> directives:
>
> <IfDefine SSL>
>  Listen domain.com:80
>  Listen domain.com:443
>  ...
>  </IfDefine>
>
>
> Damn, now I have to go cleanup things one of these days <smile>.
>
> Thanks,
>
> Ron DuFresne
>
>
> On Tue, 3 Dec 2002, Justin Williams wrote:
>
> > Is this directive the same thing as <if mod_ssl.c>?
> > Thanks!
> > ----- Original Message -----
> > From: "R. DuFresne" <[EMAIL PROTECTED]>
> > To: "Justin Williams" <[EMAIL PROTECTED]>
> > Cc: <[EMAIL PROTECTED]>
> > Sent: Tuesday, December 03, 2002 2:19 PM
> > Subject: Re: (Hopefully) easy SSL question
> >
> >
> > >
> > >
> > > under the <IfDefine SSL> directive, list each port to listen on with
the:
> > > Listen domain.com:80
> > > Listen domain.com:443
> > > ...
> > > </IfDefine>
> > >
> > > see if that corrects matters for you.
> > >
> > > Thanks,
> > >
> > > Ron DuFresne
> > >
> > > On Tue, 3 Dec 2002, Justin Williams wrote:
> > >
> > > > I have openssl and mod_ssl on a server running Apache.
> > > > On independent IPs, I have three websites.  One is listening *only*
on
> > port
> > > > 443, and works just fine.  The other two need to listen on both 80
and
> > 443,
> > > > but I have only been able to get them to listen on one port at a
time.
> > If I
> > > > add the directive: SSLEngine on, then port 80 stops listening (more
> > > > accuarately, it complains that I didn't type in https:).  If I
remove
> > that
> > > > directive, then port 443 stops listening.  Page cannot be found.  Is
> > there
> > > > some other directive I need to use?  Thanks!!
> > > >
> > > > Justin
> > > >
> > > >
______________________________________________________________________
> > > > Apache Interface to OpenSSL (mod_ssl)
www.modssl.org
> > > > User Support Mailing List
[EMAIL PROTECTED]
> > > > Automated List Manager
[EMAIL PROTECTED]
> > > >
> > >
> > > --
> > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> > >         admin & senior security consultant:  sysinfo.com
> > >                         http://sysinfo.com
> > >
> > > "Cutting the space budget really restores my faith in humanity.  It
> > > eliminates dreams, goals, and ideals and lets us get straight to the
> > > business of hate, debauchery, and self-annihilation."
> > >                 -- Johnny Hart
> > >
> > > testing, only testing, and damn good at it too!
> > >
> > > ______________________________________________________________________
> > > Apache Interface to OpenSSL (mod_ssl)                   www.modssl.org
> > > User Support Mailing List                      [EMAIL PROTECTED]
> > > Automated List Manager                            [EMAIL PROTECTED]
> >
> > ______________________________________________________________________
> > Apache Interface to OpenSSL (mod_ssl)                   www.modssl.org
> > User Support Mailing List                      [EMAIL PROTECTED]
> > Automated List Manager                            [EMAIL PROTECTED]
> >
>
> --
> ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
>         admin & senior security consultant:  sysinfo.com
>                         http://sysinfo.com
>
> "Cutting the space budget really restores my faith in humanity.  It
> eliminates dreams, goals, and ideals and lets us get straight to the
> business of hate, debauchery, and self-annihilation."
>                 -- Johnny Hart
>
> testing, only testing, and damn good at it too!
>
> ______________________________________________________________________
> Apache Interface to OpenSSL (mod_ssl)                   www.modssl.org
> User Support Mailing List                      [EMAIL PROTECTED]
> Automated List Manager                            [EMAIL PROTECTED]

______________________________________________________________________
Apache Interface to OpenSSL (mod_ssl)                   www.modssl.org
User Support Mailing List                      [EMAIL PROTECTED]
Automated List Manager                            [EMAIL PROTECTED]

Reply via email to