zonemaster / Zonemaster-GUI--ARCHIVED-OLD-VERSION-NOT-TO-BE-USED

Archived old implementation of the the Zonemaster Web GUI - not to be used
Other
3 stars 11 forks source link

Errors found while testing debian #229

Closed sandoche2k closed 3 years ago

sandoche2k commented 6 years ago
/etc/apache2/sites-available$ /usr/sbin/apachectl configtest
AH00112: Warning: DocumentRoot [/var/www/html/zonemaster-web-gui/dist] does not exist
AH00526: Syntax error on line 14 of /etc/apache2/sites-enabled/zonemaster.conf:
Invalid command 'ProxyPass', perhaps misspelled or defined by a module not included in the server configuration
Action 'configtest' failed.
The Apache error log may have more information.
pamasse commented 6 years ago

Can you try this :

sudo a2enmod proxy
sudo a2enmod proxy_http
sudo systemctl restart apache2

Thx