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

Installation issue with Apache 2.4 #65

Closed
adube opened this issue Jan 21, 2014 · 0 comments
Closed

Installation issue with Apache 2.4 #65

adube opened this issue Jan 21, 2014 · 0 comments
Labels

Comments

@adube
Copy link
Member

adube commented Jan 21, 2014

Some configurations that are used in Apache 2.2 were replaced by new ones in Apache 2.4. The installation of ScribeUI using the make script only use configurations for 2.2.

2.2:

Order allow,deny
Allow from all

2.4:

Require all granted

That was easy to fix though.

One more thing: event if changing the configurations to fit the ones required in 2.4, I still had a "Error 403, Forbidden" error message. I had to add the following to make it work (i.e. grant permission to the root directory directly, and not only the www and
templates).

<Directory /opt/scribeui/mapgears>
  Require all granted
</Directory>

I'm able to easily make ScribeUI work properly anyway, so this is not a big issue.

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

No branches or pull requests

1 participant