On 6/6/12 10:20 PM, Nils Bruin wrote:
Another solution is to use "iptables nat" to forward the port:

iptables -t nat -A PREROUTING -i eth0 -p tcp --dport 443 -j REDIRECT --
to-port 8000

Just double-checking: this means that you run with secure=True, and the notebook itself does the SSL, right?

Thanks,

Jason


--
To post to this group, send an email to sage-devel@googlegroups.com
To unsubscribe from this group, send an email to 
sage-devel+unsubscr...@googlegroups.com
For more options, visit this group at http://groups.google.com/group/sage-devel
URL: http://www.sagemath.org

Reply via email to