Pavel Panchekha wrote:
> The sage server currently runs in a twisted server.
> 
> That's great - if it could run under mod_python, that would be even
> better, but twisted is fine for now.
> 
> However, it would be really helpful if I could run the sage server
> under a url prefix. This wouldn't be that hard - one would simply need
> to include <base> tags in the head of every page with some
> configuration variable in text of the tag.
> 
> Use case:
> I want to run several services from one site. So, www.example.com/sage
> would be a sage notebook, www.example.com/wiki would be moinmoin,
> www.example.com/trac might be a trac server, etc.


Could you do this by running them on different ports and using some 
mod_rewrite magic?  Not to say that that is the right solution, but may 
be a possibility...

Jason



--~--~---------~--~----~------------~-------~--~----~
To post to this group, send email to sage-devel@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at http://groups.google.com/group/sage-devel
URLs: http://www.sagemath.org
-~----------~----~----~----~------~----~------~--~---

Reply via email to