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
6
votes
3 answers

403 forbidden while submitting a POST request with image data via iPhone application

I am creating an iOS application which allows users to send image/text data to my webserver via a POST request. I am successfully sending POSTs to the server when image data is not included in the request. Any time I POST with image data the…
binnyb
  • 61
  • 1
  • 3
5
votes
1 answer

Apache CentOS 7 403 Forbidden Anyone?

I am trying to setup a situation where I can FTP to my Linux CentOS 7 server and update the web site files from my Windows 7 system. At this point I can FTP to my user's folder using vsftp (/home/robert) and Apache seems to work for the default web…
1Raptor007
  • 349
  • 1
  • 3
  • 6
3
votes
1 answer

Forbidden You don't have permission to access /cgi-bin/mailman/

I just upgraded from Ubuntu server to 14.0.4 LTS and I can no longer access Mailman via the Web Interface. I get a 403 forbidden error (Forbidden: You don't have permission to access /cgi-bin/mailman/). I've gone over the apache configuration a…
user2643864
  • 165
  • 1
  • 1
  • 4
3
votes
3 answers

Problems with apache svn server (403 Forbidden)

Iv recently setup a SVN server on my papache webserver. I installed USVN http://www.usvn.fr/ to help manage the repositories from a web interface. When I create a repository and try to import code into it from netbeans i get the following error:…
lanrat
  • 697
  • 4
  • 11
  • 19
2
votes
5 answers

403 Forbidden nginx (nginx/1.8.0)

I've just got a new server in DigitalOcean and want to try some other things. I want to start a wordpress site so I follow the first 1-3 steps from here: https://deliciousbrains.com/hosting-wordpress-yourself-nginx-php-mysql/. At first everything…
JennyElf
  • 21
  • 1
  • 2
2
votes
1 answer

Can't create directory named "mysql" in subversion repository

I have a particular problem with subversion. Environment: subversion (1.6.12dfsg-6), apache2 (2.2.16-6+squeeze7) + mod dav_svn. I can't create a directory named "mysql" or "testmysql" or add and commit a file named "mysql.txt" in my…
High Ball
  • 478
  • 4
  • 11
2
votes
1 answer

phpmyadmin forbidden through ssh tunnel

I have configured PHPMyAdmin on an Ubuntu Server to be accessible only from 127.0.0.1. I am then trying to access it through an SSH tunnel, but I still obtain the Forbidden error. When using SSH on the server, I can use Lynx to go to…
Yusuf
  • 205
  • 3
  • 11
2
votes
3 answers

403 error when trying to access webroot

I was messing around with virtual hosts and now I'm getting a 403 error when trying to access files on the webroot. Here's my httpd-vhosts.conf: NameVirtualHost *:80 ServerName localhost DocumentRoot…
liewl
  • 207
  • 1
  • 9
2
votes
1 answer

Apache Aliases On Windows 7

Well, hi everybody. I'm trying to make aliases working on Apache & Windows 7. So, this is what I have: Alias /TamasMobile/ "C:/Users/IssamTP/Documents/NetBeansProjects/TamasMobile/"
IssamTP
  • 175
  • 3
  • 12
1
vote
1 answer

403 Forbidden Errors with IIS Performance and Caching Configuration

I have recently moved from a managed server to AWS running Windows 2012 R2 with IIS 8.5. When I first open any website on my server or do a hard refresh, everything seems to be okay - no major concerns in the console and everything works as…
Adam
  • 41
  • 6
1
vote
0 answers

Getting 403 Forbidden w. Referer on Nginx+Passenger

We're using Nginx 1.6.2 + Passenger 5.0.6 and have a vhost defined with PHP-FPM which serves a MODx installation. Only one location /sinatraapp serves a Sinatra App using Ruby 2.1.1. The setup is below and works pretty well but we encountered ONE…
1
vote
0 answers

Apache keep catching SIGTERM out of the blue

I have apache 2.2.15 server on CentOS release 6.6 (Final). It runs mod_perl and some perl scripts in junction with mysql DB. The problem I'm encountering is that from time to time apache gets SIGTERM (and it is written into its error log).…
Unicorn
  • 111
  • 2
1
vote
1 answer

SVN customize 403 error message

How can I customize "403 Forbidden" message? For only this message I want add additional info, like this "403 Forbidden (you have no rights to [URL to repository])" . How to do it? I want to save compatibility with any svn tools, like native svn…
Znik
  • 338
  • 1
  • 3
  • 12
1
vote
2 answers

403 Forbidden on files with different names but identical content and permissions

I'm running CentOS 6.3 and Apache 2.2.15. I'm using the defaults setup for apache. The files I'm serving are in /var/www/html Here are two of them [root@gisele html]# ls -l *-production-1.0.6.pdf -r--r--r--. 1 root root 171769 Jan 1 21:12…
Will
  • 362
  • 1
  • 3
  • 11
1
vote
1 answer

Unable to access certain files on web server

Background: I'm running a CentOS VM with Apache installed. The web root is "/var/www/html". There is a subdirectory ("/var/www/html/mp3") which has two mp3's in it. Both mp3's have exactly the same permissions (644). The "/mp3" directory has 755…
1
2 3 4