On Nov 3, 3:10 am, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote:
> Dear sage gurus, I am trying to run sage on port 80 instead of default
> 8000 (I have a virtual server with sage for our PC lab which is behind
> firewall and we cannot forward ports 8000)
>
> apache, which has default 80 is at 81 or not running.
>
> If I start notebook by
> notebook(address='', port=8000, accounts=True)
> notebook starts, but when trying
> notebook(address='', port=80, accounts=True)
> I get the following error (se below)
>
> The same if I try ports like 800, 98 etc. On the other hand, ports
> like 8001 or 8005 work fine. I think that the problem is with
> permissions. Is there any chance to run sage under user account on
> port 80?

Any port up to and including port 1000 requires root privileges to
open on Linux (same on OSX and Unix by the way). So in order to work
you either need to sudo or run Sage as root - both options I would
highly discourage.

> Thank you. Robert Marik.

Cheers,

Michael
--~--~---------~--~----~------------~-------~--~----~
To post to this group, send email to sage-support@googlegroups.com
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