How To Find Apache Version Installed Linux Windows Server
How To Find Apache Version Installed Linux Windows Server
How, To, Find, Apache, Version, Installed, Linux, Windows, Server


Fri Feb 29, 2008 12:01 pm - How To Find Apache Version Installed Linux Windows Server
#1095
How To Find Apache Version Installed Linux Windows Server
author: estabol
Leave Your Comments
name
comments
Share
Share this post by copy and paste this URL and put it on your forums or use it on your profile like myspace, friendster, Facebook, Twitter or others and add in with your comments.
URL Link: ask
Use this HTML code 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: ask
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 with Posts and Replies on your forums
BBCODE: ask
| More
Mon May 26, 2008 4:28 am - Re: How To Find Apache Version Installed Linux Windows Server
#1431
Uzair Khan
thanks friend it works to findout version
Mon Jul 31, 2006 6:24 pm - Re: How To Find Apache Version Installed Linux Windows Server
#1432
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
Mon Feb 26, 2007 7:31 pm - Re: How To Find Apache Version Installed Linux Windows Server
#1433
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
Mon Apr 16, 2007 2:54 am - Re: How To Find Apache Version Installed Linux Windows Server
#1434
Albert
displayed command not found when executing command"httpd -v"
Mon Apr 16, 2007 11:43 am - Re: How To Find Apache Version Installed Linux Windows Server
#1435
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
Thu Apr 26, 2007 4:38 am - Re: How To Find Apache Version Installed Linux Windows Server
#1436
Yusuf
Thanks!

Noticed that this command will work only if you are in the bin directory of apache
eg /XYZ/apache/bin
Fri Jul 20, 2007 2:59 am - Re: How To Find Apache Version Installed Linux Windows Server
#1437
Rakesh
thanks but i want to know where the apache related folder placed and clearly about the execution of the apache server...

regards,
rakesh
Sat Dec 01, 2007 9:56 pm - Re: How To Find Apache Version Installed Linux Windows Server
#1438
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
Tue Dec 11, 2007 4:20 pm - Re: How To Find Apache Version Installed Linux Windows Server
#1439
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

Wed Jan 09, 2008 12:06 am - Re: How To Find Apache Version Installed Linux Windows Server
#1440
bogati
thanks

it works to findout version.
Sun Nov 30, 2008 10:22 pm - Re: How To Find Apache Version Installed Linux Windows Server
#1441
Ariel
The easiest way to test a php pages is to use stand alone Apache server for Windows. Even a newbie php programmer can easily setup his/her website locally. just place the folder containing their webpages in the ApacheLitediskwwww (ex. mywebsite) and type localhost/mywebsite and it's all running

visit this website and download the ApacheLite Server. follow the link provided on the PHP or Joomla article

htt://myonline.webng /
Sun Nov 30, 2008 10:23 pm - Re: How To Find Apache Version Installed Linux Windows Server
#1442
Ariel
The easiest way to test a php pages is to use stand alone Apache server Windows. Even a newbie php programmer can easily setup his/her website locally. just place the folder containing their webpages in the ApacheLitediskwwww (ex. mywebsite) and type localhost/mywebsite and it's all running

visit this website and download the ApacheLite Server. follow the link provided on the PHP or Joomla article

myonline.webng /
Wed Oct 28, 2009 10:08 am - Re: How To Find Apache Version Installed Linux Windows Server
#2672
robert
actually, i needed a linux command to find what web server is installed