I'm running a server which is on a subdomain listen.domain.com - I want to use the root directory for a Wordpress install - already had users complain that they got the Airtime login screen rather than a nice fluffy webpage, and it's not even officially 'live' yet.
Any idea of how I can run a webpage in the root of my domain and access Airtime elsewhere? The only way so far i've done this elsewhere is changing the port Airtime is on, everything else I've tried breaks. Badly...
Post edited by Tim RadioClash at 2013-03-05 00:04:49
Posts: 1,526Member, Administrator, Sourcefabric Team
You can use another host name for airtime installation (i.e. airtime.listen.domain.com) Primary host name listen.domain.com could be used for streaming. Icecast uses different port.
<Directory /usr/share/airtime/public> Options -Indexes FollowSymLinks MultiViews AllowOverride All Order allow,deny Allow from all </Directory> </VirtualHost>
Thing I'm already subdomained - listen.radioclash.com is the name of my server. So just checked airtime-vhost in sites-enabled and it's already exactly your example - only difference is the port, as I couldn't get airtime to go into a subfolder.
So I'd need to do something like 'airtime.listen.radioclash.com'?..hence the question about subfolders - wrecked the install at least once trying to do this, hence the temp port fix...safer.
Post edited by Tim RadioClash at 2013-03-23 14:26:19