I'm trying to get Red Hat 6.2 and Apache to do virtual hosting.  I'm having no luck, I can get it to work on Mandrake 7.0 but just not Red Hat 6.2.  Mandrake uses Vhost files, I tried something similar on Red Hat, but still no luck.  I've tried playing w/file permissions, nothing.  I'm finaly back to a fresh install, and here is an example of the entry in the httpd.conf.


<VirtualHost www.testme.com>
        ServerAdmin [EMAIL PROTECTED]
        NameVirtualHost 216.217.90.13
        ServerName www.testme.com
        DocumentRoot /home/testme_com/html
        ErrorLog /home/testme_com/logs
        TransferLog /home/testme_com/logs
        Options ExecCgi Includes
</VirtualHost>

I'm getting a 403 Forbidden error, after I setup a "virtual" web site the
base site no longer works.

I've been following the Apache (Second Edition) book by O'Reilly

Reply via email to