vhost and timings in access logs
Bug #2028051 reported by
Junien Fridrick
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Ubuntu Mirror Charm |
New
|
Undecided
|
Unassigned |
Bug Description
Hi,
apache2 access logs should be improved to give us more details about the requests.
I'm proposing the following :
LogIOTrackTTFB ON
CustomLog /var/log/
ErrorLog /var/log/
LogFormat "%V %h %p %u %t \"%r\" %>s %O \"%{Referer}i\" \"%{User-Agent}i\" %I %^FB %D" combined-port
And the following goaccess config should be dropped in ~ubuntu/.goaccessrc :
time-format %H:%M:%S
date-format %d/%b/%Y
log-format %V %h %^ %^ [%d:%t %^] \"%r\" %s %b \"%R\" \"%u\" %^ %^ %D
static-file .deb
To post a comment you must log in.
The vhost part is done. goaccessrc still needs to be done.