Running Airtime and Newscoop on the same server, need help configuring the apache.vhost.tpl
  • I installed Airtime first, and then installed Newscoop.
    The problem is the homepage defaults to the Airtime login page.
    I suspect this is an issue with the vhost setup in apache.vhost.tpl, as the first entry is <virtualhost *:80> and is directing all traffic to the airtime directory.
    Can anyone suggest a solution?
    Perhaps how I might be able to direct the airtime login page to something like http://mywebsite.com/airtime
    Thanks in advance.
  • 2 Comments sorted by
  • Vote Up0Vote Down Andrey PodshivalovAndrey Podshivalov
    Posts: 1,526Member, Administrator, Sourcefabric Team

    I installed Airtime first, and then installed Newscoop.
    The problem is the homepage defaults to the Airtime login page.
    I suspect this is an issue with the vhost setup in apache.vhost.tpl, as the first entry is <virtualhost *:80> and is directing all traffic to the airtime directory.
    Can anyone suggest a solution?

    you should define unique server name for airtime (eg airtime.domain.com) and for newscoop (eg www.domain.com). It's defined in ServerName parameter (see apache virtual hosts configuration (google it)


    Perhaps how I might be able to direct the airtime login page to something like http://mywebsite.com/airtime


    no chance. It isn't supported
  • Thanks for the prompt reply.
    I'll use your advice to resolve the issue.
    Cheers.