From 7b008b7a8e2674824b1c0e20b34572ef8d28fb34 Mon Sep 17 00:00:00 2001 From: Vasilis Nicolaou Date: Thu, 18 Mar 2021 08:23:01 +0000 Subject: [PATCH] Update README.md Added troubleshooting after testing on new raspbian with RPI 4 --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index 4bc85d7f..77e23d71 100644 --- a/README.md +++ b/README.md @@ -42,3 +42,13 @@ sudo a2enmod cgi service pi-web-agent restart ``` + +Installation not working: +- a2dismod not found: +``` +sudo apt-get install apache2 +``` + +- Due to a comment in Apache config: +Open the file and remove the comment on line 42 +