The problem is fixed. I had to move the existing <Directory> statements and nest them into new <VirtualHost> statements. Everything is working fine now.
Thanks to all who helped! -----Original Message----- From: Eric Covener [mailto:[email protected]] Sent: Saturday, April 19, 2014 6:07 AM To: [email protected] Subject: Re: [users@httpd] NameVirtualHost address is not supported On Sat, Apr 19, 2014 at 9:00 AM, Michael Peters <[email protected]> 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: [email protected] For additional commands, e-mail: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
