Wolfgang Reissenberger replied to the topic 'INDI with APACHE' in the forum. 3 years ago

There is indeed an option to integrate the INDI webmanager into apache.

First install the WSGI module for apache:

sudo apt install libapache2-mod-wsgi

Next copy indiweb.conf to /etc/apache2/sites-available and edit the paths inside the configuration file.

Please check also that the user configured there is the user that should run indiserver.

Now restart apache:
sudo systemctl restart apache2.service

HTH
Wolfgang

Read More...