Thank you Mr. Gingras!
It was the command namei -m that did the trick to helped diagnosis this
problem (a command I had did know and now I do).
This was after reading the very helpful
http://wiki.apache.org/httpd/13PermissionDenied
# namei -m /home/dev/sites/project_site.admin.8085/web/admin/in
Jeff,
As the link mentioned, you need to check from /.
jeff00seattle wrote:
And I had mentioned that I believe I had set the permissions correctly:
--- Expected Mode 755 prior and within to DocumentRoot---
# cd
# cd ..
# chmod 755 -R admin/
# ls -al
drwxr-xr-x 5 root root 4096 Apr 27 07:10 adm
And I had mentioned that I believe I had set the permissions correctly:
--- Expected Mode 755 prior and within to DocumentRoot---
# cd
# cd ..
# chmod 755 -R admin/
# ls -al
drwxr-xr-x 5 root root 4096 Apr 27 07:10 admin
Jeff in Seattle
--
View this message in context:
http://www.nabble.com/So
See http://wiki.apache.org/httpd/13PermissionDenied
jeff00seattle wrote:
Hi Frank
I was just about to put this in:
(13) Permission denied: access to / denied
Jeff in Seattle
-
The official User-To-User support forum of
Hi Frank
I was just about to put this in:
(13) Permission denied: access to / denied
Jeff in Seattle
--
View this message in context:
http://www.nabble.com/Sorry%3A-Trying-to-Diagnose-403-Error-tp23260116p23260427.html
Sent from the Apache HTTP Server - Users mailing list archive at Nabble.co
Jeff,
Look in your error log, and you'll see the error. From there, you can
diagnose the problem.
Frank
jeff00seattle wrote:
Sorry
I know this is the most common error diagnosis request on this site, but I
am stumped.
--- Telnet Test Failed ---
[r...@]# telnet 0 8085
Trying 0.0.0.0...
Sorry
I know this is the most common error diagnosis request on this site, but I
am stumped.
--- Telnet Test Failed ---
[r...@]# telnet 0 8085
Trying 0.0.0.0...
Connected to 0 (0.0.0.0).
Escape character is '^]'.
HEAD / HTTP/1.0
HTTP/1.1 403 Forbidden
Date:
Server: Apache/2.2.3 (Red Hat)
Co