Tagged Questions
2
votes
2answers
476 views
Webmin apache on CentOS 6.3 results in 403 forbidden, permissions are OK
First of all, I will mention that the permissions are fine for the document root directory, which is
/webapps/nimbus/www/public_html
The www directory contains a PHP application. PHP is a ...
2
votes
2answers
270 views
CentOS Apache: basic auth returning 403 instead of 401
I have three dirs in /var/www/html, one of them has .htacces with following:
Order Allow, Deny
Allow from all
AuthUserFile /var/www/.htpasswd
AuthGroupFile /dev/null
AuthName 'lalalal'
AuthType Basic
...
0
votes
0answers
91 views
Transferred VPS and I am now getting a 403 error
I just transferred to a new VPS and I am now getting a 403 error when trying to access any of my websites. Here is an example error_log entry:
[Sun Jan 22 21:23:16 2012] [error] [client **] ...
0
votes
1answer
928 views
Apache: Options +Indexes still results in 403 Forbidden or Apache Test Page
On a local dev server, I have an Apache conf for a website like so
<VirtualHost *:80>
ServerAdmin no-reply@localhost
ServerName sandbox.mysite.internal
DocumentRoot ...
2
votes
2answers
10k views
How to solve “403 Forbidden” on CentOS6 with SELinux Disabled?
I have a machine on Linode that is driving me crazy. Linode does not have SELinux on CentOS6...
I'm trying to configure to put my website in "/home/websites/public_html/mysite.com/public"
As I don“t ...