[sage-support] Re: Running Sage through Apache2 with Reverse Proxy

2015-09-04 Thread Jonathan Gutow
Actually, I just updated pull request #328 (https://github.com/sagemath/sagenb/pull/328) as it keeps track of updates to my master branch. On Friday, September 4, 2015 at 11:03:59 AM UTC-5, Jonathan Gutow wrote: > > > I have pushed this to my main branch and will now put in a

[sage-support] Re: Running Sage through Apache2 with Reverse Proxy

2015-09-04 Thread Jonathan Gutow
OK, I found the code I accidentally picked up from someone's branch. It was messing up the text encoding for templates. Anyway, the simple challenge in self-registration now works along with proxying. I also fixed the registration cancel button which did not work. I have pushed this to my

[sage-support] Re: Running Sage through Apache2 with Reverse Proxy

2015-09-03 Thread Jonathan Gutow
On Wednesday, September 2, 2015 at 8:39:56 PM UTC-5, kcrisman wrote: > > > My test server at https://141.233.196.149/sagetest/ is back up and >> running. I think I have found all the problems. I'm just about ready to >> push my fixes into my master branch, convert my production server to 6.8

[sage-support] Re: Running Sage through Apache2 with Reverse Proxy

2015-09-01 Thread Jonathan Gutow
oping that somebody interested in this will do a little testing. Jonathan On Friday, August 28, 2015 at 12:35:31 PM UTC-5, Jonathan Gutow wrote: > > My test server will be unavailable this weekend as my campus will have no > electricity. I will bring it back up as soon as poss

[sage-support] Re: Save 3D plot

2015-08-30 Thread Jonathan Gutow
On Saturday, August 29, 2015 at 9:55:17 AM UTC-5, Santanu wrote: > > How to save 3D plot in eps format? > > L=line3d([( 3 , 2 , 1 ), ( 4 , 3 , 2 )],color='red') > > L=list_plot3d([[ 3 , 2 , 1 ], [ 4 , 3 , 2 ]],color='red') > > If you are using the notebook and not SageMathCloud the the default s

[sage-support] Re: Running Sage through Apache2 with Reverse Proxy

2015-08-28 Thread Jonathan Gutow
My test server will be unavailable this weekend as my campus will have no electricity. I will bring it back up as soon as possible on Monday. Jonathan On Thursday, August 27, 2015 at 4:05:20 PM UTC-5, Jonathan Gutow wrote: > > Another option for simple testing is to create an account on m

[sage-support] Re: Running Sage through Apache2 with Reverse Proxy

2015-08-27 Thread Jonathan Gutow
Another option for simple testing is to create an account on my test server at this address. However, it would be nice if somebody tried this on their own server. If you do create an account please let me know if you find any problems. Please do not try to run really large calculations on thi

[sage-support] Re: Running Sage through Apache2 with Reverse Proxy

2015-08-27 Thread Jonathan Gutow
That pull request has aged out as the notebook is now version 0.11.4. However, I have refactored things to work with 0.11.4 and sage post 6.4. This is now accessible in my git repository https://github.com/gutow/sagenb_slickgrid in the branch merge_11_4. I have not merged with my master beca

[sage-support] Re: Running Sage through Apache2 with Reverse Proxy

2015-08-25 Thread Jonathan Gutow
I can verify that the version of the notebook in sage-6.8 does not support proper proxying. I don't have much time to devote to it, but will see if I can determine what happened to the code I submitted. It appears that I may have the only version of sage running this properly. I can probably

[sage-support] Re: sage server

2015-08-15 Thread Jonathan Gutow
See my post to the related question. I think it should work... https://groups.google.com/forum/#!topic/sage-support/j073ILEqKYA Jonathan On Friday, August 7, 2015 at 3:29:01 PM UTC-5, Michael Waters wrote: > > Keeping this thread alive...I'm having the same difficulties. Any global > fix here?Se

[sage-support] Re: Running Sage through Apache2 with Reverse Proxy

2015-08-14 Thread Jonathan Gutow
Saw this through kcrisman's forward. I think I can help. I routinely do what I think you are are asking to do. I have found that proxypass and proxyreverse do not work well. I use the rewrite engine with proxying and the VirtualHostMonster facilities (makes sure links in sage point the corr