On Sat, Apr 19, 2014 at 9:32 AM, Michael Peters
<
michael.peters@xxxxxxxxxxxxxxxxxxx> wrote:
> 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>
Yes. They're independent.