diff --git a/docs/INSTALL.md b/docs/INSTALL.md index d230a56c..b663228a 100644 --- a/docs/INSTALL.md +++ b/docs/INSTALL.md @@ -125,7 +125,7 @@ block is not necessary 3.4 - Activate PHP ``` sudo lighttpd-enable-mod fastcgi-php - sudo service lighttpd force-reload + /etc/init.d/lighttpd restart ``` @@ -171,7 +171,7 @@ block is not necessary ``` sudo cp pialert/front/pialert_front.conf /etc/lighttpd/conf-available sudo ln -s ../conf-available/pialert_front.conf /etc/lighttpd/conf-enabled/pialert_front.conf - sudo service lighttpd force-reload + /etc/init.d/lighttpd restart ``` 5.4 - If you want to use email reporting with gmail diff --git a/docs/report_sample_1.html b/docs/report_sample_1.html index f9382d87..5d4f7dda 100644 --- a/docs/report_sample_1.html +++ b/docs/report_sample_1.html @@ -1,3 +1,12 @@ + + diff --git a/docs/report_sample_2.html b/docs/report_sample_2.html index b4d3968b..49c4a5be 100644 --- a/docs/report_sample_2.html +++ b/docs/report_sample_2.html @@ -1,3 +1,12 @@ + + diff --git a/install/pialert_front.conf b/install/pialert_front.conf index 7b4719d1..7f0b9ab9 100644 --- a/install/pialert_front.conf +++ b/install/pialert_front.conf @@ -1,11 +1,11 @@ - +# ------------------------------------------------------------------------------ $HTTP["host"] == "pi.alert" { server.document-root = "/var/www/html/pialert/" diff --git a/log/IP_changes.log b/log/IP_changes.log index e03687b1..c4d9297d 100644 --- a/log/IP_changes.log +++ b/log/IP_changes.log @@ -1 +1,10 @@ +#------------------------------------------------------------------------------- +# Pi.Alert +# Open Source Network Guard / WIFI & LAN intrusion detector +# +# IP_changes.log - Back module. Logfile for Internet IP changes +#------------------------------------------------------------------------------- +# Puche 2021 pi.alert.application@gmail.com GNU GPLv3 +#------------------------------------------------------------------------------- + 2021-01-01 00:00:00 0.0.0.0 diff --git a/log/report_output.html b/log/report_output.html index 6c3fcd82..ccd2a46b 100644 --- a/log/report_output.html +++ b/log/report_output.html @@ -1,3 +1,12 @@ + + diff --git a/tar/pialert_2.56.tar b/tar/pialert_2.56.tar index 45debe30..f5137c65 100644 Binary files a/tar/pialert_2.56.tar and b/tar/pialert_2.56.tar differ diff --git a/tar/pialert_latest.tar b/tar/pialert_latest.tar index 45debe30..f5137c65 100644 Binary files a/tar/pialert_latest.tar and b/tar/pialert_latest.tar differ