apache2 with ssl starting problem

Corey Brune mcbrune at gmail.com
Wed Sep 14 14:55:46 PDT 2005


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 at 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 at utdallas.edu)
> Adjunct Information Security Officer
> University of Texas at Dallas
> AVIEN Founding Member
> http://www.utdallas.edu/
> _______________________________________________
> freebsd-questions at freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> To unsubscribe, send any mail to "
> freebsd-questions-unsubscribe at freebsd.org"
>


More information about the freebsd-questions mailing list