Leaving the list archive as it is and using Apache module mod_rewrite 
was my first try.
I used exactly the same rules the you have suggested.
But it seems not work completely. I can't modify some settings in the 
administration page of the lists. Nevertheless if I didn't care about the 
internal link in http, the continuous jumping from http to https and viceversa 
produce (to the user) all that boring (in some case) window messages 
"you are leaving secure connection".

In your case does it happen nothing about that?

For these reasons I decided to try to "regenerate" the archive 
in order to have https in all links before activating mod_rewrite settings. 

Paolo

On Fri November 7 2003 13:14, Pablo Chamorro C. wrote:
> I don't know if it's enough to do it to a httpd level.  I have this for
> Apache:
>
> RewriteEngine on
> RewriteCond %{HTTPS} !=on
> RewriteRule ^//(.*) https://%{SERVER_NAME}/mailman/$1 [R,L]
>
> and in this way it doesn't matter if the users access to http or https
> pages because all Mailman pages end up been displayed under https
> conections.
>
> Pablo
>
> On Fri, 7 Nov 2003 [EMAIL PROTECTED] wrote:
> > Hallo to everyone,
> >
> > I am a newbie of mailman. During this days I read many messages from this
> > mailing-list before writing this.
> > I want to use mailman under https and use the canonical name of the site
> > (without www).
> > First of all I have added the
> > ollowing lines in  $prefix/Mailman/mm_cfg.py:
> >
> > DEFAULT_HOST_NAME     = 'mysite.org'
> > DEFAULT_URL_HOST         = 'mysite.org
> > DEFAULT_URL                      = 'https://mysite.org/mailman'
> > DEFAULT_URL_PATTERN  = 'https://%s/mailman/'
> > PUBLIC_ARCHIVE
> > URL      = 'https://%(hostname)s/archive/%(listname)s'
> >
> > But of course this settings affect only the future.
> > I would like to change also all internal links in saved pages like
> > indexes. I have tried the command fix_url as suggested in some messages o
> > this mailing-list:
> >
> > $prefix/bin/withlist -l -r fix_url <listname>
> >
> > It seems to work but it produce no effects on some internal links like
> > attachment links.
> > What could I do? I thought of using $prefix/arch command as I were
> > regenerating the arch
> > ve.
> >
> > What do you suggest?
> >
> > Other less important question:
> >
> > I have understood how move a list of members from a list to the another
> > one (list_members on
> > the source and add_members to the destination)
> > But if I wanted to transfer also full names?
> >
> >
> > And to move list settings?
> > First use dumpdb on config.pck from the source list and then
> > config_list -i <dump-config.pck>  <dest-list>
> > Is it correct? Will all settings be transferred to the 'dest-list'?
> >
> > Thank you in advance and best regards
> >
> >
> > aolo De Riso
>
> ------------------------------------------------------
> 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
> Searchable Archives:
> http://www.mail-archive.com/mailman-users%40python.org/
>
> This message was sent to: [EMAIL PROTECTED]
> Unsubscribe or change your options at
> http://mail.python.org/mailman/options/mailman-users/p.der%40tiscali.it


------------------------------------------------------
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
Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/

This message was sent to: [EMAIL PROTECTED]
Unsubscribe or change your options at
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org

Reply via email to