Questions tagged [access-log]

A list of all the requests for individual files that people have requested from a Web site. The server access log records all requests processed by the server.

238 questions
1
vote
1 answer

Apache Redhat list how many times /foo/ was hit from command line

so far I have not been able to find an answer online or in any book. I would like to count how many times /foo/ was hit on my site. If anyone could help, Thank you!
ThomasC
  • 97
  • 1
  • 11
1
vote
0 answers

How to count with regex in mongodb?

Let's say I have a collection whose documents looks like access log, something like { "_id" : ObjectId("599bd2ee7e50996104f2bc3e"), "requesting_user" : "-", "method" : "GET", "size" : 0, "remote_ip" : "49.35.22.166", …
Sigma
  • 742
  • 2
  • 9
  • 24
1
vote
0 answers

Received weird request URL in my TOMCAT access logs

I have received some weird request URL in my TOMCAT access logs. which is as follows:- \x16\x03\x01\x01\"\x01" 200 40788 as clearly seen from above log, the server has given 200(success) response to the client(the one who is accessing above URL…
Pawan Patil
  • 1,067
  • 5
  • 20
  • 46
1
vote
1 answer

Apache access log, strange post requests

Getting lot strange requests in my access log: ip login:"-" - - [24/May/2017:01:26:30 +0700] "POST /3A348409-DD98-D443-96A4-D712F51D8B11/D89B1EDB-4CED-D145-9246-16243451D23D/from HTTP/1.0" 404 1346 Time:"2s" pid:23050 Mem:"2097152 ip login:"-" - -…
SLY
  • 525
  • 2
  • 11
  • 24
1
vote
0 answers

Nginx: What are the formats that access_log supports?

I am searching that. I saw that some of them are main or combined, but I want to know the complete ist of them, if it is possible. I visit webs like http://nginx.org/en/docs/http/ngx_http_log_module.html#access_log and…
nmarmon
  • 127
  • 1
  • 1
  • 7
1
vote
1 answer

tomcat access log get my eth0 ip?

This is my…
Betterc
  • 11
  • 1
1
vote
1 answer

Is the latency in Jetty Access Logs measured in milliseconds by default?

I'm pretty new to Jetty and have a new web service to maintain. The access logs appear to use the default configuration and have lines like like the following one. 0:0:0:0:0:0:0:1 - - [19/Dec/2016:21:35:20 +0000] "GET…
entpnerd
  • 10,049
  • 8
  • 47
  • 68
1
vote
0 answers

How is request_processing_time measured?

Here request_processing_time is defined as "The total time elapsed, in seconds, from the time the load balancer received the request until the time it sent it to a registered instance." But i cant figure it out 1) how is this time measured. …
1
vote
1 answer

Intermittent Internal Server Error on Wordpress

I am at a bit of a loss. I am getting an intermittent internal server error. It is a WordPress site. I have already upped the php memory limit and replaced the .htaccess. I haven't updated or edited any plugins lately. I need help tracking this…
theRyanMark
  • 700
  • 6
  • 14
1
vote
1 answer

wildfly-8.2.0.Final is not creating proper access-logs

I am using wildfly-8.2.0.Final in that I have made following configuration in the Standalone.xml.
 Standalone.xml  
    

    

        
            
        
Jacob
  • 11
  • 3
1
vote
1 answer

How write access logger for Netty in Playframework 2.4?

My employer uses Playframework 2.4, which uses Netty as it's HTTP handler. In the application I'm working on, the server rejects some client POSTs (no request body) with an HTTP 400 error. If I POST the same URL from my REST client, it succeeds. …
devdanke
  • 1,309
  • 15
  • 27
1
vote
0 answers

Apache Access Logs: Can we configure what NOT to log?

My Apache (Linux/CentOS) is behind a load balancer (AWS ELB). So in my Apache access_log, there are tons of useless logs, like: - - - [13/Jan/2016:23:38:02 +0800] "GET / HTTP/1.1" 200 16 "-" "ELB-HealthChecker/1.0" - - - [13/Jan/2016:23:42:39…
夏期劇場
  • 17,821
  • 44
  • 135
  • 217
1
vote
1 answer

Nginx location or map to disable access log for specific GET argument

I've been trying to filter out a bunch of lines from the nginx access log. These lines contain a specific parameter, so I thought it would be easy to filter them out. Examples of the…
Guillaume
  • 11
  • 1
  • 5
1
vote
2 answers

WildFly 9 Access Logging

I am trying to set up access logging using WildFly 9 in Domain mode. I have found a few resources which suggest using something like this in the domain.xml file:
Andrew Arias
  • 213
  • 4
  • 11
1
vote
0 answers

local apache server shows foreign ip addresses

the thing that bothers me is that I've set up a local apache server with xampp and in the access log I see foreign IP addresses with irrelevant for my server get requests and I don't know why or how they try to access my server. I'd be really happy…