[Mailman-Users] Apache problems

Anna Fong anna at water.ca.gov
Wed Apr 17 23:00:39 CEST 2002


Mailman docs says srm.conf but Apache recommends httpd.conf

The reason may be that Apache processes the httpd.conf first so you only
want to use the srm.conf to overwrite any defaults.  Read the comments in
your srm.conf file for more detail.




At 10:30 PM 04/17/2002 +0200, E.J.L. Kemper wrote:
>
>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	






More information about the Mailman-Users mailing list