zuazo / owncloud-cookbook

Chef cookbook to install and configure ownCloud.

Home Page:https://supermarket.chef.io/cookbooks/owncloud

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Support Centos 7

LEDfan opened this issue · comments

Centos 7 is out for some time now. WIth Centos 7 a new version of apache is released which isn't full compatibly with the older version. Here you can find more information about this: http://httpd.apache.org/docs/2.4/upgrading.html

The following configuration should be changed (if centos 7): https://github.com/onddo/owncloud-cookbook/blob/master/templates/default/apache_vhost.erb#L14-L15

As in the link above this should be changed in:

2.2 configuration:
Order deny,allow
Deny from all
2.4 configuration:
Require all denied

Thanks!

Thanks @LEDfan 😃 Fixed in master.