I fixed it. I just needed to add /java to the list of directories I use in the ProxyPass and ProxyPassReverse statements I use in the apache configuration.
-Chris On Monday, June 4, 2012 11:22:41 AM UTC-5, Chris Kees wrote: > > Hi, > > I'm running sage-5.0 installed from source on Ubuntu 11.10. Because > of our firewall I have to proxy the sage server through apache (i.e. > http://myserver:9000 is proxied as https://myserver/sage). Everything > is working well so far except for the jmol plotting, where I get > "ReferenceError: jmolSetDocument is not defined" when accessing sage > via the proxied server. It works fine if I directly access the sage > server over it's port (e.g. http://myserver:9000). I'm out of my > depth here. Does anybody have an idea what how I can get the apache > server to correctly proxy sage? > > Thanks, > Chris > -- 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 URL: http://www.sagemath.org
