I added these lines to apache to force https login,I also modified the mm_config.py to change the dafault url and ran the withlist script, but when i put the url on my browser appears a message saying that the redirection has no end or something like that.
ScriptAlias /mailman/ "/usr/local/mailman/cgi-bin/" Alias /pipermail/ "/usr/local/mailman/archives/public/" <Directory "/usr/local/mailman/cgi-bin"> AllowOverride None Options +ExecCGI -Includes Order allow,deny Allow from all SSLCipherSuite HIGH:MEDIUM </Directory> <Directory "/usr/local/mailman/archives/public"> AllowOverride None Order allow,deny Allow from all Options FollowSymLinks </Directory> Redirect /mailman/ https://name of my server/mailman/ ------------------------------------------------------ Mailman-Users mailing list Mailman-Users@python.org 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/ Unsubscribe: http://mail.python.org/mailman/options/mailman-users/archive%40jab.org Security Policy: http://www.python.org/cgi-bin/faqw-mm.py?req=show&file=faq01.027.htp