My guess is that you already have another server process running that is
bound to this port. Do a `ps auxw | grep httpd` and kill 'em all. And then
start apache.

-Tom

Jason Gilmore <[EMAIL PROTECTED]> writes:

> Nevermind!
> 
> I fixed it. The problem seemed to be that I was explicitly (i.e. Listen
> 443) trying to accept connections on port 443, when SSL must implicitly
> already know that.
> 
> As a result, I was getting the error:
> [crit] (98)Address already in use: make_sock: could not bind to port
> 443.
> 
> I removed the explicit calls to port 443, and everything works like a
> charm!
> 
> Thanks to all those who helped! :)
> 
> -jason
> 
> Help!
> 
> I have assumedly correctly installed everything, as I receive:
> It worked!
> The SSL-aware Apache Web Server is installed on this Web Site.
> 
> when I load up http://www.mywebsite.com
> 
> HOWEVER, if I attempt:
> 
> https://www.mywebsite.com
> 
> I receive the following message:
> Netscape's network connection was refused by the server
> www.mywebsite.com
> 
> The server may not be accepting connections or may be busy.
> 
> My question:
> 
> Other than modifying the httpd.conf file Virtual Host heading contained
> within the <Ifdefine SSL></IfDefine> tags, there is nothing else that I
> should have to do, correct? This is contained within
> /home/www/apache_1.3.6/conf directory.
> 
> I also bind to 443, and not 8080
> 
> Could somebody send me a snippet of their httpd.conf file (with
> important vars changed of course). However, I really can't see that I
> would miss something.
> 
> Ideas? Any input is GREATLY appreciated.
> 
> -- jason
> 
> =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
> Jason Gilmore                | Resident Dork
> [EMAIL PROTECTED]         | Computing Services
> (614) 292-9692  phone                  | Fisher College of Business
> 
> The Ohio State University
> =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
> ______________________________________________________________________
> Apache Interface to OpenSSL (mod_ssl)                   www.modssl.org
> User Support Mailing List                      [EMAIL PROTECTED]
> Automated List Manager                            [EMAIL PROTECTED]
> 

-- 
Tom Vaughan <tvaughan at aventail dot com>
______________________________________________________________________
Apache Interface to OpenSSL (mod_ssl)                   www.modssl.org
User Support Mailing List                      [EMAIL PROTECTED]
Automated List Manager                            [EMAIL PROTECTED]

Reply via email to