Re: localhost Forbidden

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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 <covener@xxxxxxxxx> wrote:
On Sun, May 4, 2014 at 9:48 AM, Andy Canfield <andycanfield@xxxxxxxxxx> 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-unsubscribe@xxxxxxxxxxxxxxxx
For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx



[Index of Archives]     [Open SSH Users]     [Linux ACPI]     [Linux Kernel]     [Linux Laptop]     [Kernel Newbies]     [Security]     [Netfilter]     [Bugtraq]     [Squid]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Samba]     [Video 4 Linux]     [Device Mapper]

  Powered by Linux