Drupal Multisite Install

Discussion in 'Installation/Configuration' started by bails, Oct 2, 2008.

  1. bails

    bails New Member

    Hi I hope this is going to be a fairly simple question.

    I currently have some multisite drupal installs in /var/www/html/drupal-6.4/

    they are all configured by hand in /etc/http/conf/vhost-not-ispconfig/drupal.conf
    and everyhting works fine and as expected.

    The problem is I now need to use ispconfig on the same domain to provide mail, the problem i foresee it that when i do this there will be a stanza in

    /etc/http/conf/vhost/Vhosts_ispconfig.conf

    eg

    <VirtualHost>
    servername my.fqdn
    blah.......
    </VirtualHost>

    obviously this will conflict with the prevoius entry.

    whats the best way around this? would it be easier to alter the document root, which i assume is set somewhere in db_ispconfig or symlinks from /var.www/www.my.fqdn/web to /var/www/html/drupal-6.4/ ?

    Thanks for any advice

    Bails
     
  2. bails

    bails New Member

    Drupal MultiSite Solved

    Hi just following up to my last post.

    1. configure new domain in ispconfig, e.g. my.fqdn
    2. delete /var/www/www.my.fqdn/web
    3. symlink /var/www/my.fqdn/web to e.g. /var/www/html/drupal-6.x/
    4. in ispconfig apache directives add

    <Directory /var/www/html/drupal-6.x>
    AllowOverride all
    </Directory>
    5. thats it!

    Ta

    Bails
     
  3. ashishpadave

    ashishpadave New Member

    Can this be automated? or is it a manual process?
     

Share This Page