Download & Extend

extra platforms should configure a <Directory> block in apache

Project:Provision
Component:Code
Category:bug report
Priority:critical
Assigned:anarcat
Status:closed (fixed)

Issue Summary

We need to slap a config file detailing a configuration for extra platforms. The configuration should look like this:

<Directory /var/aegir/drupal-5.x>
    Options Indexes FollowSymLinks MultiViews
    AllowOverride All
    Order allow,deny
    allow from all
</Directory>

This is covered by the first install instructions, but new platforms do not deploy directory-specific instructions.

In fact, Aegir should bypass the .htaccess and put all the drupal-specific .htaccess instructions into that directory block.

Comments

#1

This should probably be done through the platform verification task.

#2

Status:active» needs review

I think this is pretty much it, although that doesn't do the .htaccess part and it duplicates code from the vhost config generation code.

AttachmentSize
platform_384972.patch 2 KB

#3

With the template file.

AttachmentSize
platform_384972.patch 2.31 KB

#4

I committed the patch and removed the code duplication. Needs work to include the .htaccess stuff.

#5

Assigned to:Anonymous» anarcat
Status:needs review» fixed

So this is mostly fixed now. I committed the last chunk of code which makes sure that the .htaccess is not loaded anymore and that the platform file is properly loaded.

#6

Status:fixed» closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.

nobody click here