I use /etc/init.d/apache2 startssl to start apache with SSL. How do I restart this service? I don't want to do a complete start and stop. If I do restart, it only listens on port 80 and not 443. I tried to put Listen 443 in /etc/apache2/listen.conf file and when I did a /etc/init.d/apache2 startssl it exit with an error: 443 address is already listening. But nothing was listening on that port.
Please help!
Bookmarks