On Wed, Sep 4, 2013 at 9:03 AM, LuKreme <krem...@kreme.com> wrote:
>
> Is it the case that in apache 2.4 you must add a directory structure for 
> every directory you want to access and then add explicit allow permissions 
> for that directory?
>
> For example, despite having added /usr/local/www to the apache config
>
> <Directory "/usr/local/www">
>     Options +Indexes +FollowSymLinks +Includes -SymLinksIfOwnerMatch
>     AllowOverride All
>     Require all granted
> </Directory>
>
>
> when I tried to access /usr/local/www/postfixadmin via a virtual host, I had 
> to
>
> <VirtualHost *:80>
>    DocumentRoot /usr/local/www/postfixadmin
>    <Directory "/usr/local/www/postfixadmin">
>      Options +Indexes +FollowSymLinks +Includes -SymLinksIfOwnerMatch
>      AllowOverride All
>      Require all granted
>    </Directory>
> etc...
>
> before I could load the page.
>
> Is this normal?

No, it should be inherited as before.

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

Reply via email to