Closed sterne-jaeger closed 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
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