Hello Forum. I have a little issue that really gets me off. I have my website created on Ruby on Rails 1.8 passenger - Developed by another person. on Debian6 (And not able to update debian) My Issue is that my hosting company only runs HyperV - but they do not support VMware which the VM is original build on. My Apache is 2.2.16 with SSL 0.9.8 I have a certificate that I would like to use to secure our webpage. But on qualab.com --> I rated C becarse the SSL is old. But I cannot upgrade my Debian since it'll upgrade Ruby On Rails - which require a total redesign of the webpage before upgrading to a newer Debian. I would like to upgrade my Apache on the Debian but having issues regarding how to do it - and it seems I cannot find the right command for building the Apache the Debian Way - so it'll use the same dir on my Old Debian
Hi I cannot do apt-get update - since this will require a new source - and within this new apt source - I'm getting allso updates for the ruby on rails higher than 1.8 - which require a whoile redisgn of the HTML code of the webpage - crappy design yes - but thats the reality. All RubyOnRails call through HTMÆL is changed - so thats why the redesign. The main reason is since Apache 2.2.16 only supports TLSv1 - so my main problem is securing the Apache Server more. I must up and run <2.2.23 for getting the support for oter TLS versions.
'apt-get update' doesn't install new versions of the packages. It only updates the package lists for new versions of the packages that need upgrade. Anyway, you can exclude the specific Ruby On Rails package from an update using the following command: apt-mark hold package Code (markup): where 'package' is the actual name of the Ruby On Rails package. Then you can update Apache: apt-get install apache2 Code (markup): This command will update Apache to the latest version if it is already installed on the server.
Well - Not possible When holding ruby packages - Apache2 is marked hold - Nso not possible - to upgrade such Old distro. But thanks for the affect - But as for now - My time/money is better spend with creating a new Website instead on another server