> > I'd never heard of SNI before, but looking at the Wikipedia page for it: > http://en.wikipedia.org/wiki/Server_Name_Indication > > This will NOT work. The main reason being that Python 2 (which web2py runs > on) does not support SNI. Python 3.2 does, however. So until there is a > web3py, SNI will not be an option unless you use it through Apache (and > figure out how to enable it). >
Wouldn't that only be a limitation with the Rocket server? But on WebFaction, the app would probably be served with Apache<https://wiki.webfaction.com/wiki/Web2py-LatestSource>or Nginx<http://community.webfaction.com/questions/7193/install-web2py-with-nginx-and-uwsgi>, so should work, no? Anthony