This is set in conf/VHost.xml. Comment out the HTTPServerVersion HTTPProvider for the port you desire. By default this is enabled on ports 1935, 443, 8086, but not port 80.
Or you can change the AuthenticationMethod of that HTTPProvider in the VHost.xml to “admin-basic” to require username and password, which you can provide like this:
I’ve removed the section and never found the version again But, since recently i’ve found the versioning again (Server: FlashCom/3.5.7). I believe it came back after upgrading from 2.x to 3.x. The Vhost.xml does not contain the HTTPServerVersion (the section is completely removed).
I think I was mistaking by the wowza version number you get if you put http://wowza-ip:1935 in your browser. That option can be disabled by the HTTPServerVersion.
Is there a way to make this more secure?
when I (or anybody else) perform a scan my Wowza server, it want it go give me a “forbidden” (403) or “not found” (404) by default. Any way to make this possible?
If you don’t want Wowza to listen on certain ports you can comment out the section in conf/VHost.xml. Or remave a particular port from the ports element. Or you can do something with your firewall.
This is set in conf/VHost.xml. Comment out the HTTPServerVersion HTTPProvider for the port you desire. By default this is enabled on ports 1935, 443, 8086, but not port 80.