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
0
votes
2 answers

403 forbidden on Apache after trying to install nginx reverse proxy

My setup: Digital Ocean droplet running Debian 8 2 websites with each their domain running on Apache2 Tried installing nginx and configure it as a reverse proxy following these…
Cowfod
  • 1
  • 1
  • 2
0
votes
0 answers

Apache 2.4.7 forbidden images on mobile user agents

I have an ubuntu server with Apache 2.4.7 and images are not retrieved by mobile clients, on desktop it works. Apache blocks images based on User Agent header with error 403 Forbidden. Mod rewrite is enabled. The .htacces file I have is a simple…
0
votes
1 answer

Forbidden, when accessing public dir with Apache 2.2.22 + Tomcat

I need make /var/html/tomcat/public_www/ accessible from public, but I can't figure out why I still getting Forbidden error page. The permission of this folder are set to 777 & the folder has the same over:group as Apache process. In the Apache log…
Peter Jurkovič
  • 145
  • 1
  • 8
0
votes
1 answer

phpMyAdmin with Apache2 gives 403 Forbidden on Debian Linux

I just can't seem to figure this one out. I've read a bunch of forums and followed several instructions, all to no avail. As a side note, I'm not accessing it from localhost. /etc/apache2/apache2.conf # This is the main Apache server configuration…
0
votes
1 answer

Getting complaints about having error 403 from website users

My website http://firstlearner.com is running on IIS 7.5 and I'm getting many complaints from website users about the 403 error. And after complaints. when i checked the website it was running fine at my PC. But after 5 minutes of usage i got the…
VicParmar
  • 11
  • 2
0
votes
1 answer

Apache server gives 403 forbidden error after a couple of request

I have a really strange problem. I am using Apache2 and I have set up a VirtualHost. And it is working, but after a couple of request (4-5), I am getting 403 error. After I wait 10-20 seconds, the page starts to work again. Here is my VirtualHost…
Mirko Akov
  • 101
  • 2
0
votes
1 answer

Mercurial Apache Web Access Gives Me 403 Forbidden Access

after trying to enable mercurial apache web access on my Ubuntu Server 12.04 box, I've got a 403 Forbidden error when accessing http://my.site.com/mercurial with log: [Tue Sep 04 01:20:22 2012] [error] [client X.X.X.X] client denied by server…
razor7
  • 133
  • 9
0
votes
1 answer

Netbeans SVN Commit Error 403 - Forbidden

I have an svn set up on Debian 6 I have access on http://myserver/svn/youfood/, I can checkout from Netbeans but when i try to commit, still from Netbeans, i have these errors : Netbeans Log svn: OPTIONS of '/svn': 403 Forbidden…
Yaman
  • 103
  • 2
0
votes
2 answers

"Cannot access network drive"

I am experiencing problems when trying to access a network drive. Access is forbidden. I have added myself as authorized user to this drive with full access, but access is forbidden nevertheless. Used systems: Windows Server 2003 (to change…
0
votes
3 answers

Apache 403 Error - where is the fault?

My environment: Ubuntu 10.10 Desktop Edition So I am trying to access a file through my localhost and Apache is giving me a 403 error. On /etc/apache2/apache2.conf, I've added this line : # wan27 hostel Include "/home/francoisrv/Ubuntu…
fabjoa
  • 37
  • 1
  • 1
  • 8
0
votes
1 answer

Apache2 VirtualHosts 403 Oddity

I'm sure this is something I should already understand, but I'm finding myself confused. The configs in play add up to this: NameVirtualHost *:80 Listen 80 Options FollowSymLinks AllowOverride…
0
votes
2 answers

Can't access phpmyadmin

I tried to update my phpmyadmin to the newest version but now I get this error message when I try to access it: Forbidden You do not have permission to access this document. I have a vps hosting with centos. Does anyone know how to fix this…
Levani
  • 245
  • 4
  • 14
0
votes
1 answer

Problems with ACID / BASE interface for SNORT IDS on remote host

I've just installed SNORT and ACID/BASE following this step by step tutorial: https://help.ubuntu.com/community/SnortIDS on a remote Debian host over SSH. The main difference being that I have already setup a firewall that fillers all incoming…
Benny
  • 111
  • 3
0
votes
1 answer

Apache: 403 Forbidden

I'm using the wamp server 2 for a web application. I can access files from localhost but I have it set up with access from outside via ip address which worked before I reinstalled wamp and now I'm getting a forbidden message. Forbidden You don't…
iamjonesy
  • 239
  • 1
  • 5
  • 16
0
votes
4 answers

Ubuntu: Apache access forbidden error

I've been experiencing a problem with my virtual hosts, I don't understand why apache looks for /home/* directory if my virtualhosts' directory is somewhere else? tail -f /var/log/apache2/error.log /home/.htaccess pcfg_openfile: unable to check…