On 6/4/12 1:16 PM, Jason Grout wrote:
On 6/4/12 11:43 AM, Chris Kees wrote:
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.
This should go in a FAQ somewhere. Lots of people have asked about how
to run a sage server in a url other than root, and it seems that you
have achieved this.
Does this work on your server?
with open('test.txt','w') as f:
f.write("test")
html("<a href='cell://test.txt'>Click me</a>")
It should generate a URL which, when clicked, gives back the file with
the word "test".
Thanks,
Jason
--
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