Hi,

I installed sage 3.0.2 and run:

sage: notebook(open_viewer=False, port=8100)

then setup apache like this:

<VirtualHost *>
        ServerName sage.sympy.org
        ServerAdmin [EMAIL PROTECTED]
        ProxyPass / http://localhost:8100/
        ProxyPassReverse / http://localhost:8100/
</VirtualHost>

and when connecting to sage.sympy.org, I get a plain html code instead
of the webpage. So the apache is returning something wrong, so I did

$ w3m http://localhost:8100/

which connects directly to the sage server, but this returns a plain
html code as well.
I also installed knoboo using exactly the same technique as above and
it works, so I suspect it's not a problem in the apache configuration,
but rather in the sage server?

Thanks for any ideas,
Ondrej

--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to