Eduardo Orive wrote:
hi again,I need to do something similar to my old apache config, the matter is redirect connections from http to https like this: Request "http://mail.ultimaorbita.com:81/" { Handler redir { URL https://mail.ultimaorbita.com } } :81 is for testing needs, anyway it sends me to the root instead of the desired url. any idea?
You can try the "OnlySecure" parameter.. it will return a 426 upgrade error.
http://www.0x50.org/wiki/index.php?title=Behavior_configuration#OnlySecure _______________________________________________ Cherokee mailing list [email protected] http://www.0x50.org/cgi-bin/mailman/listinfo/cherokee
