How To Find What Apache Version Is Installed In My Server



How To Find What Apache Version Is Installed In My Server
 (387) PHP Mysql Hosting
How To Find What Apache Version Is Installed In My Server
Post Description:
Post Tags: how, to, find, what, apache, version, is, installed, in, my, server
This Post Has Been Viewed 1665 Times Since Thu Jul 20, 2006 9:59 am Posted By toyer with 1 replies
Next Post »» How To Find Apache Version In Cpanel Hosting WHM Server
How To Find What Apache Version Is Installed In My Server
I have a question,

What is the command to use to find out which version of apache I am running on my server?

Leave Your Comments     [ dejar commentarios ]
  * Name     [nombre]

  * eMail (will not be published)     [coreo electronico]

* Enter Your Reply or Comments:    [commentarios]


Add Picture To Comments         [incluir foto]
YES NO             upload
Receive Replies on my Comments (An email will be sent to you when someone replies to your comments)

     

Comments and replies About How To Find What Apache Version Is Installed In My Server




:: 1 :: #10 - Reply By toyer On Thu Jul 20, 2006 10:03 am
To find out which version of apache you have installed in your dedicated server, run the following command:


     Code:
httpd -v


After you have executed the command above, you should see a message from the shell that looks similar to the one below:


     Code:
Server Version: Apache/2.0.54

Server built: May 23 2005 08:12:24


In my example above, I have Apache 2.0.54 installed on my server.

Hope this helps