How to find Apache version in RedHat Linux
Problem Description
===================
How to find Apache version in RedHat Linux... Give me the path and let me know the version for Apache
Answer
----------------------------------
# httpd -v
Server version: Apache/2.0.52
Server built: Oct 16 2007 04:46:41
Or
# httpd -v
Server version: Apache/2.0.52
Server built: Oct 16 2007 04:46:41
How to find Apache version in RedHat Linux... Give me the path and let me know the version for Apache
Answer
----------------------------------
# httpd -v
Server version: Apache/2.0.52
Server built: Oct 16 2007 04:46:41
Or
# httpd -v
Server version: Apache/2.0.52
Server built: Oct 16 2007 04:46:41
0