This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| zoneminder [2021/07/12 23:53] – vissie | zoneminder [2021/09/15 03:57] (current) – vissie | ||
|---|---|---|---|
| Line 7: | Line 7: | ||
| # Read, but basicly say Yes to everything | # Read, but basicly say Yes to everything | ||
| sudo systemctl restart mysql | sudo systemctl restart mysql | ||
| - | Locate | + | |
| - | cgi.fix_pathinfo=0 | + | sudo vim / |
| + | Locate cgi.fix_pathinfo=1 and change to 0 and un-comment the line: | ||
| + | cgi.fix_pathinfo=0 | ||
| sudo systemctl restart php7.3-fpm | sudo systemctl restart php7.3-fpm | ||
| sudo vim / | sudo vim / | ||
| Add the following line to the end of the file | Add the following line to the end of the file | ||
| - | deb https:// | + | deb https:// |
| + | or | ||
| + | deb https:// | ||
| + | | ||
| wget -O - https:// | wget -O - https:// | ||
| sudo apt update | sudo apt update | ||