Core software DirectAdmin installs needs to be kept up to date all the time. To do this, you as the user or server administrator needs to know which version of the software you've got. Here's just a quick list of what software DirectAdmin by default installs:
- Apache
- PHP
- phpMyAdmin
- MySQL
- Exim
- vm-pop3d
- ProFTPD
Then here's a list of what you should have on your server too:
- OpenSSL
- OpenSSH
- ClamAV
- SpamAssassin
Now, I'm going to list the commands to find out what version of the software is currently installed.
Apache
httpd -v
PHP
php -v
or
/usr/local/bin/php -v
For
phpMyAdmin, just login to whereever your phpMyAdmin directory is stored on your server and the version is next to the text
'phpMyAdmin'.
MySQL
mysql -V
Exim
exim -bV
vm-pop3d
vm-pop3d -v
ProFTPD
proftpd -v
OpenSSL
openssl version
OpenSSH
sshd -v
ClamAV
clamd --version
SpamAssassin
spamd -V
Just a quick reference.
SOCIAL BOOKMARK -
Posted by Steven Sullivan on 2nd June, 2007 - 18:44:00 GMT
There are no comments. Why not be the first to comment?