[Mailman-Users] mailman website forbidden

JT luser at ahab.com
Thu Jun 21 21:01:22 CEST 2001


The only security issue is directory indexes - most installations do
not, by default, display the contents of a directory if there is no
index.

Best thing to do would be:

A) Apache rewrite rule to accomplish the redirection:
	Redirect permanent /mailman/ /mailman/listinfo/
B) Simple CGI to accomplish the redirection, ideally by returning an
Apache redirect
C) Do B) in Python and sumbit it to the list!

Alternatively:
D) Nothing.  It's harmless.



On Tue, Jun 19, 2001 at 03:46:08PM -0500, Keith Howanitz wrote:
> Is there any provision to place a webpage at the mailman/ directory (i.e.
> www.mycompany.com/mailman/ ) even if it is just a redirection to
> mailman/listinfo ?  (I noticed the http://mail.python.org/mailman/ gives
> the same forbidden error my server does, so I am assuming there is
> somekind of security issue or something?)
> 
> -- 
> 
> -Keith
> howanitz at nindo.com
> 
> 
> 
> ------------------------------------------------------
> Mailman-Users maillist  -  Mailman-Users at python.org
> http://mail.python.org/mailman/listinfo/mailman-users




More information about the Mailman-Users mailing list