How To Find Apache Version Installed Linux Windows Server

Mobile
feeds
Welcome Login | Register

How To Find Apache Version Installed Linux Windows Server
Reply Your Comments:
Click this button if you are interested in replying to this topic and leave your comments
Sent To Friend
CLick this button if you want to send this page to a friend.
Subsribe To Rss Feeds
Subscribe to RSS
CLick this button if you want to subscribe to this RSS Feed. You can use your browsers feeds burners if you have mozilla or internet explorer 7 or higher and keep up with updates.
  Forums Index
      » General Errors Forums
        » » How To Find Apache Version Installed Linux Windows Server
How To Find Apache Version Installed Linux Windows Server
Post Description: how to find apache version installed linux windows server General Errors
Post Tags:
This Post Has Been Viewed 9998 Times Since Mon Jul 31, 2006 6:21 pm Author estabol with 14 replies
How To Find Apache Version Installed Linux Windows Server
Advertise On This Page




How can I find out which version of Apache I have installed in my Linux (or Windows) web server I leased from you?


Leave Your Comments

Your Name
Your Email Address (Will Not Be Published)
Notify Me When Someone Replies to this Page
(An email will be sent to you when someone replies to your comments)
Your Comments
Include A Picture with your comments
Share
| More
Share this page by putting this URL in your comments to other websites like myspace, Facebook, Twitter friendster, Hi5, Groups, Boards, Forum or others. Just Copy and Paste this Code
URL:
To embed this topic, just copy the code from the "Embed" box. Once you've copied the code, just paste it into your website or blog to embed it.
Embed:
BBCODE is use on forums. You can put this code on all your BBCODE enabled forums like PhpBB, vBulletin® and others. Just Copy and Paste this code on your Posts and Replies on your forums
BBCODE:
Subscribe Feeds
Webmasters - Exchange Links With Us. Add related websites to this topic
Add Link:
Links Related to : How To Find Apache Version Installed Linux Windows Server

Comments and replies About How To Find Apache Version Installed Linux Windows Server
:: 1 :: Reply #68 Reply By estabol On Mon Jul 31, 2006 6:24 pm
estabol:
You can find your Linux Apache version by login into your server through SSH and send the following command:


     Code:
httpd -v


If you want more information, please see this thread:
http://www.wallpaperama.com/forums/how-to-find-what-apache-version-is-installed-in-my-server-t24.html
:: 2 :: Reply #609 Reply By tom On Mon Feb 26, 2007 7:31 pm
tom:
thanks, this is a great way to get apache version installed linux shell command To check apache version give httpd -v command or type http://ip/xyz you will get apache version
:: 3 :: Reply #1562 Reply By Albert On Mon Apr 16, 2007 2:54 am
Albert:
displayed command not found when executing command"httpd -v"
:: 4 :: Reply #1569 Reply By estabol On Mon Apr 16, 2007 11:43 am
estabol:
what distribution are you using. I think command is good for fedora or redhat distributions?

you can also find out by creating a phpinfo.php file and it will show you what apache server version you have on your server:

phpinfo
:: 5 :: Reply #1832 Reply By Yusuf On Thu Apr 26, 2007 4:38 am
Yusuf:
Thanks!

Noticed that this command will work only if you are in the bin directory of apache
eg /XYZ/apache/bin
:: 6 :: Reply #11718 Reply By Rakesh On Fri Jul 20, 2007 2:59 am
Rakesh:
thanks but i want to know where the apache related folder placed and clearly about the execution of the apache server...

regards,
rakesh
:: 7 :: Reply #30120 Reply By samir On Sat Dec 01, 2007 9:56 pm
samir:
i ran "httpd -v" to check the apache version of my linux machine, but it did not work. it showed following:

httpd -v
-bash: httpd: command not found

could you tell me what is wrong and what is the solution?

thank you,

regards,

samir gandhi
:: 8 :: Reply #31336 Reply By david On Tue Dec 11, 2007 4:20 pm
david:
the path of the http command depends on your server.

for me it's

cd /usr/bin
./httpd -v

otherwise you can do what estabol recomended.

create a php file named "phpinfo.php" and put the phpinfo(); command in there.

php.about /od/learnphp/p/php_info.htm

:: 9 :: Reply #35534 Reply By bogati On Wed Jan 09, 2008 12:06 am
bogati:
thanks

it works to findout version.
:: 10 :: Reply #53059 Reply By Mojowen On Thu May 08, 2008 2:18 am
Mojowen:
thanks, both great suggestions
:: 11 :: Reply #84389 Reply By Paul On Tue Dec 02, 2008 7:56 am
Paul:
root at ***:/usr/local/apache/conf# apache2 -v
server version: apache/2.2.8 (ubuntu)
server built: jun 25 2008 13:54:13
:: 12 :: Reply #89023 Reply By Zaheer On Tue Jan 06, 2009 6:33 am
Zaheer:
you can find the apache version running on linux by typing the following command
httpd -v
:: 13 :: Reply #96603 Reply By Niket On Tue Mar 10, 2009 1:18 am
Niket:
paul blue commentr works for me, thanks a lot
:: 14 :: Reply #98289 Reply By sridhar On Thu Mar 26, 2009 1:01 am
sridhar:
hi all,
i want to set up svn subversion in my linux.
i have installed httpd rpm. but i did not get any apache2 folder to start apache. what i have to do.

please help me out. thanks in advance.
sridhar