On 04 Sep 2013, at 07:20 , Eric Covener <cove...@gmail.com> wrote:

> 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.

Hmm. OK. maybe I should kick apache with a -k stop -k start


-- 
National Socialism is not Socialism, any more than the Black Panthers
were actually cats. @jearl


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

Reply via email to