[Mailman-Users] "Admin only" archives?

Greg Stein gstein at lyra.org
Mon Mar 29 01:19:26 CEST 1999


Greg Connor wrote:
> 
> I would like to set up a couple lists to have archives, but only for the
> administrator to view.  That is, I want the public "listinfo" pages NOT to
> have a link to the archives, and the "private" script not to let people
> in... but I'll set up another path to them within apache using an
> ".htaccess" protected directory.

I would recommend modifying the Apache config itself. Specifically,
doing something like:

<Location /mailman/private/the-archive>
AuthName "admin-private archives"
AuthType Basic
AuthUserFile whatever
Require user adminuser
</Location>

Note that you are protecting a Location rather than a directory. This is
why a .htaccess file isn't possible. I forget what the actual URL is for
private archives, but this should give you the right idea.

Please let me know if this really does work. I'm just hypothesizing :-)

Cheers,
-g

--
Greg Stein, http://www.lyra.org/




More information about the Mailman-Users mailing list