[Mailman-Users] Archives Forbidden

Rob Brandt bronto at csd-bes.net
Mon Jun 9 05:32:17 CEST 2008


Not intentionally, and I just combed through the conf files and see no 
reference.  In any case, I changed it to:

<Directory /usr/local/mailman/archives/public/>
     Order allow,deny
     Allow from all
     Options Indexes FollowSymLinks
</Directory>

restarted apache and it's still Forbidden.

Rob

Mark Sapiro wrote:
> Rob Brandt wrote:
> 
>> Yes, in apache2.conf, I have:
>>
>> <Directory /usr/local/mailman/archives/public/>
>> Options Indexes FollowSymLinks
>> </Directory>
> 
> Do you implicitly not allow your access? You might need
> 
>     Order allow,deny
>     Allow from all
> 
> inside the Directory section if you have a Deny on a superordinate
> directory.
> 
> What's in apache's error_log?
> 



More information about the Mailman-Users mailing list