Wowza Community

Determine Apache Version

We have Apache Streaming Engine 4.7.6 running on one server, Windows Server 2012R2. How do I determine the version of Apache HTTP server for this?

There seems to be a solution here that works for people- let me know if it helps.

https://stackoverflow.com/questions/166607/how-do-i-find-the-version-of-apache-running-without-access-to-the-command-line/12110433

Well, “curl” returns info but not regarding apache http. Does my Windows hosted wowza streaming server even have apache http ? I see no mention of apache in the startup logs.

curl result: (no responses on other ports, like 80 and 443)

me@myMachine:~$ curl --head http://<myserver.mydomain.com>:8088 
HTTP/1.1 302 Found Server: Winstone Servlet Engine v1.0.5 
Location: http://<myserver.mydomain.com>:8088/enginemanager 
Content-Length: 0 
Connection: Keep-Alive 
Date: Wed, 12 Jun 2019 21:24:22 GMT 
X-Powered-By: Servlet/2.5 (Winstone/1.0.5)

Let me ask tech support for you…

Here is some clarification for you from our engineers @Dennis Flanagan:

We don’t include Apache webserver with Wowza instances that the customer can use as an actual webserver. There is a webserver that we use for the Wowza Manager.