Quote:
Originally Posted by Matrix
Is there any type of script that can be installed on your servers that will tell you exactly what software that they are running?
Like what operating system/version, mySQL version, PHP etc?
I went to www.netcraft.com but would like to install a script that is more detailed.
Thanks
|
If you connect to your box via SSH, means it is linux and Remote Desktop Connection means Windows.
For Linux:
rpm -qa : list out all the software.
httpd -v : list your apache version
mysql --version : list your mysql version
php -v : list your PHP version