• Debian 11 is approaching its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.80 will be the last release to support it.
    If you are running Plesk Obsidian on Debian 11, we recommend you upgrade those servers to Debian 12 using our dist-upgrade tool.
  • We plan to deprecate and remove the support for XML RPC protocol versions earlier than 1.6.9.1 in Plesk Obsidian 18.0.82. We strongly recommend that you update all existing integrations using earlier versions of the XML RPC protocol to comply with the version 1.6.9.1 specification.

update apache

M

maxtheb

Guest
Hi

sorry for my english ... i'm french

i have plesk 8.1.0 on Debian. By default, apache is 2.0.54 and i want to know if i can change this version for example for the 2.0.59. And if i can change it : how ?

:confused:

thx
 
Yes, you can upgrade apache to 2.0.59 version without any problems. On Debian you can use, for example, 'apt-get' command for these purposes. For more information you can use 'man apt-get' or just some documentation in Internet.
 
localhost:~# apt-get update
Atteint http://ftp2.fr.debian.org stable/main Packages
Atteint http://ftp2.fr.debian.org stable/main Release
Atteint http://ftp2.fr.debian.org stable/main Sources
Atteint http://ftp2.fr.debian.org stable/main Release
Atteint http://security.debian.org stable/updates/main Packages
Atteint http://security.debian.org stable/updates/main Release
Atteint https://autoinstall.plesk.com sarge/all Packages
Ign https://autoinstall.plesk.com sarge/all Release
Lecture des listes de paquets... Fait

localhost:~# apt-get install apache2
Lecture des listes de paquets... Fait
Construction de l'arbre des dépendances... Fait
apache2 est déjà la plus récente version disponible.
0 mis à jour, 0 nouvellement installés, 0 à enlever et 3 non mis à jour.

localhost:~# apache2 -v
Server version: Apache/2.0.54
Server built: Jul 28 2006 09:04:55

i have apache 2.0.54 and with apt-get i have the last version ... because i have a debian stable version ?

I download the tar.gz for apache 2.0.59 but i don't know if there are some options for ./configure ...

if someone can help me

i will try to install it without option ...
:rolleyes:
 
i tried to update apache without succes ...

./configure
make
make install

and after :

/usr/local/apache2/bin/apachectl -v
Server version: Apache/2.0.59
Server built: Mar 6 2007 10:56:08

/usr/local/apache2/bin# apache2 -v
Server version: Apache/2.0.54
Server built: Jul 28 2006 09:04:55

apache is still 2.0.54 ...

how can i have the 2.0.59 version ???
 
I used nmap :
80/tcp open http Apache httpd 2.0.54 ((Debian GNU/Linux) PHP/4.3.10-18 mod_ssl/2.0.54 OpenSSL/0.9.7e mod_perl/1.999.21 Perl/v5.8.4)

I stopped apache (2.0.54) :
/etc/init.d/apache2 stop
Stopping web server: Apache2.

I started the newest version :
/usr/local/apache2/bin/apachectl start

I used nmap :
80/tcp open http Apache httpd 2.0.59 ((Unix))

:D

I don't know if i can remove the 2.0.54 version ... and how i can start the 2.0.59 version by default
 
Just stick with your distribution's version and save yourself a lot of hassle... Just make sure that your distribution is not EOL and run your package manager regularly to stay up to date on security updates.
 
Back
Top