ISPConfig
  • Hi,

    does anyone have any experience installing airtime (or campcaster) on an ISPConfig server.
    I'm installed both. Somehow airtime seems to break up the ISPConfig setup.
    It's Debian 6 (squeeze), ISPConfig 3.0.3.2 and then airtime 1.6.0.

    One of the issues is that squirrelmail (http://ip/webmail) defaults back to airtime.

    I would like to have airtime run in a subdomain (http://airtime.domain.tld).
    Any suggestions are welcome.

    Thanks.
    Ed
  • 2 Comments sorted by
  • Hi,

    after dabbling about a bit i got this right. If you use ISPConfig 3 in conjunction with Airtime (either 1.6.0 or 1.6.1) look out for the following.
    When you add a site you want to use for Airtime, ISPConfig automatically generates a file for it in the /etc/apache2/sites-available directory. It is called yournewsite.vhost.
    It also makes a link in the /etc/apache2/sites-enabled directory to the same file.
    When you follow the instructions on http://wiki.sourcefabric.org/display/CC/Installing+Airtime+(v1.6) or http://wiki.sourcefabric.org/display/CC/Installing+Airtime+% 28v1.6.1%29 and are about to configure the apache config file, do not create the file /etc/apache2/sites-available/airtime. Instead edit the yournewsite.vhost and replace the entire content with the code from the instruction page and customize that according to your needs.
    Make sure the 000-default file is removed from the /etc/apache2/sites-enabled directory and you should be good to go.

    Kind regards,
    Ed
  • This is not completely correct, as if you make any changes to your virtual host in ispconfig, the settings will be overriden. Alternatively, you can just create the apache config file as indicated in the airtime instructions and modify ServerName to airtime.domain.tld

    Note: You neither need to remove the 000-default
    Post edited by Xabier Arrabal at 2012-10-09 00:16:02