Hello all,
I don't find here , I wonder how to have several airtimes on one ubuntu server.
Tell me if I am wrong :
- in apache config add ports in /etc/apache/ports
- add one user per airtime ( it is for 2 different webradio ) airtime1 and airtime2
- add both /etc/apache2/available-site airtime1 and artime2 setting ports in virtualHost item
- in each users home :
* unzip airtime instal
* set correct ports in application/configuration/conf.php
* run install
The only thing I don't understand is how set different entry point in icecast configuration ?
Posts: 1,526Member, Administrator, Sourcefabric Team
hi,
several airtime instance installation on one server is possible only if you
use any virtualization environment (kvm, xen, openvz, lxc etc)
There isn't any problem to install airtime php stuff on same apache server
but there are also python services which are dedicated per server.
It will be resolved in future releases.
I apologize for this off-topic but just a tip for fafa. You can use nginx instead of apache since it's much faster and tinier than the big apache. I think it's still working fine for me with nginx.