Re: [us...@httpd] Sorry: Trying to Diagnose 403 Error

2009-04-27 Thread jeff00seattle
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

Re: [us...@httpd] Sorry: Trying to Diagnose 403 Error

2009-04-27 Thread jeff00seattle
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

Re: [us...@httpd] Sorry: Trying to Diagnose 403 Error

2009-04-27 Thread jeff00seattle
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

[us...@httpd] Sorry: Trying to Diagnose 403 Error

2009-04-27 Thread jeff00seattle
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

[us...@httpd] Remote Browsing of Other Ports than Port 80

2009-04-24 Thread jeff00seattle
Hi ISSUE: Opening a browser on localhost can see all declared vhost (3 different ports), but browsing remotely I can only see one vhost (port 80). What I am I missing? SETUP: I have declared upon a single site (IP ##.##.##.##) three different VirtualHost configurations; one VirtualHost declared

[us...@httpd] Understand "httpd -t -D DUMP_VHOSTS"

2009-04-24 Thread jeff00seattle
Presented is the output of httpd -t -D DUMP_VHOSTS. Why does every NameVirtualHost reference its configuration twice; one for the default server and the other for the port namevhost? And why do all NameVirtualHost(s) have a default server reference, which seems conflicting. httpd -t -D DUM

Re: [us...@httpd] Using _default_ vhosts

2009-04-24 Thread jeff00seattle
Sorry, but I do not yet understand _default_ vhost. Is _default_ a value assigned by Apache service, and if so then what would be its value? If my service's IP 10.20.30.40 and it was to Listen 8085, then how would these VirtualHost declarations act differently? Using wild-card *: Using _defau

[us...@httpd] Using _default_ vhosts

2009-04-24 Thread jeff00seattle
Reference: http://httpd.apache.org/docs/2.2/vhosts/examples.html#default Using _default_ vhosts What does _default_ actually mean??? I am confused between the difference between using _default_:80 and *:80. Do not these VirtualHost declarations mean the same thing?: DocumentRoot /www/defau