Greetings Eric,

Try this:

<VirtualHost *:80>
    DocumentRoot /www/default/Site
    <Directory /www/default/Site>
        AuthType None
        Options FollowSymLinks
        AllowOverride None
        Order allow,deny
Allow from all
        Require all granted
    </Directory>
</VirtualHost>

Thanks,
Otis


On Sun, May 4, 2014 at 9:58 AM, Eric Covener <cove...@gmail.com> wrote:

> On Sun, May 4, 2014 at 9:48 AM, Andy Canfield <andycanfi...@yandex.com>
> wrote:
> > What am I missing?
>
>
> Maybe you're not getting into that virtualhost?  Review the output of
> apache2ctl -S, and/or add a custom access log for that virtual host.
>
> <Directory> is always a directory on disk.  You should also be sure to
> review the errorlog for each 403.
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org
> For additional commands, e-mail: users-h...@httpd.apache.org
>
>

Reply via email to