On my 'older' systems that include Centos 5.5 and Fedora 12, vncserver is running on ports 580n where n is defined by userid in the /etc/sysconfig/vncserver I just spent a bit of time getting it working on my new Centos 6.3 server and found it listening on ports 590n. When did the change occur? And guess I should test out where it is on Fedora 17...
On Mon, Feb 4, 2013 at 10:20 AM, Robert Moskowitz <rgm at htt-consult.com> wrote:> On my 'older' systems that include Centos 5.5 and Fedora 12, vncserver > is running on ports 580n where n is defined by userid in the > /etc/sysconfig/vncserver > > I just spent a bit of time getting it working on my new Centos 6.3 > server and found it listening on ports 590n. > > When did the change occur? > > And guess I should test out where it is on Fedora 17... >There's a lot of conflicting information on this topic on the Internet. Most current VNC servers seem to listen on port 590n. I've seen it claimed that a) port 580n is not used and can be blocked, b) 580n is used for the Java VNC client, c) 580n is used for browser requests for VNC (probably via the Java VNC client, I'd guess). I don't know when the change occurred and it may be that it happened when RH changed from one VNC brand to another. Cheers, Cliff
Eero Volotinen
2013-Feb-04 06:33 UTC
[CentOS] Multiple Virtual SSL sites with Apache httpd on CentOS 5
2013/2/4 Harold Pritchett <harold at uga.edu>:> According to this post which is over 3 years old (http://tinyurl.com/69gr4ol), the apache httpd server now supports multiple ssl sites on the same server. This became effective > with release 2.2.12. It also requires OpenSSL 0.9.8f or later.Serving multiple ssl certificates requires SNI on server and also client support. http://www.rackspace.com/knowledge_center/article/serving-secure-sites-with-sni-on-apache -- Eero
Eero Volotinen
2013-Feb-04 06:35 UTC
[CentOS] Multiple Virtual SSL sites with Apache httpd on CentOS 5
2013/2/4 Eero Volotinen <eero.volotinen at iki.fi>:> 2013/2/4 Harold Pritchett <harold at uga.edu>: >> According to this post which is over 3 years old (http://tinyurl.com/69gr4ol), the apache httpd server now supports multiple ssl sites on the same server. This became effective >> with release 2.2.12. It also requires OpenSSL 0.9.8f or later. > > Serving multiple ssl certificates requires SNI on server and also > client support. > > http://www.rackspace.com/knowledge_center/article/serving-secure-sites-with-sni-on-apachethis works on Centos 6 without messing up openssl libraries :) -- Eero
J.Witvliet at mindef.nl
2013-Feb-04 08:17 UTC
[CentOS] Multiple Virtual SSL sites with Apache httpd on CentOS 5
-----Original Message----- From: centos-bounces at centos.org [mailto:centos-bounces at centos.org] On Behalf Of Eero Volotinen Sent: Monday, February 04, 2013 7:34 AM To: CentOS mailing list Subject: Re: [CentOS] Multiple Virtual SSL sites with Apache httpd on CentOS 5 2013/2/4 Harold Pritchett <harold at uga.edu>:> According to this post which is over 3 years old (http://tinyurl.com/69gr4ol), the apache httpd server now supports multiple ssl sites on the same server. This became effective > with release 2.2.12. It also requires OpenSSL 0.9.8f or later.Serving multiple ssl certificates requires SNI on server and also client support. http://www.rackspace.com/k nowledge_center/article/serving-secure-sites-with-sni-on-apache -----Original Message----- Biggest problem indeed with sni is that all intended clients must also support it... You might consider using IPv6, and give each (virtual) http-server its own address. That works very well indeed, but chat24 is that here also the clients must be able to connect over v6 ;-) Hw ______________________________________________________________________ Dit bericht kan informatie bevatten die niet voor u is bestemd. Indien u niet de geadresseerde bent of dit bericht abusievelijk aan u is toegezonden, wordt u verzocht dat aan de afzender te melden en het bericht te verwijderen. De Staat aanvaardt geen aansprakelijkheid voor schade, van welke aard ook, die verband houdt met risico's verbonden aan het elektronisch verzenden van berichten. This message may contain information that is not intended for you. If you are not the addressee or if this message was sent to you by mistake, you are requested to inform the sender and delete the message. The State accepts no liability for damage of any kind resulting from the risks inherent in the electronic transmission of messages.
Leon Fauster
2013-Feb-04 16:04 UTC
[CentOS] Multiple Virtual SSL sites with Apache httpd on CentOS 5
Am 04.02.2013 um 05:02 schrieb Harold Pritchett <harold at uga.edu>:> According to this post which is over 3 years old (http://tinyurl.com/69gr4ol), the apache httpd server now supports multiple ssl sites on the same server. This became effective > with release 2.2.12. It also requires OpenSSL 0.9.8f or later.if you have multiple ips configured then this works out of the box in el5. if you need sni support (one ip for multiple ssl sites) then el6 should provide the necessary support (openssl etc.). -- LF