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
0
votes
1 answer

Httpd access log filled with brute force attack from localhost

The last weeks I have more incoming than outgoing traffic, and when I look at my access log I get more than 100.000 of these requests per hour. Because the ip-address is from localhost I have no idea how to block this attack. 127.0.0.1 - -…
Johan
  • 81
  • 1
  • 2
  • 5
0
votes
1 answer

amazon s3 access log files incorrect value »bytes sent«

analyzing our S3 access log files I have noticed that the value of the »data transfer out per month« in the S3 access log files (S3stat and own log file analysis) is strongly different from the values in your bills. Now I have made a test…
0
votes
1 answer

insert multi request in nginx by one request

i'm android developer and my application request to my server download a file Log.d("SBP", f_url[0]); URL url = new URL(f_url[0]); URLConnection conection = url.openConnection(); in debuge show one request but in server when i open access.log i…
0
votes
1 answer

Raw Access Logs File Too Big to Open

My raw access logs file is 420 MB and when I try to open, the program says it is too big and can't open it. I tried opening it with notepad, notepad++ and Excel, and none of them could open it. And the file is only for 3 days worth of logs. How can…
Angelo Rodriguez
  • 127
  • 2
  • 14
0
votes
1 answer

Access log written in a file in restlet server

In restlet server, Application logs written correctly in file, for access logs file created, but logs not stored in that file. My logging.properties…
Rajavelu
  • 35
  • 1
  • 6
0
votes
1 answer

Apache Access Log - Security Concerns

My server is in the US - the statistics/logs/access_log.processed for my website show access from RU 94.181.76.169 via a referring webpage http:// artefakct .com/new-products IP 93.171.133.245 (Kazakhstan) a few minutes later a similar set of…
0
votes
0 answers

AccessLogValve - Birt - log posted report parametrs in tomcat

are there any possibility using tomcat accesslogvalve to log what is posted as parameters to birt under tomcat. Using standard pattern dont give me results. the expected result i wanted is with what user post as parameters with this report actual…
Khaled_Jamel
  • 101
  • 2
  • 9
0
votes
1 answer

Apache Access Log into Regular expression

Hi is there someone here who can help me to convert the this apache access_log into regex format like this one? /^\w\w\w \d\d? \d\d:\d\d:\d\d\s(\S+)\s(\S+)\s(\d+\.\d+\.\d+\.\d+)\s-\s-\s\[([^\[]+)\] "(\S+) (.*?) (\S+)\/\S+" (\d+) (\d+) "(.*?)"…
0
votes
1 answer

number of requests in apache access_log

I am trying to find the number of requests in the apache access_log. That is, some unix command that will return the number of requests. Thanks!
Chris Bolton
  • 2,162
  • 4
  • 36
  • 75
0
votes
1 answer

When access log is written?

My client sends 12 requests(nothing could be wrong since they are very similiar) through loop to a Servlet on the server(Tomcat). When I see the app server access log, I only see 8 of them. I am not sure if the client sent all requests to the…
user3123690
  • 1,053
  • 5
  • 17
  • 27
0
votes
1 answer

tomcat 7 jdbc access log valve not working

Hi I am trying to use db for access logging in my tomcat application. I followed tomcat documentation. https://tomcat.apache.org/tomcat-7.0-doc/api/org/apache/catalina/valves/JDBCAccessLogValve.html The server seems to boot up fine but I don't see…
amrk7
  • 1,194
  • 5
  • 13
  • 33
0
votes
0 answers

Log the IP address of incoming requests in server.log file in GlassFish

I want to log the IP address of incoming requests to my GlassFish's log. After doing some research, I found out how. But the problem here is that I learned how to log it in the access-log file. Is there any way to log the IP address in the…
SHA33
  • 115
  • 9
0
votes
1 answer

Disable logging through ini_set() in PHP?

I would like to disable logging (access_log and error_log) on my server. Is this possible through the function ini_set()? If it is, how do you do it?
Viktor Svensson
  • 755
  • 3
  • 17
0
votes
1 answer

Squid Proxy access_log

I have successfully run SQUID Proxy. My question is, why does my logs showing a date if 2002** (ex. 20020403.gz) ? When I have just installed SQUID Proxy 2months ago.. so it should show something like 2014** (ex. 20140114.gz). Please help. Thanks! …
upbeta01
  • 21
  • 1
  • 5
0
votes
1 answer

Httpd Access Log shows strange bingbot

i have a server set up in the cloud (ec2) the hosts all of my WordPress sites. i noticed today that the site were getting hit by a hack.. 109.87.118.222 - - [16/Oct/2013:13:10:31 -0400] "POST /wp-login.php HTTP/1.0" 200 3954…
JD Vangsness
  • 697
  • 3
  • 10
  • 27
1 2 3
15
16