FS#51760 - [goaccess] 1.1-1 html report can't be generated

Attached to Project: Community Packages
Opened by amine (aminomaboul) - Wednesday, 09 November 2016, 09:24 GMT
Last edited by Doug Newgard (Scimmia) - Friday, 11 November 2016, 13:34 GMT
Task Type Bug Report
Category Packages
Status Closed
Assigned To Felix Yan (felixonmars)
Architecture x86_64
Severity High
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Description:
there is a problem with interpreting the date format data of the access_log file for Apache server
for example [08/Sept/2016] doesn't match the format within the conf file "date-format %d/%b/%Y"
which was correct in the previous version goaccess 1.0.2-1
changing the date format in the conf file doesn't fix the bug !


Additional info:
goaccess 1.1-1 added 2016-11-08
config file /etc/goaccess.conf


Steps to reproduce:
goaccess -f /opt/lampp/logs/access_log -a -o report.html
This task depends upon

Closed by  Doug Newgard (Scimmia)
Friday, 11 November 2016, 13:34 GMT
Reason for closing:  Not a bug
Comment by amine (aminomaboul) - Friday, 11 November 2016, 08:53 GMT
from gerardo:

I see, you are using the wrong format. You need to use "Common Log
Format (CLF)" or %h %^[%d:%t %^] "%r" %s %b

The parser is more strict now since it attempts to give hints where it failed.

----------------------------

this fix the problem

Loading...