LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - General (https://www.linuxquestions.org/questions/linux-general-1/)
-   -   How do i find out which versin of Apache is installed (https://www.linuxquestions.org/questions/linux-general-1/how-do-i-find-out-which-versin-of-apache-is-installed-23405/)

Harish_f 06-14-2002 07:53 AM

How do i find out which versin of Apache is installed
 
Dear all,
I have installed redhat linux7.2 with apache.
Now I need to find out which version of apache is installed in that machine.



Hope, I will get help

thanks for advance

Regards
Harish

neo77777 06-14-2002 08:03 AM

the quick and dirty method is
rpm -qa|grep apache
if you've started a webserver, and if you go to http://yourmachinename: port you should see the welcome page and along those lines you'll find the version of apache installed, if it's not there just point your browser to non-existent directory like http://yourmachinename: port/paris/s...e/it/was/there
and it should return you a page not found, at the bottom there is in italic would be the apache server version

Harish_f 06-14-2002 08:33 AM

I have tried. But no use..

I am not able to find out version


All times are GMT -5. The time now is 10:35 PM.