Comment 5 for bug 1258026

Revision history for this message
Viktor Petersson (vpetersson) wrote :

In order to get this to work from any host (it's a secure network), I had to add the following:

 Order allow,deny
 Allow from all
 Require all granted

Previously 'Allow from all' was sufficient.

Perhaps I'm not up to speed with Apache 2.4, but just wanted ot put it out there to save other people from wasting the time I did on this.