> In /etc/httpd/conf.d/sage.conf I put: > > ProxyPass /sagehttp://172.16.194.129 > ProxyPassReverse /sagehttp://172.16.194.129 > > The IP address is what sage reported after starting the notebook in > the VM. I had to set routes and IP forwarding, and the sage notebook > responds now. > > I think the absolute links make my sage.conf insufficient to really > serve the content from the Apache server (there are no graphics, some > links don't work, etc.) >
I thought that inserting a <base href="..." /> in the head of the html might make this work. I looked through the code a bit (notebook.py ?) but I'm not sure where to place the <base> code. In addition, I'm not sure how to properly rebuild that part of sage to test the results. Is <base ...> a possible shim to make the html pages function properly? Would someone help by pointing out where in the source I could even try this? Cheers, Richard --~--~---------~--~----~------------~-------~--~----~ 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://www.sagemath.org -~----------~----~----~----~------~----~------~--~---
