Find http server version

What are the different ways to find http server version

Questions by kirankumar samudrala   answers by kirankumar samudrala

Showing Answers 1 - 9 of 9 Answers

Madhu

  • Feb 13th, 2014
 

./apachectl -v

  Was this answer useful?  Yes

srini

  • Apr 24th, 2014
 

Go to the installation directory of the Web server.
go to Httpserver/bin execute the command

windows : apache.exe -V

Linux : ./httpd -v

aix/solaris : ./apachectl -v

  Was this answer useful?  Yes

Dheeraj

  • Apr 28th, 2014
 

or
use ./versionInfor.sh in /HTTPServer/bin/

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions