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.


Messages - hill

Pages: 1 [2] 3 4
16
i think thats a feature request for cwp, overlooked by developers perhaps?

17
Postfix / Re: Outgoing mail stuck in postfix mail queue
« on: July 13, 2023, 11:35:46 PM »
tail the mail logs, that will tell you exactly why

18
Apache / Re: Change subdomain to domain
« on: July 13, 2023, 10:57:07 PM »
i think you need to backup files and db, create new account, restore and attach db

19
CentOS 7 Problems / Re: ModSecurity is currently disabled,
« on: July 13, 2023, 10:56:32 PM »
what are you trying to achieve?

20
Information / Re: CPU Usage Stats on Admin Panel
« on: July 13, 2023, 10:55:47 PM »
check mysql max connects and are you getting any specific error?

21
CSF Firewall / Re: I need Suggestion
« on: July 10, 2023, 10:34:19 PM »
Again, be careful of blanket blocks of CN -- Alibaba / Aliexpress vendors communicate directly from China. And Germany (DE) has a fair number of data centers that are critical infrastructure -- be careful of blocking bigger European countries for that reason (you could even cut yourself off from CWP ;)

customer visits alibaba, they either talk on wechat, directly on the website, or via email gmail or other

22
CSF Firewall / Re: How to Prevent CWP BruteForce?
« on: July 10, 2023, 10:33:10 PM »
ah ok i see, i prefer my customers using gsuite for reliable email delivery

23
CSF Firewall / Re: I need Suggestion
« on: July 10, 2023, 12:13:04 AM »
ive set mine to this, i get hits from many places around the world, these would have to be the top offending

CC_DENY = "CN,PK,NG,BD,IR,KZ,BY,MA,LT,DE"

24
CentOS 7 Problems / Re: Root login Error
« on: July 09, 2023, 11:15:10 PM »
Doh!

25
CentOS 7 Problems / Re: Firewall problem, need help
« on: July 09, 2023, 11:14:35 PM »
check the open ports for what your trying to access, if your trying to access cwp, make sure cwp ports added, by default these ports should be open

80 http
22 ssh
443 https
25 mail
23 dns
2031 cwp admin

# Allow incoming TCP ports
TCP_IN = "20,21,22,25,53,80,110,143,443,465,853,587,993,995,2030,2031,2082,2083,2086,2087,2095,2096"

# Allow outgoing TCP ports
TCP_OUT = "2703,20,21,22,25,53,80,110,113,443,2030,2031,2082,2083,2086,2087,2095,2096,853,587,993,995,2080,2443"

26
CSF Firewall / Re: How to Prevent CWP BruteForce?
« on: July 09, 2023, 10:28:47 PM »
Just note that your clients will then be unable to directly communicate with AliBaba/AliExpress vendors. I am now getting bounce messages and stuck messages in my queues after blocking CN.

wait.. it should block visitors from these locations .. communication will remain via other mediums

27
CSF Firewall / Re: How to Prevent CWP BruteForce?
« on: July 07, 2023, 07:18:18 AM »
i just block these .. "CN,PK,NG,BD,IR,KZ,BY"

28
You should look at the last lines of that website's log files:

access log: /usr/local/apache/domlogs/yourdomain.com.log
error log: /usr/local/apache/domlogs/yourdomain.com.error.log

Should give you a pretty good clue as to what's going wrong.

main page was giving 500 error but when going to wp-admin it shows database error, rebooted, no good, reset mysql password for this user account and then it was working fine.. i checked logs, nothing that stands out.. but i also noticed there were some modsecurity hits, can modsecurity lockdown a website from future attacks? is that what happened in my case, or could it be some sql injection that changed the users database password ?

29
Information / Re: Reduce server response time [Anyone Else?]
« on: July 06, 2023, 05:06:04 AM »
enable cache, chose a different server location, optimize your website code, and increase website resources

30
Restarted the server and still didn't work. Was only able to bring it back by resetting the mysql password for the website in question, which seems unusual .. any idea what you think might have caused it?

Pages: 1 [2] 3 4