Re: [Mailman-Users] permission denied to archives dir with apache

At 03:06 PM 11/11/98 -0500, Corbett J. Klempay wrote:
Yes, only the alias entry. I believe Scott, in his infinite wisdom and patience, is looking into it now.
I will keep you all posted.
-JL

Scott, of pobox.com, had the solution to the archive access issue.
In the Apache srm.conf file, I needed to have the following:
<Directory /home/mailman/archives/public> Options FollowSymLinks order allow,deny allow from all </Directory>
After adding that, and restarting httpd, it now works.
Now if only we could restrict access to private archives to members of the list, using the email address as a login, and the list password as the access password to see the archives...
Thanks for everybody's input.
-JL

On Wed, Nov 11, 1998 at 05:33:55PM -0500, John Lewis wrote: | Scott, of pobox.com, had the solution to the archive access issue.
Gee i feel like i have a new sirname "pobox.com" ;)
| In the Apache srm.conf file, I needed to have the following: | | <Directory /home/mailman/archives/public> | Options FollowSymLinks | order allow,deny | allow from all | </Directory>
the extra little "order allow,deny...allow from all" is necessary if their are auth restrictions in a higher level directory preventing access access to the public.
Maybe this should go in the docs somewhere.
| After adding that, and restarting httpd, it now works. | | Now if only we could restrict access to private archives to members of the | list, using the email address as a login, and the list password as the | access password to see the archives...
do you mean the list admin password, or creating a separate listwide password that will work for everybody for everything except admin stuff?
scott

Scott, of pobox.com, had the solution to the archive access issue.
In the Apache srm.conf file, I needed to have the following:
<Directory /home/mailman/archives/public> Options FollowSymLinks order allow,deny allow from all </Directory>
After adding that, and restarting httpd, it now works.
Now if only we could restrict access to private archives to members of the list, using the email address as a login, and the list password as the access password to see the archives...
Thanks for everybody's input.
-JL

On Wed, Nov 11, 1998 at 05:33:55PM -0500, John Lewis wrote: | Scott, of pobox.com, had the solution to the archive access issue.
Gee i feel like i have a new sirname "pobox.com" ;)
| In the Apache srm.conf file, I needed to have the following: | | <Directory /home/mailman/archives/public> | Options FollowSymLinks | order allow,deny | allow from all | </Directory>
the extra little "order allow,deny...allow from all" is necessary if their are auth restrictions in a higher level directory preventing access access to the public.
Maybe this should go in the docs somewhere.
| After adding that, and restarting httpd, it now works. | | Now if only we could restrict access to private archives to members of the | list, using the email address as a login, and the list password as the | access password to see the archives...
do you mean the list admin password, or creating a separate listwide password that will work for everybody for everything except admin stuff?
scott
participants (2)
-
John Lewis
-
Scott