Here's my minimal config: ServerName www.example1.com DocumentRoot /example1 <VirtualHost *> </VirtualHost> <VirtualHost *> ServerName www.example2.com DocumentRoot /example2 </VirtualHost> <VirtualHost *> ServerName www.example3.com DocumentRoot /example3 </VirtualHost> <VirtualHost _default_:443> # I only want this port to "work" for https://www.example2.com/* DocumentRoot /example2 </VirtualHost> Thanks. --------------------------------------------------------------------- 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-unsubscribe@xxxxxxxxxxxxxxxx " from the digest: users-digest-unsubscribe@xxxxxxxxxxxxxxxx For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx