Questions tagged [logs]
The logs tag has no summary.
19 questions
0 votes
1 answer
40 views
Apache: prime SSL cache or rotatelog?
I found myself in a situation again. And we know google is in love with pages that load fast. Since I run a server with apache and Cpanel, I configured it to rotate apache logs every 24 hours (thats ...
1 vote
1 answer
124 views
Requests from a specific older version of Firefox distributed across many Google and Cloudflare IP addresses
I've been getting thousands of requests each day from a specific user agent, Mozilla/5.0 (Macintosh; Intel Mac OS X 10.10; rv:38.0) Gecko/20100101 Firefox/38.0. They're all from different IP addresses ...
1 vote
1 answer
47 views
When does CPanel discard last months logs? Is the last day of the month properly processed?
I've got a website on shared hosting under CPanel 86.0.21. Under Metrics/"Raw access", there's a checkbox to enable discarding previous month's logs. How does that work, exactly? The log ...
0 votes
0 answers
647 views
How do I create a custom Apache log (with just htaccess files) that logs filenames (and paths)?
I have 1and1 shared hosting (for better or worse) and Apache configuration is done via htaccess files - no access to configuration files is provided. I want to create a custom log to log accesses to ...
1 vote
1 answer
753 views
Why would a user agent string contain both "Samsung" and "AppleWebKit"?
Investigating an issue on a website, I see an entry in the Apache log with this User Agent setting: Mozilla/5.0 (Linux; Android 8.0.0; SAMSUNG SM-G955U Build/R16NW) AppleWebKit/537.36 (KHTML, like ...
2 votes
0 answers
341 views
Google Proxy IP's in my company website access log from company user
For whatever strange reason, a user within my company has requests proxied through google proxy servers to our company website.. Instead of her requests coming from office ip to our website, its ...
3 votes
1 answer
1k views
Strange Bingbot hits in my website access logs
I'm seeing many hits to my site recently in the access logs and I'm not sure what to do with them. The pages they are trying to reach do not exist and they say they are coming from Bingbot, but I don'...
3 votes
3 answers
1k views
Should an IP be automatically blacklisted for a given timeframe after so many bad requests within a minute?
This seemed like the best site to ask this question based on the tour so here goes. I have a WordPress blog site that I've developed a custom theme for and when someone lands on the 404.php file from ...
1 vote
0 answers
79 views
How To View Search Landing Pages In AWStats Or CPanel Log Analyzer [closed]
I understand that AWStats shows landing pages and search phrases separately. Also, it will show the number of visits from search engines: I'm looking for a script or some way to customize the data so ...
2 votes
1 answer
6k views
How log rotation is done in Tomcat for access logs
How log rotation is done in Tomcat ie catalina.out and access.out ? We can logrotate for catalina.out : # vim /etc/logrotate.d/tomcat7 /var/log/tomcat7/catalina.out { copytruncate daily # ...
1 vote
1 answer
254 views
What is this bot in server logs?
Noticed this bot in the top ten bots in the server logs: dwbot Coming from the United States. Does any one have any idea what it is?
3 votes
2 answers
3k views
Find domain on access_logs in Apache
I am in charge of a server that is receiving strange requests for a file that doesn't exist and it never existed and I am trying to find which account they are coming from (CentOS + Plesk) The logs ...
1 vote
2 answers
115 views
Can I limit content scrapers by counting the number of hits from an IP?
I would like to ban aggressive scrapers that access x number of pages in an hour, say 1000. I plan to implement such a check via fail2ban and count the hits from the same ip via access logs. Should I ...
2 votes
2 answers
125 views
What is the proper way to indicate that my site doesn't have an RSS feed?
I have a website that is showing that there are attempts to access /rss in my server logs, but we don't have an RSS feed. What is the best way to show that there is no RSS feed for my site? Should I ...
1 vote
1 answer
359 views
How to analyze aggresive Google ad clicks using Apache logs
Last week I received email from Google that they are blocking my AdSense account because they traced extensive ad clicks and asked to provide the server logs for further assessment. I have sent them ...