• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • Support for BIND DNS has been removed from Plesk for Windows due to security and maintenance risks.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS.

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 http://autoinstall.plesk.com sarge/all Packages
Ign http://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