How to get Apache,php and mysql versions on linux server
To get the apache version on Linux Server we have to use following command.
# /usr/local/apache/bin/httpd -v
To get the php version on Linux Server we have to use following command.
#php -v
you can get the php modules install on server with command #php -m
To get the mysql version on linux server we have to use following command.
#mysql -v

0 comments:
Post a Comment