IS it ok to have directory statements like this and virtualhost together? <Directory "/www/html/site_1"> Options Indexes FollowSymLinks AllowOverride None Order allow,deny Allow from all </Directory> -----Original Message----- From: Eric Covener [mailto:covener@xxxxxxxxx] Sent: Saturday, April 19, 2014 6:07 AM To: users@xxxxxxxxxxxxxxxx Subject: Re: NameVirtualHost address is not supported On Sat, Apr 19, 2014 at 9:00 AM, Michael Peters <michael.peters@xxxxxxxxxxxxxxxxxxx> wrote: > I've tried: > > NameVirtualHost *:80 > NameVirtualHost * > NameVirtualHost 184.168.190.45:80 It should match verbatim the arguments to VirtualHost. None of those are matches for the VirtualHost you pasted before. --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@xxxxxxxxxxxxxxxx For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@xxxxxxxxxxxxxxxx For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx