On Mon, Oct 02, 2006 at 02:16:51PM +0200, IT-Support@AStA TU Darmstadt wrote: > The problem is, that configuring apache with "RedirectPermant" for > squirrelmail-login obviously cause a loop and the browser hangs. Why? Without having the relevant parts of your webserver's config, it is hard to tell :-) This works for me: NameVirtualHost 192.168.1.234:80 NameVirtualHost 192.168.1.234:443 <VirtualHost 192.168.1.234:80> ServerName webmail.sokoll.com ErrorLog /var/log/httpd/webmail_error_log CustomLog /var/log/httpd/webmail_access_log common RedirectMatch permanent ^/(.*) https://webmail.sokoll.com/$1 </VirtualHost> <VirtualHost 192.168.1.234:443> ServerName webmail.sokoll.com ServerAdmin rainer@xxxxxxxxxx DocumentRoot /srv/www/htdocs/squirrelmail-1.4.8 ErrorLog logs/webmail.sokoll.com-error_log CustomLog logs/webmail.sokoll.com-access_log common SSLEngine on SSLCipherSuite \ ALL:!ADH:!EXPORT56:RC4+RSA:+HIGH:+MEDIUM:+LOW:+SSLv2:+EXP:+eNULL SSLCertificateFile /etc/httpd/ssl.crt/server.crt SSLCertificateKeyFile /etc/httpd/ssl.key/server.key </VirtualHost> HTH, Rainer ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys -- and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV -- squirrelmail-users mailing list Posting Guidelines: http://www.squirrelmail.org/wiki/MailingListPostingGuidelines List Address: squirrelmail-users@xxxxxxxxxxxxxxxxxxxxx List Archives: http://news.gmane.org/thread.php?group=gmane.mail.squirrelmail.user List Archives: http://sourceforge.net/mailarchive/forum.php?forum_id=2995 List Info: https://lists.sourceforge.net/lists/listinfo/squirrelmail-users