Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Topics - russromei

Pages: [1]
1
Mod_Security / nginx mod-security block semrushbot
« on: December 05, 2022, 08:56:46 AM »
I'm trying to block crawlers and bots, specifically semrushbot
I am using centos on nginx
What path and file would I add this to?

SecRule REQUEST_HEADERS:User-Agent "@contains semrushbot" "id:'1000001',t:none,t:lowercase,deny,nolog,msg:'BAD BOT - Detected and Blocked. '"

DO I NEED THIS ONE?
SecRule REQUEST_HEADERS:User-Agent "@contains semrushbot/7" "id:'1000001',t:none,t:lowercase,deny,nolog,msg:'BAD BOT - Detected and Blocked. '"


2
CentOS Configuration / 403 error on facebook
« on: June 15, 2022, 08:49:16 PM »
I just migrated my shared cpanel account to my vps cwp pro account
I have a WP to FB autoposter plugin that now gets a 403 error on the FB post on the image request from my migrated site
I understand that this is a mod-secuity rules issue
Is there an easyway do disable the rule for facebook
Where is it and how do I disable it?

Thanks

Pages: [1]