Questions tagged [http-status-code-403]

403 Forbidden: The server understood the request, but is refusing to fulfill it. Authorization will not help and the request SHOULD NOT be repeated. If the request method was not HEAD and the server wishes to make public why the request has not been fulfilled, it SHOULD describe the reason for the refusal in the entity. If the server does not wish to make this information available to the client, the status code 404 (Not Found) can be used instead.

The server understood the request, but is refusing to fulfill it. Authorization will not help and the request SHOULD NOT be repeated. If the request method was not HEAD and the server wishes to make public why the request has not been fulfilled, it SHOULD describe the reason for the refusal in the entity. If the server does not wish to make this information available to the client, the status code 404 (Not Found) can be used instead.

236 questions
0
votes
1 answer

permission 403 error

I switched from opensuse yesterday and i'm trying to configure the personal pc. In opensuse was pretty easy because i only needed to use the yast. Now: I've got 403 error Forbidden You dont have permission to access / on this server.…
Daniel
  • 3
  • 2
0
votes
1 answer

Sharepoint Services 3.0: 403 Forbidden fun

Can't get to the Administration or the "companyweb" site itself; was working up to a week ago. Old threads, blog posts, etc. indicate that there was an issue with a KB update but was resolved when .NET Framework 2.0 SP1 was…
gravyface
  • 13,957
  • 19
  • 68
  • 100
0
votes
1 answer

apache permission errors

I'm trying to set up Apache on a arch-linux box as a testing environment (I'm only using the localhost, not trying to serve anything to the greater web). When setting up Django with mod_wsgi, it recommended that I set up a WSGIScriptAlias from / to…
0
votes
1 answer

Occasional 403 error on IIS

Using IIS 10 on Windows Server 2019. I am not a server admin, I am a developer who manages sites on the rented server. I have a report that runs through names, and via a client side scripts, access an ajax file to check if the person's status is…
kneidels
  • 111
  • 3
0
votes
0 answers

403 FORBIDDEN APACHE django

Apache/2.4.54 (Win64) OpenSSL/1.1.1p PHP/8.1.12 mod_wsgi/4.9.4 Python/3.11 Server at localhost Port 80 I am trying to run my django project on my windows machine.. in apache this the configuration i have added in httpd.conf file . i have installed…
0
votes
0 answers

Debian 10 fresh install => apt error "tiemout"

I'm trying to install sudo to allow users (like Ansible) to access the machine with sudo privileges though SSH. So far, I'm blocked with errors like this : "Impossible d'initialiser la connexion à ftp.fr.debian.org: 80 (2a01:e0c:1:1598::2). -…
Astra
  • 1
  • 1
0
votes
2 answers

Localhost NGINX server returns 403 Forbidden, but works on host machine

I have a NGINX setup serving a React app and an API on my local network, with a valid SSL certificate generated by letsencrypt. My domain is provided by domain.com, I'm going to refer to it as mydomain.com My App works perfectly on the host machine…
0
votes
2 answers

HTTP 403 with CloudFlare

I've added my site to CloudFlare. I'm trying to allow requests to only come in through CloudFlare's network, and reject all others. When I add the following to my .htaccess, I get HTTP 403 Forbidden. # Cloudflare Firewall Bypass…
0
votes
0 answers

CloudFront Access Logs Issue

I was tried querying our CloudFront logs using Athena for an error i'm getting but haven't received any results. The query i'm trying using is: SELECT * FROM cloudfront_logs WHERE request_id = >…
0
votes
0 answers

Change Apache root directory to another location

I'm trying to change the default Apache root location /var/www/html to /mnt/datos/mylocation. I also tried to /home/[MY USER]/mylocation, thinking it was related to mounted partition permissions. I tried using root:root, www-data:www-data and [MY…
Fahed
  • 121
  • 1
  • 9
0
votes
1 answer

How to hide restricted nginx subdomains?

To hide a restricted location, e.g. location /secret/ { allow 10.0.0.0/24; deny all; } one could set error_page 403 =404 /404.html; error_page 404 /404.html; to make impossible to distinguish a non-existing location (404) from a restricted one…
Polizi8
  • 25
  • 1
  • 6
0
votes
1 answer

403 FOrbidden index with nginx

Good evening. I have this error when I try to access my wordpress from my-no-ipdomain:port/danapcu.com (where wordpress it's installed: /var/www/html/danapcu.com). In addition, my nginx default port is 85 (so my wordpress is supposed to be accessed…
dan pacu
  • 1
  • 1
  • 2
0
votes
0 answers

Apache Filesmatch regex issue

I'm trying to block all files that contains the keyword cpf and I've entered this into the apache2 configuration: Require all denied and this blocked a file called name.cpf, but not name.cpfs and…
0
votes
1 answer

Cannot access my website

everyone! I'm linux-enthusiast and I have an issue with an nginx on debian VPS. Until recently I could access my static website but now I can't. This is my sites-available/example where example is my username: server { listen 80 ; …
0
votes
1 answer

Forbidden (403), when accessing server-status on Apache

I am trying to access Apache server-status?auto but it is giving me Forbidden 403 Message I checked apache2.conf and there is this options under html directory: Options Indexes FollowSymLinks AllowOverride…
Raul Chiarella
  • 216
  • 1
  • 4
  • 17
1 2 3
15
16