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

Install manual: Allowing Location /ScribeUI #90

Open
kelko opened this issue May 26, 2014 · 0 comments
Open

Install manual: Allowing Location /ScribeUI #90

kelko opened this issue May 26, 2014 · 0 comments

Comments

@kelko
Copy link

kelko commented May 26, 2014

While installing ScribeUI 0.5 I had some problems with Apache2 and permissions. I had to explicitly add following two blocks to my ScribeUI.conf:

<Directory pathToScribe/application>
Order allow,deny
Allow from all
</Directory>

<Location /ScribeUI>
Order allow,deny
Allow from all
</Location>

Maybe that could be added to install manual (at least as optional step) as I think that might happen to others also.

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

1 participant