[support] Drupal multi sites

Ursula Pieper dramamezzo at gmail.com
Mon Sep 12 17:47:28 UTC 2011


Did you try removing the configuration that you call "base install"? That
should do the trick.

Ursula

On Sun, Sep 11, 2011 at 11:42 PM, Roger <arelem at bigpond.com> wrote:

> Is it possible to have a drupal base install that is not used other than
> for multi sites.
> Where the base install is not a registered domain, just a container.
>
> /var/www/html/devel is the base working drupal installation.
>
> /sites/site1, sites/site2 etc are registered domains.
>
> /etc/http/conf/httpd.conf has:
>
> #-------------------Base install
> <VirtualHost *:80>
>         ServerName devel
>         DocumentRoot /var/www/html/devel
> </VirtualHost>
> #------------------ALL Devel  multi sites listed here
> <VirtualHost *:80>
>         ServerName devel.site1
>         DocumentRoot /var/www/html/devel
> </VirtualHost>
> <VirtualHost *:80>
>         ServerName devel.site2
>         DocumentRoot /var/www/html/devel
> </VirtualHost>
>
>
>
> --
> [ Drupal support list | http://lists.drupal.org/ ]
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.drupal.org/pipermail/support/attachments/20110912/985d9341/attachment.html 


More information about the support mailing list