How To Find Apache Version Installed Linux Windows Server

Mobile
feeds
Welcome Login | Register

How To Find Apache Version Installed Linux Windows Server
  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:
Post Tags: how, to, find, apache, version, installed, linux, windows, server, general errors, computer software error, free help, free technical support
This Post Has Been Viewed 8956 Times Since Mon Jul 31, 2006 6:21 pm Posted By estabol with 10 replies
How To Find Apache Version Installed Linux Windows Server
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






Share
URL:
You can use this HTML code to put it on your website to show your friends this wallpaper. Use this code on your profile like myspace, friendster, Facebook or others. Just Copy and Paste it in your HTML on your websites



Fourms BBCODE:
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





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
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
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
displayed command not found when executing command"httpd -v"
:: 4 :: Reply #1569 Reply By estabol On Mon Apr 16, 2007 11:43 am
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
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
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
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
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
thanks

it works to findout version.
:: 10 :: Reply #53059 Reply By Mojowen On Thu May 08, 2008 2:18 am
thanks, both great suggestions