I can add apache directives with the frontend but the field is limited. Is this intended or should I file a bug about it?
Another thing with this: if I put
Code:
<Directory /var/www/domain.tld/web/drupal>
Options -Indexes +FollowSymlinks
AllowOverride Indexes AuthConfig Limit FileInfo Options=php_value
Order allow,deny
Allow from all
DirectoryIndex index.php
</Directory>
in it then in the domain.tld.vhost file its just one line so apache wont start.
The opening and closing tags should be on a separate line.