Well, I'm trying to set up this virtual host,  and I'm getting "Forbidden" 
messages:

here, I'm using the IP directly:

Forbidden
You don't have permission to access / on this server
________________________________________________________
  Apache/1.3.12 Server at bogus_host_without_reverse_dns Port 80

Here's my directory listing:
[admin@claborn1 admin]$ ls -ld /Webhomes
drwxrwxr--    4 admin    cscadmin     1024 Sep 12 11:14 /Webhomes
[admin@claborn1 admin]$ ls -ld /Webhomes/Test/
drwxrwxr-x    2 admin    cscadmin     1024 Sep 12 11:20 /Webhomes/Test/
[admin@claborn1 admin]$ ls -l /Webhomes/Test/
total 2
-rw-rw-r--    1 admin    cscadmin      142 Sep 12 11:20 index.html

And the VHost enty in /etc/httpd/conf/httpd.conf:


<VirtualHost 216.234.228.94>
     ServerAdmin webmaste@localhost
     DocumentRoot /Webhomes/Test
     ErrorLog logs/Test-error_log
     CustomLog logs/Test-access_log common
</VirtualHost>


Does anyone see what's wrong? It DocumentRoot for the server it 
/home/httpd/html but does that matter?

And of course I've restarted the server with /etc/rc.d/init.d/httpd restart

Any help would be greatly appreciated

                JW



_______________________________________________
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list

Reply via email to