Hi all I have Apache installed on win 2008 r2 servers. I belive some of them Apache 32 bit and some 64 bit. If I check under the registry services I see Apache/2.2.14 (Win64) and on other servers Apache/2.2.14 (Win32). so is this the right place to find the version? If I check mod_info, on some servers it is Server Version: Apache/2.2.14 (Win32) and Server Architecture: 64-bit So I am a little bit confuse...
To find the actual one that's running look at the process list in task manager. Then look at the properties of the exe file and it should tell you the version. Failing that the main error log file for Apache will show the version upon startup.