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:cove...@gmail.com]
Sent: Saturday, April 19, 2014 6:07 AM
To: users@httpd.apache.org
Subject: Re: [users@httpd] NameVirtualHost address is not supported

On Sat, Apr 19, 2014 at 9:00 AM, Michael Peters
<michael.pet...@lazarusalliance.com> 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-unsubscr...@httpd.apache.org
For additional commands, e-mail: users-h...@httpd.apache.org

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org
For additional commands, e-mail: users-h...@httpd.apache.org

Reply via email to