vote up 1 vote down star

The subject says it all. is there a command for doing this?

flag

29% accept rate

3 Answers

vote up 3 vote down

Try apachectl -V:

$ apachectl -V
Server version: Apache/2.2.9 (Unix)
Server built:   Sep 18 2008 21:54:05
Server's Module Magic Number: 20051115:15
Server loaded:  APR 1.2.7, APR-Util 1.2.7
Compiled using: APR 1.2.7, APR-Util 1.2.7
... etc ...
link|flag
vote up 1 vote down

or, less directly, nmap -A localhost -p 80

link|flag
vote up 0 vote down

thx tgamblin. For me apachectl -V did not work, but apachectl fullstatus gave me my version.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.