[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Fwd: Re: [Xen-devel] Xend port] -- Thanks
Thanks again to all that responded to my information needs regarding Xen.
ÂTed
-------- Original Message --------
Rich
Thanks for your reponse
Bye - Thanks -- Ted
Rich Persaud wrote:
My next question:
What exactly is an HTTP/S server -- apparently it is a requirement for
browser administration access to a Xen-based system? Is Apache such a
server and if not can it be turned into such a server???
ÂÂ
HTTPS? It's a secured version of HTTP. I don't think you shouldn't need
to install anything extra to make this work - Twisted includes its own HTTP
server.
(btw, Apache can serve over HTTPS but we don't use it in Xen)
Â
netstat -anp excerpt of Xen 2.0.4 on CentOS 3.4:
ÂtcpÂÂÂÂÂÂÂ 0ÂÂÂÂÂ 0 0.0.0.0:8000ÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂ 0.0.0.0:*ÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂ
LISTENÂÂÂÂÂ 17856/pythonÂÂÂÂÂÂ ÂtcpÂÂÂÂÂÂÂ 0ÂÂÂÂÂ 0 0.0.0.0:8001ÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂ
0.0.0.0:*ÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂ LISTENÂÂÂÂÂ 17856/pythonÂÂÂÂÂÂ ÂtcpÂÂÂÂÂÂÂ 0ÂÂÂÂÂ
0 0.0.0.0:8002ÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂ 0.0.0.0:*ÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂ LISTENÂÂÂÂÂ 17855/xfrdÂÂÂÂÂÂÂÂ
ÂtcpÂÂÂÂÂÂÂ 0ÂÂÂÂÂ 0 0.0.0.0:8080ÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂ 0.0.0.0:*ÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂ
LISTENÂÂÂÂÂ 17977/pythonÂÂÂÂÂÂ
User manual says this can be configured via /usr/lib/python2.3/site-packages/xen/sv/params.py.
This file does not exist in the /usr/lib/python*, but /etc/xen/xend-config.sxp
includes:
Â# Port xend should use for the HTTP interface.
Â(xend-portÂÂÂÂÂÂÂÂ 8000)
Questions:
1) xend web interface appears on port 8080 (non SSL). Is the xend-config.sxp
parameter not honored?
2) Does Twisted natively support SSL? I found conflicting statements in
my brief research.
3) What is listening on ports 8000 and 8001?
4) Related subject, how is xfrd (port 8002) secured against malicious domain
transfers?
Rich
|