On Thu, 10 Aug 2000, C. Paul Rice wrote:

> <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>

This is does not belong to redhat-devel list.  Please use other channels
for this kind of questions.

Still, a few pointers:

1) 'echo "works" >> /home/testme_com/html/index.html'.  Indexing has been
disabled, which may lead to the Forbidden message.

2) Don't use NameVirtualHost inside <VirtualHost ...>.  Delete that line.
You may have to use Listen directive though.

3) If you're using IP virtual hosts, I suggest you change <VirtualHost
hostname> to <VirtualHost ip.address>

-- 
Pekka Savola                    "Tell me of difficulties surmounted, 
[EMAIL PROTECTED]          not those you stumble over and fall"



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

Reply via email to