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

Forbidden erros #42

Open
michalbundyra opened this issue Jan 10, 2020 · 1 comment
Open

Forbidden erros #42

michalbundyra opened this issue Jan 10, 2020 · 1 comment

Comments

@michalbundyra
Copy link
Member

When I try to make anything like create a new api, set a http-auth, or an adapter I receive responses like this:

Request URL:http://pa2.neocatecumenato.net/apigility/api/module
Request Method:POST
Status Code:403 Forbidden
Response body:
Forbidden
You don't have permission to access /apigility/api/moduleon this server.

And this happens for many urls:

Request URL:http://pa2.neocatecumenato.net/apigility/api/authentication/http-basic
Request Method:POST
Status Code:403 Forbidden

Request URL:http://pa2.neocatecumenato.net/apigility/api/db-adapter
Request Method:POST
Status Code:403 Forbidden

I am using:
PHP 5.4.4-14+deb7u14
Debian GNU/Linux 7 (wheezy)
Apache/2.2.22 (Debian)


Originally posted by @paulovitorbal at zfcampus/zf-apigility-admin#235

@michalbundyra
Copy link
Member Author

I experienced this when I didn't explicitly change the setting in the vhosts conf file to allow all.

Double check your settings if you haven't already...

<Directory "/home/usr/foo/apigility.dev/public">
Options -Indexes
AllowOverride All
Order allow,deny
Allow from all


Originally posted by @jwwicks at zfcampus/zf-apigility-admin#235 (comment)

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