summaryrefslogtreecommitdiffstats
path: root/vagrant_support
diff options
context:
space:
mode:
Diffstat (limited to 'vagrant_support')
-rw-r--r--vagrant_support/apache.j22
1 files changed, 1 insertions, 1 deletions
diff --git a/vagrant_support/apache.j2 b/vagrant_support/apache.j2
index 1de3d8faa..0a39125ce 100644
--- a/vagrant_support/apache.j2
+++ b/vagrant_support/apache.j2
@@ -15,7 +15,7 @@ PerlConfigRequire /vagrant/mod_perl.pl
<Directory "/vagrant">
DirectoryIndex index.cgi
Options Indexes FollowSymLinks ExecCGI
- AllowOverride All
+ AllowOverride None
Allow from all
</Directory>
</VirtualHost>