I am trying to use apache's virtual host for 3 domains to 1 IP address. Below is a snippet. I have done the research configured the httpd.conf, made sure the /www/docs permissions are 0644 but I still get permission errors "403" and am unable to display the appropriate index.html. <Directory /www/docs/dummy-host.example.com> Options FollowSymLinks AllowOverride None </Directory> NameVirtualHost 123.123.123.1 <VirtualHost 123.123.123.1> ServerAdmin webmaster at dummy-host.example.com DocumentRoot /www/docs/dummy-host.example.com ServerName dummy-host.example.com ErrorLog logs/dummy-host.example.com-error_log CustomLog logs/dummy-host.example.com-access_log common </VirtualHost> I am sure I am missing something simple any help would be appreciated. -- Matt Thoren MTT Computer Consulting Inc. mthoren at mttcc.com http://www.mttcc.com 612-743-8773 _______________________________________________ TCLUG Mailing List - Minneapolis/St. Paul, Minnesota http://www.mn-linux.org tclug-list at mn-linux.org https://mailman.real-time.com/mailman/listinfo/tclug-list