Essa é uma postagem no log de acesso, que por padrão é formatada assim:
LogFormat "%h %l %u %t \"%r\" %>s %b" common
Onde% b é o seu indescritível '172', o tamanho da resposta em bytes. veja este site.
navegando em logs de acesso, às vezes vejo
"POST / HTTP/1.0" 200
que deve ser OK
mas outras vezes vejo
"POST / HTTP/1.0" 200 172
O que significa o 172 ao lado de 200?
Além disso, vejo alguns com 7250 ou 44
Essa é uma postagem no log de acesso, que por padrão é formatada assim:
LogFormat "%h %l %u %t \"%r\" %>s %b" common
Onde% b é o seu indescritível '172', o tamanho da resposta em bytes. veja este site.
The last entry indicates the size of the object returned to the client, not including the response headers. If no content was returned to the client, this value will be "-".
De: link , Seção Formato de registro comum
De acordo com Ken Quon em este link :
For default Apache log files, that would be the size of the object (number of bytes) returned to the client, not including the response headers. If no content was returned to the client, this value will be "-".
Tags apache-2.2 http