networking - Website crashed after installing ZPanel on Ubuntu 12.04 - Ask Ubuntu
i hosting wordpress on ubuntu 12.04 server messed installing zpanel on it, totally crashed website.
is there way fix it? either uninstall or?...
i can't access site either ip address or domain name address.
and tried enter zpanel.mydomain.com
should login page zpanel, keeps saying couldn't find dns server.
i configured domain dns settings, tried using type , cname host set zpanel , point ip, doesn't work.
any advice? thank you.
you can remove zpanel , reset http.conf , vhost.confg file:
httpd.conf
set directory of website load:
documentroot "/var/www/html/mywebsite.com/public_html"
on last line of httpd.conf remove line: include /etc/zpanel/configs/apache/httpd.conf
vhost.conf
<virtualhost *:80> serveradmin support@my-website.com servername my-website.com serveralias www.my-website.com documentroot /var/www/html/my-website.com/public_html errorlog /var/www/html/my-website.com/log/error.log customlog /var/www/html/my-website.com/log/access.log combined </virtualhost>
replace my-website.com web domain
Comments
Post a Comment