Hi, I am probably posting a stupid question, but I am curious how to make a change stick in httpd-vhosts.conf
I have enabled ssl on multiple domains and it all works except sentora changing the vhost config to make apache think that somthing else took over port 443 for ssl, I found the fix my removing the "Listen 443" but it keeps re-adding it to the config as it does one of its daemons. When it re-adds the Listen 443 line this is what I get
It is somewhat annoying to have httpd go down for routine daemon runs and have to ssh in and fix this so a long term fix would be great! Sorry if this is confusing and please ask for more detail in response if needed!
Thanks,
White_Wolf
I have enabled ssl on multiple domains and it all works except sentora changing the vhost config to make apache think that somthing else took over port 443 for ssl, I found the fix my removing the "Listen 443" but it keeps re-adding it to the config as it does one of its daemons. When it re-adds the Listen 443 line this is what I get
Code:
^Cwhitewolf@panel:/etc/sentora/configs/apache$ sudo service apache2 restart
* Restarting web server apache2 (98)Address already in use: AH00072: make_sock: could not bind to address [::]:443
(98)Address already in use: AH00072: make_sock: could not bind to address [::]:443
It is somewhat annoying to have httpd go down for routine daemon runs and have to ssh in and fix this so a long term fix would be great! Sorry if this is confusing and please ask for more detail in response if needed!
Thanks,
White_Wolf