Skip to content

Installation issue with Apache 2.4 #65

@adube

Description

@adube

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions