Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

apache2.conf AllowOverride config change #254

Closed
misterbisson opened this issue Jul 8, 2016 · 1 comment
Closed

apache2.conf AllowOverride config change #254

misterbisson opened this issue Jul 8, 2016 · 1 comment

Comments

@misterbisson
Copy link

misterbisson commented Jul 8, 2016

#251 removed the apache2.conf file for the 5.5-apache and 5.6-apache. This changed the following Directory stanza from the following...

<Directory /var/www/>
        AllowOverride All
        Require all granted
</Directory>

To...

<Directory /var/www/>
        Options Indexes FollowSymLinks
        AllowOverride None
        Require all granted
</Directory>

This led to some surprises in behavior, and a lot of 404s.

@tianon
Copy link
Member

tianon commented Jul 8, 2016

Thanks for filing the issue! 👍

Working on a fix now!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants