Questions tagged [forbidden]

forbidden is an error which means that access can not be granted to a specific resource usually based on server configuration.

forbidden is an error which means that access can not be granted to a specific resource usually based on server configuration. It is a permanent error meaning that retrying the request will not help. When used in relation with HTTP protocol, forbidden error has the code 403.

51 questions
1
vote
0 answers

How to solve "Forbidden: You don't have permission (For Bugzilla)"?

Disclaimer: I have read most of the articles in this forum regarding this one (I know there are quite a many of them). And since none of the fixes listed here could help me I thought asking a new question. System: I have the bitnami lampstack…
1
vote
1 answer

nginx try_files redirect trailing slash and 403 Forbidden

I am trying to create a combined "super cache" -> file -> module pattern with try_files ("super cache" term taken from wordpress super cache as it is a similar method). The files that are applicable for caching are located inside the "cache"…
Milou
  • 13
  • 1
  • 5
1
vote
0 answers

Why forbidding all php files from a directory with mod_rewrite denies access to the directory listing?

Server: Apache 2.2.17 I have the next .htaccess file: RewriteEngine On RewriteRule !^includes/ - [S=1] RewriteRule ^includes/[^/]+\.php$ - [F,L] RewriteRule ^index\.php$ - [L] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond…
1
vote
2 answers

apache basic auth require group not throing forbidden

i have a basic auth setuped with user and groups AuthType Basic AuthName "GSD Dev Area" AuthUserFile /coding/conf/passwords/gsdesign/htpasswd AuthGroupFile /coding/conf/passwords/gsdesign/groups Require valid-user and now i want to…
1
vote
1 answer

Forbidden ... denying access to be safe

Total n00b here. I'm running a LAMP stack using Raspbian OS on a Raspberry Pi 4 Model B. I tried googling around, but I couldn't find a thread that matched my issue. My jenga tower seemed pretty stable. However, in the last week, I've started…
didvids
  • 11
  • 2
1
vote
1 answer

Nginx/1.18.0- 403 Forbidden - PHPIPAM on Ubuntu 20.04

I'm trying to get phpIPAM working on my Ubuntu but I have some problems: solving this 403 Forbidden error. When I run tail -f /var/log/nginx/error.log, I see this: [error] 2898#2898: *1 directory index of "/var/www/html/phpipam/" is forbidden,…
Johann
  • 11
  • 2
1
vote
0 answers

Why does the content owner needs a CMS account to retrieve revenue data from youtube api?

I am trying to retrieve revenue details from YouTube API from content owner's account (using OAuth) but I am getting the same 403 response. Do the content owner needs a CMS account to retrieve revenue data from youtube api?
0
votes
1 answer

Why nginx give different results with files whose same file-system Permission?

Every time if I put a file into the doc dir of nginx by using the mv command, it always results in a 403 Forbidden error, but if I do that by using the cp command, no error occurs. I tried very large and very small files, and tried putting files…
Leon
  • 159
  • 7
0
votes
0 answers

Apache 2.4 use deny all with local got 403 Forbidden

I have a question in apache 2.4. This is my setting in /etc/httpd/conf.d/vhost-www0.conf DocumentRoot "/var/www/virtual" ServerName www0.example.com
Okami
  • 1
  • 1
0
votes
1 answer

share user folder with other users apache

Migrating from windows server (where this was unbelievably easy with virtual directories) to a linux server and have worked on this for weeks... I want to share a users folder contents with all other users on the server. share this folder:…
0
votes
0 answers

403 forbidden error after adding a CDN

Previously, http://www.funfun.org.cn worked in my browser. Then, I decided to add a CDN on top of it. So I added a CNAME for www.funfun.org.cn to funfun.org.cn.w.kunluncan.com. As a result, ping www.funfun.org.cn showed well PING…
Tie
  • 223
  • 1
  • 2
  • 11
0
votes
2 answers

How to Check 403 Forbidden Error Page?

How can we know whether our server is giving 403 forbidden error perfectly or not? I want to know because I used a code for .htaccess file which is used to block referrer websites and spam bots. RewriteEngine On …
TSA
  • 157
  • 2
  • 11
0
votes
1 answer

Troubleshooting Apache virtualhost

Got some trouble using this configurations : ServerAdmin ************** ServerName nagios.vdb.local ServerAlias nagios DocumentRoot /usr/local/nagios/share ErrorLog /var/www/vhosts/nagios/logs/error.log …
0
votes
0 answers

error AH01630 only from specific ip

some days ago an user report a specifical issue to access to our wordpress site stored in an apache2.4 running on Ubuntu 12.04 LTS. If he try to access from the office, obtain a 403 error and the logs show "AH01630: client denied by server" but if…
0
votes
0 answers

Forbidden access to nagios

Having a 403 error after connection to Nagios. I use ldap auth, and this part is working, but when i'm logging on, i always get the 403 forbidden access. nagios apache conf : # SAMPLE CONFIG SNIPPETS FOR APACHE WEB SERVER # Last Modified:…