[Mailman-Users] RH8, Mailman & Apache

Todd Freedom_Lover at pobox.com
Fri Mar 28 08:13:11 CET 2003


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

John Calderon wrote:
> I'm using Apache 2.0.40 on RedHat 8.  I've installed Mailman using it's
> default install.  I even have a Virtual Host. All ready to go . . .except
> . . .
>
> Where do you set the DocumentRoot to?  I do not see _any_ .html, .cgi, .pl
> or any other extension with any usable Markup Language.  I wish I could
> say it was a cryptic puzzle that I need help figuring out, but to what I
> can see it's just not there.

The clue is in the lines:

          Exec          /mailman/*      $prefix/cgi-bin/*
      or:
          ScriptAlias   /mailman/       $prefix/cgi-bin/

For a normal apache install, you'll often have something like this either in
your httpd.conf or in a file in the conf.d directory (on RH 8 and various
versions of Mandrake):

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

Replace $prefix with the directory you installed mailman in, /usr/local is
the default in Mailman 2.1, though Red Hat RPMS install it in /var/mailman.

You can put the above directives in a VirtualHost block if you only want
mailman to be accessible for that virtual host.

- -- 
Todd              OpenPGP -> KeyID: 0xD654075A | URL: www.pobox.com/~tmz/pgp
============================================================================
Problems are opportunity in work clothes.

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

iD8DBQE+g/YHuv+09NZUB1oRAvkMAJ929m0yPHuazJwFw2oyMqH1K61+twCdHgGE
25xsQkRBkosd0eLDZA7VrOk=
=ZH/Y
-----END PGP SIGNATURE-----



More information about the Mailman-Users mailing list