skip to Main Content

This question is specific to MediaTemple Dedicated-Virtual servers.

When I add a new vhost through the Plesk Panel, where is the vhost configuration saved? There is no /etc/httpd/conf/httpd-vhosts.conf and there is nothing in /var/www/vhosts/mydomain.com/conf/

I am trying to set up a subdomain as a subversion server, tips appreciated.

2

Answers


  1. Chosen as BEST ANSWER

    It appears they are located, for some reason, in

    /var/www/vhosts/mydomain.com/conf/httpd.include


  2. You can find the Apache conf file on a Media Temple dv server @:

    $ /etc/httpd/conf
    

    You can go there with:

    $ cd /etc/httpd/conf
    

    You can open it in vim with:

    $ vim /etc/httpd/conf
    
    Login or Signup to reply.
Please signup or login to give your own answer.
Back To Top
Search