There might be some processes running on 443 port. First you need to
kill that processes then you will able to start apache

 

Use  command #   lsof  -I  | grep  :https 

 Or      lsof  -I  | grep  :443

This will provide you process ids binded with 443 port. Kill it and then
try to restart apache.

 

Regards,

 

 

From: Liz Kim [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, January 02, 2008 10:43 PM
To: users@httpd.apache.org
Subject: [EMAIL PROTECTED] Cannot restart httpd

 

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
</VirtualHost>

Thank you!







This message contains information that may be privileged or confidential and is 
the property of the Capgemini Group. It is intended only for the person to whom 
it is addressed. If you are not the intended recipient,  you are not authorized 
to read, print, retain, copy, disseminate,  distribute, or use this message or 
any part thereof. If you receive this  message in error, please notify the 
sender immediately and delete all  copies of this message.

Reply via email to