On 4/5/07, Surendran KK <> wrote: > Hi, > > I was trying out sage on ubuntu. I realized that notebook is served on > localhost ( 127.0.0.1) and was there even when I stopped the apache > webserver. How does one serve the notebook on Apache running on this > machine?
There is no relation between the SAGE Notebook and Apache, except that both work as web servers. There is currently no support for serving the SAGE notebook directly through Apache, though one can use the apache http proxy module to make it look that way. It's possible that you're just asking about serving through port 80 instead of 8000. To do that you have to run as a user who has permission to open port 80, you have to disable apache, and you have to run the notebook with the option port=80. It's also possible that you're asking about allowing the notebook to listen on an address other than localhost. For that use the option address="give_the_exact_ip_address" to the notebook command. William --~--~---------~--~----~------------~-------~--~----~ To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/sage-support URLs: http://sage.math.washington.edu/sage/ and http://sage.scipy.org/sage/ -~----------~----~----~----~------~----~------~--~---
