Using Goaccess with OpenBSD’s httpd
Create the .goaccessrc file in the home directory of your user (probably root) and add to it
time-format %T
date-format %d/%b/%Y
log-format %v %h %^ %^ [%d:%t %^] "%r" %s %b
Goaccess should now work as expected and properly parse httpd’s log files.