all are working well apparently, airtime-check returns all ok, and in web ui streams are connection...but after changing port for airtime no stream is working and "on air" is off.
and after searching seems that I should change the ports in /etc/airtime/liquidsoap.cfg, but I have no such file, would appreciate a help.
Thank you
Thanks for the responses, Martin I was not aware about changing the port in the api_client.cfg , so I did change it there too, and rebooted, but it didn't help, what else should I check.
sorry Andrey, I forgot to mention that I changed the port at the vhost and added the port to ports.conf in apache2 and added the rule in ufw in my ubuntu.
thank you all for you cooperation, waiting your reply
Update: I disabled the default site on apache ( 000_default ) then all worked fine, the default is listening to port 80, didn't think it would effect, here is the default site vhost:
<VirtualHost *:80>
ServerAdmin webmaster@localhost
DocumentRoot /var/www
<Directory />
Options FollowSymLinks
AllowOverride None
</Directory>
<Directory /var/www/>
Options Indexes FollowSymLinks MultiViews
AllowOverride None
Order allow,deny
allow from all
</Directory>
</VirtualHost>
what should I do to have the default working without interfering, thank you
here is the airtime vhost James:
<VirtualHost *:8443>
ServerName stream.*domain*.org
#ServerAlias localhost
ServerAdmin sysradio@*domain*.org
DocumentRoot /usr/share/airtime/public
DirectoryIndex index.php
SetEnv APPLICATION_ENV "production"
<Directory /usr/share/airtime/public>
Options -Indexes FollowSymLinks MultiViews
AllowOverride All
Order allow,deny
Allow from all
</Directory>
</VirtualHost>
It looks like you're new here. If you want to get involved, click one of these buttons!