File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -79,11 +79,11 @@ HTML and JSON exports for the TYPO3 extension can be generated from Apache logs
7979
8080
8181 usr/bin/zcat --force /var/log/apache2/access_example.org.log* | \ # You usually want to parse rotated and gzipped logs as well.
82- /usr/bin/goaccess -
82+ /usr/bin/goaccess - \
8383 -o goaccess.html -o goaccess.json \ # Export processed metrics as html and json.
8484 --log-format=COMBINED \ # Apache Combined Log Format. Custom log formats are supported, too.
8585 --ignore-crawlers \ # Ignore web crawlers.
86- --exclude-ip ::1 --exclude-ip 127.0.0.1 \ # Exclude status checks originating from local ip addresses.
86+ --exclude-ip ::1 --exclude-ip 127.0.0.1 # Exclude status checks originating from local ip addresses.
8787
8888 To refresh these files periodically, you might use a cronjob, e.g.:
8989
You can’t perform that action at this time.
0 commit comments