Author Topic: issue after update to 0.9.8.752  (Read 4732 times)

0 Members and 1 Guest are viewing this topic.

Offline
*
issue after update to 0.9.8.752
« 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

Offline
*
VPS & Dedicated server provider with included FREE Managed support for CWP.
http://www.studio4host.com/

*** Don't allow that your server or website is down, choose hosting provider with included expert managed support for your CWP.

Offline
*
Re: issue after update to 0.9.8.752
« Reply #2 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
« Last Edit: December 14, 2018, 07:41:08 AM by randyproxz »