domainerq
- Total activity 18
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 4
Activity overview
Latest activity by domainerq-
domainerq commented,
Yes, it is a wordpress site. Initially i was thinking that could be some kind of attack. but it seems that is happening because i am using video servers for streaming. Thanks for your suggestions.
-
domainerq commented,
It's a entry in my Apache access logs. there are severals requests (from the visitors) with that patern. I don't understand why...
-
domainerq commented,
I am analyzing logs ,using the following commands has been enough . cat access.log | awk '{print $1 "->" $4"->" $6 " " $7}' | sort $1 cat access.log| awk '{print $1 " -> " $4" -> " $6 " " $7}' | g...
-
domainerq created a post,
Request get - with weird information
Hello, i am getting a lot of this information in my "get" request. This is the real url: " GET /word1-word2-word3/" (domain.com/word1-word2-word3/) 133.133.x.16 -> [08/Mar/2017:00:39:20 -> "GET...
-
domainerq created a post,
NETSTAT not showing real IPs using Cloudflare
Hello, I am using cloudflare ( I have configured apache in order to see the visitor's real ip in the log), and everything is working fine. I want to discard that my server is receiving DDOS attac...
-
domainerq commented,
I have solved the problem! i forgot to configure the LogFormat.
-
domainerq created a post,
Visitor IPs in Logs using cloudflare
Hello, i am trying to get in Cpanel log the real ip of my visitor, but for some reason, that's not working. I have installed - CENTOS 6.8 x86_64 / WHM 62.0 / easyapache 4 Here the steps that i ...
-
domainerq commented,
Ok, voy a probar con Engintron . Muchas gracias por el apoyo brindado.
-
domainerq commented,
Hello, thanks for the information, but i still have the problem. I know this is not a forum about nginx, but i would apreciate a final help. I am using Cpnginx. I did the following steps to inst...
-
domainerq commented,
I have added mod_cloudflare and rebuild the profile on easy apache, but the problem still persist.