How To Find Apache Version Installed Linux Windows Server
Post Description: how to find apache version installed linux windows server
how, to, find, apache, version, installed, linux, windows, server
This Post Has Been Viewed 19 Times Since Fri Feb 29, 2008 12:01 pm Posted By estabol with 12 replies
POST# 633
Posted On: Fri Feb 29, 2008 12:01 pm
Topic: 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?
Mon Jul 31, 2006 6:24 pm
1
estabol
Reply #1432
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
2
tom
Reply #1433
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
3
Albert
Reply #1434
displayed command not found when executing command"httpd -v"
Mon Apr 16, 2007 11:43 am
4
estabol
Reply #1435
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:

Thu Apr 26, 2007 4:38 am
5
Yusuf
Reply #1436
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
6
Rakesh
Reply #1437
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
7
samir
Reply #1438
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
8
david
Reply #1439
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
9
bogati
Reply #1440
thanks
it works to findout version.
Mon May 26, 2008 4:28 am
10
Uzair Khan
Reply #2038
thanks friend it works to findout version
Sun Nov 30, 2008 10:22 pm
11
Ariel
Reply #2183
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
12
Ariel
Reply #2184
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 /