hi so waited for 1.0 release, it out but problem with SSL still there (unless its me bein buggy)
I installed SSL as per (http://docs.sentora.org/?node=64)
All good SSL is up domain us up. But once server rebooted whole thing goes down. HTTPd can not start.
Error reported is:
As i know this is cxaused by fact thet port is obviously opened by something (dono what and where) remedy for that is to edit
/etc/sentora/configs/apache/httpd-vhosts.conf
And remove "Listen 443"
Thais will no required Apache to bind to that port and will work well
BUT problem comes when senora will run its cron demon, this file will be updated and Listen 443 will be added there again. and when demon is updated it also restarts server so pretty much it kills Apache. And that where customers start calling with complaints.
So, is there fix to this?
I installed SSL as per (http://docs.sentora.org/?node=64)
All good SSL is up domain us up. But once server rebooted whole thing goes down. HTTPd can not start.
Error reported is:
Code:
Starting httpd: (98)Address already in use: make_sock: could not bind to address [::]:443
As i know this is cxaused by fact thet port is obviously opened by something (dono what and where) remedy for that is to edit
/etc/sentora/configs/apache/httpd-vhosts.conf
And remove "Listen 443"
Thais will no required Apache to bind to that port and will work well
BUT problem comes when senora will run its cron demon, this file will be updated and Listen 443 will be added there again. and when demon is updated it also restarts server so pretty much it kills Apache. And that where customers start calling with complaints.
So, is there fix to this?