[Mailman-Users] Converting Existing Private Archive to Public Archive

Todd Freedom_Lover at pobox.com
Fri Apr 18 19:19:55 CEST 2003


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Bill Selmeier wrote:
> You may have hit on the problem.  I have no previous public archives.  The
> apache error logs show:
>
> [Thu Apr 17 19:00:46 2003] [error] [client 192.168.1.10] script not found
> or unable to stat: /usr/lib/mailman/cgi-bin/archives
>
> When I look in the domain, I see no reference to FollowSymlinks.  so I've
> added    "Options FollowSymLinks" to the virtual domain directory
> information for domains that have mail lists  as referenced in the FAQ at:
> http://mail.python.org/pipermail/mailman-users/1998-November/000150.html
>
> But I still have an unresolved URL error message.  Do I have to manually
> create a pointer to the area where the archives are?  It worked for
> private.  The Public is a directory parallel to the private.  There must
> be something more required in the Apache configuration?

Yes.  Have you followed step 4. "Final System Setup" in the INSTALL file?
It details the creation of apache directives for the archives and cg
scripts.  I have this in my apache config:

#
#  httpd configuration settings for use with mailman.
#

ScriptAlias /mailman/ /var/mailman/cgi-bin/
Alias /pipermail/ /var/mailman/archives/public/
<Directory /var/mailman/archives>
	Options +FollowSymlinks
</Directory>

Just adjust the paths as appropriate for your mailman install and -HUP or
restart apache.

You definitely want to go through the INSTALL file and any appropriate
README files to make sure you've got things setup properly, otherwise you'll
just go from one stumbling block to the next, which is no fun. :)

HTH,

- -- 
Todd              OpenPGP -> KeyID: 0xD654075A | URL: www.pobox.com/~tmz/pgp
============================================================================
He who knows others is wise; He knows himself is enlightened.
    -- Lao-Tzu

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.1 (GNU/Linux)
Comment: When crypto is outlawed bayl bhgynjf jvyy unir cevinpl.

iD8DBQE+oDO7uv+09NZUB1oRAipvAKCKvO7PIKSr4Uw9Av5nhztf5X2NawCfZ7R3
4XT9qiNdSdmSDsE+wnwqTCo=
=yqO/
-----END PGP SIGNATURE-----



More information about the Mailman-Users mailing list