You'll need to add two entries in that file -- an alias for the archives and an alias to the mailman scripts.
Locate the aliases section in the httpd.conf file. Add this for the archives. Be sure to insert your information where applicable.
----snip----
Alias /pipermail/ "/path to your installation of mailman/archives/public/"
<Directory "/path to your installation of mailman/archives/public">
Options Indexes MultiViews
AllowOverride None
Order allow,deny
Allow from all
</Directory>
----snip-----
Add this for the scripts. Be sure to insert your information where applicable.
----snip----
ScriptAlias /mailman/ "/path to your installation of mailman/cgi-bin/"
<Directory "/path to your installation of mailman/cgi-bin">
AllowOverride None
Options None
Order allow,deny
Allow from all
</Directory>
----snip-----
Message-ID:
From: "E.J.L. Kemper"
To:
Date: Wed, 17 Apr 2002 18:47:36 +0200
MIME-Version: 1.0
Content-Type: text/plain;
charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
Subject: [Mailman-Users] Apache problems
Sender: [EMAIL PROTECTED]
Precedence: bulk
List-Help:
List-Post:
List-Subscribe: ,
List-Id: Mailman mailing list management users
List-Unsubscribe: ,
List-Archive:
Hi,
Hope someone can help me out.
I installed Mailman OK in my RedHat Linux , but the only thing I can't get
right is getting it under my website.
The installation run fine (I think...)
Here's the clue, I am a (very fresh !) newbie with Apache, so I cannot
figure out the parts about setting up Mailman under it.
Can anyone just help me getting the last part done?
Regards
Erik
--------------------------------------------------------
Anna Q. Fong, Webmaster
California Data Exchange Center
------------------------------------------------------ Mailman-Users mailing list [EMAIL PROTECTED] http://mail.python.org/mailman/listinfo/mailman-users Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py