![]() |
|
NOOB Error [URGENT] - 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: NOOB Error [URGENT] (/showthread.php?tid=1684) |
NOOB Error [URGENT] - ivimor - 06-17-2015 Hi, I was following this tutorial (http://docs.sentora.org/?node=20) when I went to this one (http://docs.sentora.org/?node=21), and in this following part, I did something so wrong: "Insert into SentoraCP Remember that if you have purchased certificates, then you must replace the names below with your actual certificate names. Please be sure that all purchased certificates have been properly prepared for installation. go to Sentora -> Admin -> Module Admin => Apache Admin Copy and paste into Global Sentora entry: ################################################## # Apache VHOST configuration file # Customised entries for Sentora ################################################## NameVirtualHost *:443 # Configuration for Sentora control panel. SSLEngine on SSLProtocol SSLv3 SSLCertificateFile /etc/apache2/ssl/Sentora.crt SSLCertificateKeyFile /etc/apache2/ssl/Sentora.key ServerAdmin zadmin@localhost DocumentRoot "/etc/Sentora/panel/" ServerName id-network.org ServerAlias Sentora.id-network.org Redirect Permanent / https://Sentora.id-network.org/" Well, the problem is that I was so asleep and pasted the full vHost configuration as that right to Sentora Panel, saved and restarted Apache. So, as you should spect, I get this (http://scriptitup.com/) My question is how can I override all that changes made? I'm into a trouble now. Thanks in advance RE: NOOB Error [URGENT] - Diablo925 - 06-17-2015 logon to you server ssh type nano /etc/sentora/configs/apache/httpd-vhosts.conf edit you conf file save enter service apache2 restart and see if it Works if quick enter you panel and edit you config from you panel |