The tag has no wiki summary.

learn more… | top users | synonyms

1
vote
1answer
41 views

How to log a request to apache access log if it's cached by Varnish

I have a service based on parsing apache access logs, so I need to log there even when Vanish is turned on. No I just simply tell Varnish to do not cache specific urls: if (req.url ~ "(foo|bar)") ...
1
vote
1answer
22 views

Nginx keeps logging on main access_log

I have setup nginx in my server as a reverse proxy to haproxy. I have configured my own log_format and assigned it to every virtual host I have. However I have not turned off main access_log in ...
0
votes
1answer
34 views

Server responce 200 to url that does not exist

I have such records in my Apache 2.2 one of the virtual hosts access_log file: GET /index.php/image-gallery/animals/57-wobbegone?c=2&s=8&p=384&l=ru HTTP/1.1" 200 19549 "-" "Mozilla/5.0 ...
0
votes
0answers
41 views

Random Encoding in nginx access_log

I have a ton of weird requests in my VM's nginx access log. They all look something like this: 10.0.2.2 - - [14/Feb/2013:17:20:29 -0600] ...
0
votes
0answers
23 views

tomcat access-log buffering ends with broken line

What could be the reason, that the AccessLogValve of tomcat is not writing the complete lines whenever the buffer is flushed? The last line always looks like this: nnn.nnn.nnn.nnn ...