![]() |
|
Sentora Panel and all my domains stop working after port overide - Printable Version +- Sentora Support Forums (https://senforums.mach-hosting.com) +-- Forum: Sentora Forum Archives (https://senforums.mach-hosting.com/forumdisplay.php?fid=5) +--- Forum: Sentora Public Support Forums v1.0.x (https://senforums.mach-hosting.com/forumdisplay.php?fid=32) +---- Forum: General Support Forum v1.0.x (https://senforums.mach-hosting.com/forumdisplay.php?fid=36) +---- Thread: Sentora Panel and all my domains stop working after port overide (/showthread.php?tid=1365) |
Sentora Panel and all my domains stop working after port overide - wakeupzee - 04-01-2015 Hi! I am using Sentora 1.0.0 on Ubantu 14.04... sentora was install on hosts.plugsol.com i have fours domain configured on sentora including my main domain www.plugsol.com.... today i Overriding Vhost via MODULE ADMIN>>APACHE CONFIG>>plugsol.com (i overide port to 443) after that my all domains and sentora panel stop working.... it seems my apache service was killed.... when i try to restart it i get following error(screenshot attached) i am in real problem plz help me....
RE: Sentora Panel and all my domains stop working after port overide - andy - 04-16-2015 This is likely that you have another config file listening to 443 port, which should only be done once. I personally declare the listen to 443 in /etc/httpd/conf.d/ssl.conf, and do not use the override function but to create a ssl-vhosts.conf and define the virtual hosts there. This is because the override function will create another file that contain an extra 'listen to 443' line. If this is still not working, please extract the ssl logs and look at what really causing the problem. RE: Sentora Panel and all my domains stop working after port overide - Me.B - 04-16-2015 You should not use Overriding Vhost solution. That's a bad trick, check in how to for other solutions cleaner. RE: Sentora Panel and all my domains stop working after port overide - redbrick777 - 06-26-2015 Hi Guys! Not to use 'Override Vhost' it's good advice, but what to do if I've already used it? I really cannot find how to remove host override from the list! http://take.ms/Pk1PM RE: Sentora Panel and all my domains stop working after port overide - elijahbate - 06-26-2015 Just tick the first three boxes then click save. That should be the same as defaults RE: Sentora Panel and all my domains stop working after port overide - redbrick777 - 06-28-2015 (06-26-2015, 10:39 PM)elijahbate Wrote: Just tick the first three boxes then click save. That should be the same as defaults Thank you, it works! anybody knows: the problem with SSL at Sentora generated vhost is still unresolved? |