César Fernández Gago wrote:
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
___________
Hmm a 426 error is not what a user wants to read.. what about
something like:
Server mail.ultimaorbita.com {
Directory / {
Handler redir {
URL https://ultimosolsecured
}
}
Server ultimosolsecured {
DocuemntRoot /path_to_squirrel
Handler common...
}
_______________________________________________
Cherokee mailing list
[email protected]
http://www.0x50.org/cgi-bin/mailman/listinfo/cherokee