#7635: notebook -- make it trivial for any user to restrict the notebook server
to
only listen on certain subdomain
---------------------------+------------------------------------------------
Reporter: was | Owner: was
Type: enhancement | Status: needs_review
Priority: major | Milestone: sage-4.3
Component: notebook | Keywords:
Work_issues: | Author: William Stein
Upstream: N/A | Reviewer: Dan Drake
Merged: |
---------------------------+------------------------------------------------
Comment(by was):
> do we need the name of an interface (such as "eth0" or "lo") or an
> IP address to which that interface is bound? I'll play around a bit
> more and report back.
I think we need the *address* to which that interface is bound. That's
why I called the parameter "address" before. However, in twisted it is
called "interface", so your suggestion to change that name is definitely
correct. See e.g., this diff there:
{{{
152 strport = 'tcp:%s:interface=%s'%(port,
address)
161 strport = 'tcp:%s:interface=%s'%(port,
interface)
}}}
Here strport gets passed on to twisted and has "interface=" in it.
William
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/7635#comment:12>
Sage <http://www.sagemath.org>
Sage: Creating a Viable Open Source Alternative to Magma, Maple, Mathematica,
and MATLAB
--
You received this message because you are subscribed to the Google Groups
"sage-trac" group.
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-trac?hl=en.