Koozali.org: home of the SME Server
Obsolete Releases => SME Server 7.x => Topic started by: Bud on February 25, 2008, 07:24:43 PM
-
Hi Guys
Please Help - Noob Question :lol:
What do I need to do to show me what Veriosn of "mysql, php and apache is running on a SME 7.3 Server
Is there a Contrib that I can Install that will show me this or what script do I need to run that will show me this Info
Regards :?
-
Hey Bud!
Here's a useful site from the wiki
http://wiki.contribs.org/Useful_Commands#Generic_Linux (http://wiki.contribs.org/Useful_Commands#Generic_Linux)
There you can find
/usr/sbin/httpd -v
for Apache
and
mysql -v
for MySQL
And a google search brought this to light for php
php -v
Niklas