Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
vaslabs authored Feb 23, 2017
1 parent 7a96d1c commit 2ac67bf
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,3 +31,14 @@ unzip 0.5.zip
cd 0.5
./install.sh
```
# Troubleshooting
There's bin a report about the cgi daemon not starting. The following commands solve the issue.
```
sudo a2dismod mpm_event
sudo a2enmod mpm_prefork
sudo service pi-web-agent restart
sudo a2enmod cgi
service pi-web-agent restart
```

0 comments on commit 2ac67bf

Please sign in to comment.