Please report issues for the new notebook at http://github.com/sagemath/sagenb ! Thanks :)
achtung: sent from phone, possibly unduly terse On Feb 13, 2012 9:04 AM, "Michael Orlitzky" <mich...@orlitzky.com> wrote: On 02/12/2012 10:54 AM, Jonathan wrote: > > I found my notes on proxying Sage. If you set up Sage a... I see what you mean now. The notebook assumes it's running in the virtual host's document root. This isn't too hard to fix; you could set up a subdomain (sagenb.math.example.edu) or just use another port. The problem is that these, return RedirectResponse('/home/' + W.filename()) should really be, return RedirectResponse(basepath + 'home/' + W.filename()) This is a valid issue for sure, but there's a notebook rewrite coming Real Soon Now, so I don't know the best place to report it. If anyone is seriously interested in the reverse proxy solution, I can make sure that it works with the new notebook. -- To post to this group, send an email to sage-devel@googlegroups.com To unsubscribe from this g... -- 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