knro / indiwebmanager

Web Manager for INDI Server
http://www.indilib.org
GNU Lesser General Public License v2.1
44 stars 35 forks source link

option for integration into Apache using mod_wsgi #19

Closed sterne-jaeger closed 6 years ago

sterne-jaeger commented 6 years ago

With this change it is possible to integrate the indiwebmanager into an Apache web server.

This requires that the mod_wsgi module is installed for Apache (libapache2-mod-wsgi-py3 for python3 or libapache2-mod-wsgi for python2.7)

For enabling indiwebmanager, copy indiweb.conf into /etc/apache2/sites-available, adapt the python path and enable the new site.

After reloading Apache, the indiwebmanager will be available under http://localhost:8080/

Cheers Wolfgang