update last version (php, apache ...)

yatoula

New member
Joined
Sep 7, 2009
Messages
138
Location
France (Metz)
Hello, I watched my DirectAdmin administration and I have options there for my server :
Apache 2.2.15
DirectAdmin 1.35.1
Exim 4.71
MySQL 5.1.34
Named 9.6
ProFTPd 1.3.2
sshd
dovecot 1.2.10
Php 5.2.13
When I look on the internet versions are not updated. How to upgrade php, apache etc. ...
For example for php 5.3.3 is the last (see here http://files.directadmin.com/services/customapache/ )

Thanks :rolleyes:
 
I used this topic for the last version ?
14. How to update everything what's needed?
Firstly, you need to run:
Code:

./build update

To fetch the latest versions file.

Run this if you want to look what updates are available:
Code:

./build versions

Run this if you want to update everything what's possible:
Code:

./build update_versions
 
Back
Top