[Mailman-Users] Mailman and home pages

2003-03-06 Thread Brian W. Kinne
Greetings; This may be more apache related, but am hoping someone else has already succeeded at this. I'm trying to set up mailman so that the listinfo page is the default homepage for the virtual server. The closest I've come is displaying listinfo as a binary. I'm running redhat 8, apache 2.0

Re: [Mailman-Users] Mailman and home pages

2003-03-05 Thread Vince LaMonica
On Wed, 5 Mar 2003, Dave Stern - Former Rocket Scientist wrote: } One way is a redirect. } goto your ServerRoot as defined in httpd.conf } create an index.html containing something like } } } http://lists.domain/mailman/admin/";> } Even better would be to use something like this in your httpd

Re: [Mailman-Users] Mailman and home pages

2003-03-05 Thread Dave Stern - Former Rocket Scientist
On Tue, 4 Mar 2003, Brian W. Kinne wrote: > Greetings; > > This may be more apache related, but am hoping someone else has already succeeded at > this. I'm trying to set up mailman so that the listinfo page is the default homepage > for the virtual server. The closest I've come is displaying lis

Re: [Mailman-Users] Mailman and home pages

2003-03-04 Thread Vivek Khera
> "RB" == Richard Barrett <[EMAIL PROTECTED]> writes: >> is the default homepage for the virtual server. The closest I've come is >> displaying listinfo as a binary. I'm running redhat 8, apache 2.0.40, and >> mailman 2.1.1. >> RB> I would try using an Apache mod_rewrite RewriteRule. For i

Re: [Mailman-Users] Mailman and home pages

2003-03-04 Thread Brian W. Kinne
Thanks Mitchell; This worked for me. I tried Richard's as well, but had no luck, probably because I don't know enough about apache, and have been sewing options for a day and a half. Brian On Tue, 04 Mar 2003 17:10:30 -0600 Mitchell Marks <[EMAIL PROTECTED]> wrote: > Here's what I've been usin

Re: [Mailman-Users] Mailman and home pages

2003-03-04 Thread Mitchell Marks
Here's what I've been using along those lines: RewriteRule ^/$ /mailman/listinfo [PT] RewriteRule ^/listinfo(.*) /mailman/listinfo$1 [PT] RewriteRule ^/admin(/?.*) /mailman/admin/$1 [PT] It doesn't work perfectly, but pretty much the way we want. -- Mitch At 05:01 PM

Re: [Mailman-Users] Mailman and home pages

2003-03-04 Thread Richard Barrett
At 22:30 04/03/2003, Brian W. Kinne wrote: Greetings; This may be more apache related, but am hoping someone else has already succeeded at this. I'm trying to set up mailman so that the listinfo page is the default homepage for the virtual server. The closest I've come is displaying listinfo as

[Mailman-Users] Mailman and home pages

2003-03-04 Thread Brian W. Kinne
Greetings; This may be more apache related, but am hoping someone else has already succeeded at this. I'm trying to set up mailman so that the listinfo page is the default homepage for the virtual server. The closest I've come is displaying listinfo as a binary. I'm running redhat 8, apache 2.0