Robert Campbell wrote:

>Currently when ever I try to get to the mailman archives for any of the
>mailing lists I revcive a 403 error.
>When I check the apache error log i see the following line:
>
>[Wed Jul 02 10:28:52 2008] [error] [client <some ip>] client denied by
>server configuration: <var-install-location>/archives/public/
>
>The Private folder is owned by what apache runs under.
>
>Also the apache config file has
>
>Alias /pipermail/ <var-install-location>/archives/public/
>
><Directory <var-install-location>
>AllowOverride   All
>Options +FollowSymLinks
>AddDefaultCharset Off


You could try adding here

Order allow,deny
Allow from all


Often, Apache configs are set up to deny access to everything and then
selectively allow the various DocumentRoot directories. Such a
configuration would not allow access to the <var-install-location>
directory.


></Directory>


-- 
Mark Sapiro <[EMAIL PROTECTED]>        The highway is for gamblers,
San Francisco Bay Area, California    better use your sense - B. Dylan

------------------------------------------------------
Mailman-Users mailing list
Mailman-Users@python.org
http://mail.python.org/mailman/listinfo/mailman-users
Mailman FAQ: http://wiki.list.org/x/AgA3
Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/
Unsubscribe: 
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org

Security Policy: http://wiki.list.org/x/QIA9

Reply via email to