Closed (fixed)
Project:
Provision
Component:
Code
Priority:
Critical
Category:
Bug report
Assigned:
Reporter:
Created:
26 Feb 2009 at 20:50 UTC
Updated:
12 Jun 2014 at 08:41 UTC
Jump to comment: Most recent, Most recent file
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.
| Comment | File | Size | Author |
|---|---|---|---|
| #3 | platform_384972.patch | 2.31 KB | anarcat |
| #2 | platform_384972.patch | 2 KB | anarcat |
Comments
Comment #1
anarcat commentedThis should probably be done through the platform verification task.
Comment #2
anarcat commentedI think this is pretty much it, although that doesn't do the .htaccess part and it duplicates code from the vhost config generation code.
Comment #3
anarcat commentedWith the template file.
Comment #4
anarcat commentedI committed the patch and removed the code duplication. Needs work to include the .htaccess stuff.
Comment #5
anarcat commentedSo 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.