[Mailman-Users] Apache problems

Jon Carnes jonc at haht.com
Wed Apr 17 22:40:33 CEST 2002


On RedHat linux (default install) the main Apache configuration file is:
  /etc/httpd/conf/httpd.conf

To find all occurrences of httpd.conf on your machine, you can use:
  locate httpd.conf

Anna's content is perfect.
----- Original Message -----
From: "E.J.L. Kemper" <E.J.L.Kemper at CyberTech.NL>
To: <mailman-users at python.org>
Cc: "Anna Fong" <anna at water.ca.gov>
Sent: Wednesday, April 17, 2002 4:30 PM
Subject: Re: [Mailman-Users] Apache problems


>
> Hi,
>
> thanks for the response
>
> Shouldn't that be srm.conf ???
>
> Not that I am a expert at this, but that's what I read??
>
> Regards
>
> Erik
>
>   ----- Original Message -----
>   From: Anna Fong
>   To: E.J.L.Kemper at cybertech.nl ; mailman-users at python.org
>   Sent: Wednesday, April 17, 2002 10:17 PM
>   Subject: RE: [Mailman-Users] Apache problems
>
>
>   Go to your installation for apache and update the httpd.conf file
> (~/apache/conf/httpd.conf)
>
>   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: mailman-users-admin at python.org
>     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 Mailman-Users at python.org
> http://mail.python.org/mailman/listinfo/mailman-users Mailman FAQ:
> http://www.python.org/cgi-bin/faqw-mm.py
>
>
>
> ------------------------------------------------------
> Mailman-Users mailing list
> Mailman-Users at python.org
> http://mail.python.org/mailman/listinfo/mailman-users
> Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py






More information about the Mailman-Users mailing list