make apache config 2.2 and 2.4 compatible

pull/1/head
Raymond Yee 2015-05-26 23:04:17 -07:00
parent e04ad9e915
commit eb0f51f1b7
2 changed files with 4 additions and 2 deletions

View File

@ -35,7 +35,9 @@ WSGIScriptAlias / /opt/regluit/deploy/localvm.wsgi
<Directory /opt/regluit>
Options Indexes FollowSymLinks
AllowOverride None
Require all granted
Order allow,deny
Allow from all
</Directory>
<Directory /opt/regluit/static>

2
vagrant/Vagrantfile vendored
View File

@ -105,7 +105,7 @@ Vagrant.configure(VAGRANTFILE_API_VERSION) do |config|
config.vm.define "localvm" do |node|
node.vm.box = "ubuntu/trusty64"
node.vm.box = "precise64"
#node.vm.network "private_network", type: "dhcp"
node.vm.network "private_network", ip: "192.168.33.10"