Re: Cannot restart httpd

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Liz Kim wrote:
I was not able to restart Apache earlier today and had to reboot the server itself.
This is the error message that I received when it failed to restart.

Stopping httpd:                                            [  OK  ]
Starting httpd: (98)Address already in use: make_sock: could not bind to address [::]:443
no listening sockets available, shutting down
Unable to open logs
                                                           [FAILED]
Any idea what might be causing this problem?
We recently added SSL to the server and redirect all http to https.
I wonder if this is done in an incorrect way?

<VirtualHost IP_ADDRESS:80>
 Redirect / <https://IP_ADDRESS>https://IP_ADDRESS
</VirtualHost>
---------------- End original message. ---------------------

That looks to me like something was already using port 443 so Apache bailed out and refused to play. If Apache did not actually shut down (I know the script said it did, but you can't be certain without checking) or if another instance of Apache or another server application is running on port 443, you will see that exact sort of message.



Dragon

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 Venimus, Saltavimus, Bibimus (et naribus canium capti sumus)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~


---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@xxxxxxxxxxxxxxxx
  "   from the digest: users-digest-unsubscribe@xxxxxxxxxxxxxxxx
For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx


[Index of Archives]     [Open SSH Users]     [Linux ACPI]     [Linux Kernel]     [Linux Laptop]     [Kernel Newbies]     [Security]     [Netfilter]     [Bugtraq]     [Squid]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Samba]     [Video 4 Linux]     [Device Mapper]

  Powered by Linux