Ajout section Géolocalisation manquante

This commit is contained in:
whirigoyen 2023-07-04 15:16:22 +02:00
parent 94a990edd9
commit 0e4474d615

View file

@ -157,7 +157,9 @@ ws-url wss://example.org:443/goaccess.ws/
~~~
# Erreur
# Erreurs
## `Fatal error has occurred`
~~~
Fatal error has occurred
@ -165,4 +167,14 @@ Error occured at: src/parser.c - parse_log - xxxx
No log format was found on your conf file.
~~~
Si cette erreur survient, il faut modifier le fichier de conf /etc/goaccess.conf pour décomenter les valeurs logformat correspondant.
Si cette erreur survient, il faut modifier le fichier de conf /etc/goaccess.conf pour décommenter les valeurs logformat correspondant.
## Géolocalisation manquante
Installer le paquet `geoip-database` :
~~~
# apt install geoip-database
~~~