Apache version in XAMPP

apache-http-serverxampp

I'm trying to figure out which version of Apache is on the latests XAMPP builds ( 1.8.2-5 and 1.8.3-4 ).

I've checked the XAMPP website, tried googling the question and browsed through the folders on my XAMPP install to try to find a readme or something.

Best Answer

Run in command line

<xampp_dir>\apache\bin\httpd -v

It prints Apache version.

For example I had installed XAMPP to C:\Aplikace\xampp directory and type into Command Line

C:\Aplikace\xampp\apache\bin\httpd -v

that responsed

Apache version output