Re: Sorry: Trying to Diagnose 403 Error

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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 ---
[root@zzzz]# 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)
Connection: close
Content-Type: text/html; charset=iso-8859-1

--- Telnet Test Success: Port 80 ---
# telnet 0 80
Trying 0.0.0.0...
Connected to 0 (0.0.0.0).
Escape character is '^]'.
HEAD / HTTP/1.0
HTTP/1.1 200 OK
Date: ...
Server: Apache/2.2.3 (Red Hat)
X-Powered-By: PHP/5.2.9
...

--- httpd Setup Syntax Check ---
[root@zzzz]# httpd -t -D DUMP_VHOSTS
VirtualHost configuration:
wildcard NameVirtualHosts and _default_ servers:
*:8085                 localhost
(/etc/httpd/conf/extras/virtual-host.tmobile_pm_drupal_site.admin.8085.conf:14)
Syntax OK

--- httpd VirtualHost Config File ---
# Admin Port
Listen 8085
# Admin root
<Directory "/home/dev/sites/project_site.admin.8085/web/admin">
  Options Indexes FollowSymLinks
  Order Allow,Deny
  AllowOverride All
  Allow from all
</Directory>
# Virtual Host
<VirtualHost *:8085>
  DocumentRoot "/home/dev/sites/project_site.admin.8085/web/admin"
  DirectoryIndex   index.php
  ServerSignature  On
</VirtualHost>

--- Expected Mode 755 prior and within to DocumentRoot---
# cd <DocumentRoot>
# cd ..
# chmod 755 -R admin/
# ls -al
drwxr-xr-x 5 root root 4096 Apr 27 07:10 admin

My apologies again for submitting such a common error diagnosis request.

Jeff in Seattle


---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@xxxxxxxxxxxxxxxx
  "   from the digest: users-digest-unsubscribe@xxxxxxxxxxxxxxxx
For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx


[Index of Archives]     [Open SSH Users]     [Linux ACPI]     [Linux Kernel]     [Linux Laptop]     [Kernel Newbies]     [Security]     [Netfilter]     [Bugtraq]     [Squid]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Samba]     [Video 4 Linux]     [Device Mapper]

  Powered by Linux