Article 5KQEV Apache returning permission denied on query

Apache returning permission denied on query

by
Dan Suson
from LinuxQuestions.org on (#5KQEV)
I am running slackware64-current and trying to set up my Apache server with virtual hosts. When I try to access one of the sites, I get a "403 Forbidden: You don't have permission to access this resource" error. I searched the web and found numerous references to replacing "Order allow,deny" with "Require all granted" along with other recommendations. I tried these without success. I'm now at wit's end on what to try next. Any help is appreciated!

Given it's size, I have attached my /etc/httpd/httpd.conf (as httpd.txt to get it to upload). My /etc/httpd/extra/httpd-vhosts.conf is

Quote:
<VirtualHost *:80>
ServerAdmin webmaster@otterlywoods.com
DocumentRoot "/var/www/OtterlyWoods.com"
ServerName otterlywoods.com
ServerAlias www.otterlywoods.com
ErrorLog "/var/log/httpd/OtterlyWoods.com-error_log"
CustomLog "/var/log/httpd/OtterlyWoods.com-access_log" common
<Directory "/var/www/OtterlyWoods.com">
Options Indexes FollowSymLinks MultiViews
AllowOverride None
Require all granted
Allow from all
</Directory>
</VirtualHost>

Attached Files
txt.gifhttpd.txt (21.0 KB)
latest?d=yIl2AUoC8zA latest?i=8v00xHZbeiw:50lwa8D37Oo:F7zBnMy latest?i=8v00xHZbeiw:50lwa8D37Oo:V_sGLiP latest?d=qj6IDK7rITs latest?i=8v00xHZbeiw:50lwa8D37Oo:gIN9vFw8v00xHZbeiw
External Content
Source RSS or Atom Feed
Feed Location https://feeds.feedburner.com/linuxquestions/latest
Feed Title LinuxQuestions.org
Feed Link https://www.linuxquestions.org/questions/
Reply 0 comments