Control Web Panel

WebPanel => Updates => Topic started by: hatamiarash7 on December 13, 2018, 05:57:20 PM

Title: issue after update to 0.9.8.752
Post by: hatamiarash7 on December 13, 2018, 05:57:20 PM
I was update my CWP to latest version and there is a big change !!! The "Apache Settings" section replaced by "WebServer Settings" with new options and i can't find my "Apache v-hosts" any more

What should i do ? I want edit v-host of my domains
Title: Re: issue after update to 0.9.8.752
Post by: studio4host on December 13, 2018, 07:11:22 PM
you should use search on the forum and wiki there is much info about it

http://forum.centos-webpanel.com/high-performance/wordpress-high-performance-instructions/
http://wiki.centos-webpanel.com/webservers-vhost-templates
http://wiki.centos-webpanel.com/webservers-update
Title: Re: issue after update to 0.9.8.752
Post by: randyproxz on December 14, 2018, 07:39:25 AM
I was update my CWP to latest version and there is a big change !!! The "Apache Settings" section replaced by "WebServer Settings" with new options and i can't find my "Apache v-hosts" any more

What should i do ? I want edit v-host of my domains

You can edit your vhost via SSH :

- Goto dir :
$ cd /usr/local/apache/conf.d/vhosts/

- Chek your domain name :
$ ls -la (ex: domain.conf)

- Then edit it :
$ nano /usr/local/apache/conf.d/vhosts/<domain.conf>

- Restart apache :
$ service httpd restart