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