X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=doc%2FTroubleshooting.html;h=ed1c6f09fa1ae285346f37ff14eda53faefd140c;hb=fdf88d194874a533cf3a8de3d317d70018aa8a62;hp=00cfdff825600c9b31c8977aed10f19daa769fe3;hpb=6335a0fc0ce0c2f962333f0b4d6baac1671df901;p=github%2Fshaarli%2FShaarli.git diff --git a/doc/Troubleshooting.html b/doc/Troubleshooting.html index 00cfdff8..ed1c6f09 100644 --- a/doc/Troubleshooting.html +++ b/doc/Troubleshooting.html @@ -4,45 +4,69 @@ - Shaarli - Troubleshooting + Shaarli – Troubleshooting - +
@@ -105,6 +130,7 @@ code > span.er { color: #ff0000; font-weight: bold; }

network.http.referer.trimmingPolicy - trim the URI not to send a full Referer

Firefox, localhost and redirections

-

localhost is not a proper Fully Qualified Domain Name (FQDN); if Firefox has been set up to spoof referers, or anly accept requests from the same base domain/host, Shaarli redirections will not work properly.

+

localhost is not a proper Fully Qualified Domain Name (FQDN); if Firefox has been set up to spoof referers, or only accept requests from the same base domain/host, Shaarli redirections will not work properly.

To solve this, assign a local domain to your host, e.g.

127.0.0.1 localhost desktop localhost.lan
 ::1       localhost desktop localhost.lan
@@ -130,22 +156,24 @@ code > span.er { color: #ff0000; font-weight: bold; }

Login form is protected against brute force attacks: 4 failed logins will ban the IP address from login for 30 minutes. Banned IPs can still browse links.

To remove the current IP bans, delete the file data/ipbans.php

List of all login attempts

-

The file data/log.txt shows all logins (successful or failed) and bans/lifted bans.
Search for failed in this file to look for unauthorized login attempts.

+

The file data/log.txt shows all logins (successful or failed) and bans/lifted bans.
+Search for failed in this file to look for unauthorized login attempts.

Hosting problems

Old PHP versions

-
php 1
-SetEnv PHP_VER 5
+
<IfDefine Free>
+php56 1
+</IfDefine>
-
//list($status,$headers,$data) = getHTTP($url,4); // Short timeout to keep the application responsive.
+
//list($status,$headers,$data) = getHTTP($url,4); // Short timeout to keep the application responsive.
 // FIXME: Decode charset according to charset specified in either 1) HTTP response headers or 2) <head> in html 
-//if (strpos($status,'200 OK')) $title=html_extract_title($data);
+//if (strpos($status,'200 OK')) $title=html_extract_title($data);