Re: apache2 with ssl starting problem
From: Corey Brune (mcbrune_at_gmail.com)
Date: 09/14/05
- Previous message: Jerry McAllister: "Re: Fixing a MBR (and more) that ??? trashed"
- In reply to: Paul Schmehl: "apache2 with ssl starting problem"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Wed, 14 Sep 2005 10:43:29 -0500 To: Paul Schmehl <pauls@utdallas.edu>
Sounds like apache is not listening on port 443. Have you checked
httpd.conffor the following:
Listen 443
<IfModule mod_ssl.c>
Include conf/ssl.conf
SSLRandomSeed startup /path/to/your/site.key
SSLRandomSeed connect /path/to/your/site.key
</IfModule>
On 9/13/05, Paul Schmehl <pauls@utdallas.edu> wrote:
>
> I recently installed apache2 on a server that I maintain. (Previously I
> had run apache13-modssl.) The server runs fine so long as I don't try to
> run ssl. When I do that, I get some odd errors:
>
> bash-2.05b# apachectl stop
> bash-2.05b# apachectl startssl
> (48)Address already in use: make_sock: could not bind to address [::]:80
> no listening sockets available, shutting down
> Unable to open logs
> bash-2.05b# apachectl start
>
> These errors occur whether I use apachectl or the rc.d startup script.
> When I put apache2ssl_enable="YES" in rc.conf, and run the startup script,
> I get this same error. If I comment out apache2_enable="YES", then the
> server doesn't start at all, so obviously the enable switch has to be YES,
> but added the apache2ssl_enable switch just generates errors.
>
> What am I missing?
>
> Paul Schmehl (pauls@utdallas.edu)
> Adjunct Information Security Officer
> University of Texas at Dallas
> AVIEN Founding Member
> http://www.utdallas.edu/
> _______________________________________________
> freebsd-questions@freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> To unsubscribe, send any mail to "
> freebsd-questions-unsubscribe@freebsd.org"
>
_______________________________________________
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org"
- Previous message: Jerry McAllister: "Re: Fixing a MBR (and more) that ??? trashed"
- In reply to: Paul Schmehl: "apache2 with ssl starting problem"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|