Posted by anarcat on February 26, 2009 at 8:50pm
| 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
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.
#3
With the template file.
#4
I committed the patch and removed the code duplication. Needs work to include the .htaccess stuff.
#5
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
Automatically closed -- issue fixed for 2 weeks with no activity.