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

Apache 2.4 requires a directory directive to use webroots outside of /var/www #13

Open
wizzyrea opened this issue May 25, 2015 · 1 comment

Comments

@wizzyrea
Copy link
Contributor

I come across this every time I create a new instance in a different clone on 2.4 - Apache needs a

<Directory /path/to/your/kohaclone/>
        Options Indexes FollowSymLinks
        AllowOverride None
        Require all granted
</Directory>

in order to stop an infinite/incomplete redirect hitting the installer.

Possibly worth chucking in the apache configs for the instances when gitifying?

@wizzyrea wizzyrea reopened this May 25, 2015
@l2c2technologies
Copy link

Pull request to add the support #14

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