VOISSES
As I stated before
"I think this is the answer you need
https://forum.sourcefabric.org/discussion/comment/30197#Comment_30197
basically what has change in 2.5.1 is that your airtime now uses https instead of http.
so if you have a firewall you.you need allow port 80 and 443
you need to configure the sites-available in your apache conf. if you have other sites on your server (document root var/www
here is a sample if you are pulling information from the api as schedule (whose document root is /var/www/schedule
<VirtualHost *:80>
ServerName http://yourhost
DocumentRoot /var/www/
#If you have a local server and a different directory
#ServerName localhost
# DocumentRoot /var/www/schedule/
</VirtualHost>
Restart your apache application
listen ports should be configured to 80 and 443 (already default by installation in ubuntu)
If you use other ports change to the applicable ports
This is a sample vhost,please put in directives to protect your directories as Daniel suggest here https://forum.sourcefabric.org/discussion/16806/i-need-help-setting-up-airtime-wbroadcaster
That suppose to be it
It looks like you're new here. If you want to get involved, click one of these buttons!