Hi Guys,
My thanks in advance for any subsequent posts, this has really got my head spinning a lot...
Ok, so I have done a sort of successful couple of drupal installations. I managed to get a copy of the latest Drupal 6 to work and using the same webserver and database managed to get a Drupal 7 install to work. This is on the latest Ubuntu Server Install (10.something)...
I really wanted to have several Drupal 6 sites going and a Drupal 7 site or two to experiment with. To be honest, I am happy just to have one D6 and one D7 site working. The problem I have is that I carn't install modules into these sites. The installs worked fine, but adding new modules (eg views) doesn't work. I get permission errors. If I change the permissions to 744 the errors go, but the module does not appear under /admin/build/modules.
According to the Ubuntu Documentation for running multisites on apache2 (https://help.ubuntu.com/10.04/serverguide/C/httpd.html) I need to configure the Virutal hosts under /etc/apache2/sites-available. I did this for each site as below:
Drupal 6 site
ServerAdmin webmaster@localhost
ServerName drupal_6_test
DocumentRoot /var/www/drupal_6/sites/default
Options FollowSymLinks
AllowOverride None
Options Indexes FollowSymLinks MultiViews