1. What are you typing to access it?
2. Try removing the ":443" from your primary ServerName entry.  I believe
the port is defined inside the <VirtualHost> tag.

-----Original Message-----
From: Dennis Putnam [mailto:d...@bellsouth.net] 
Sent: Sunday, March 13, 2011 1:27 PM
To: users@httpd.apache.org
Subject: [users@httpd] Virtual Host Directory Permissions Problem

I am setting up a new virtual host and am having trouble with the root
directory. My new virtual host document root (/var/www/html/vhroot) is a
child directory of my primary host root (/var/www/html). Is it legal to do
that? When I try to access my new virtual host, I get the index from the
primary document root. TIA.

Here are my virtual host directives:

Primary

<VirtualHost *>
DocumentRoot /var/www/html
ServerName primary.mydomain.com:443
<Directory "/var/www/html">
allow from all
Options +Indexes
</Directory>
</VirtualHost>

New VH

<VirtualHost *>
DocumentRoot "/var/www/html/vhroot"
ServerName newvh.mydomain.com
<Directory "/var/www/html/vhroot">
allow from all
Options +Indexes
</Directory>
</VirtualHost>



---------------------------------------------------------------------
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-unsubscr...@httpd.apache.org
   "   from the digest: users-digest-unsubscr...@httpd.apache.org
For additional commands, e-mail: users-h...@httpd.apache.org

Reply via email to