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 - rcschaff

Pages: 1 ... 15 16 [17] 18 19 ... 57
241
MySQL / Re: Problem Danger: MySQL - BAD CONFIGURATION DETECTED
« on: March 27, 2022, 06:38:01 PM »
Please run

sh /scripts/mysql_pwd_reset


242
CentOS-WebPanel GUI / Re: Captcha on admin login page
« on: March 26, 2022, 03:59:22 PM »
There is no Captcha, but here's what I do to secure my server.

Step 1:  Get a dynamic DNS address
Step 2:  add your dynamic DNS hostname to /etc/csf/csf.dyndns
Step 3:  Remove ports 2030,2031, 2086, 2087 from TCP_IN/TCP6_IN in /etc/csf/csf.conf

Restart the Firewall.

By being in the dyndns, you are able to bypass the firewall completely, so you have access to those ports, so they do not need to be open to the public.

243
MySQL / Re: Problem Danger: MySQL - BAD CONFIGURATION DETECTED
« on: March 26, 2022, 03:16:26 AM »
It seems like mariadb is running.  When exactly are you getting that error?

244
MySQL / Re: Problem Danger: MySQL - BAD CONFIGURATION DETECTED
« on: March 26, 2022, 01:24:42 AM »
please post the results of " journalctl -xeu mysqld "

Also, when you go into ssh, and run " mysql ", what does it say?

245
SSL / Re: SSL install when domain is not pointed to the server.
« on: March 26, 2022, 01:23:21 AM »
If the main server get's it's certificate from LE, you can "Deploy" the certificate to you backup CWP.  All depends on what program the main server uses to get a certificate.   CWP uses acme.sh

246
There are 2 options for PHP.  If you have Pro, there are 3.

1)  /admin/index.php?module=php_switch_v2
  -  Select new version (Or same version)
  -  Next page, select pgsql and/or pdo-pgsql

2)  admin/index.php?module=php_selector2
   - Use Select Options to enable the module before selecting a version and building

3) (Pro)  admin/index.php?module=php_selector3
   -  Select Options to enable modules before selecting versions and building

247
CentOS 7 Problems / Re: About blacklist UCEPROTECT
« on: March 23, 2022, 07:13:52 PM »
Ultimately, you have 3 options then.

1)  Contact the ISP, see if they have IP's in a different range.  Check the new ranges before requesting a change

2)  Use a 3rd party Mail Provider.

3)  Find a cheap VPS that has clean IP's to run your mail service

248
edit /etc/csf/csf.conf

Find TCP_OUT

set to 1:65535

find TCP6_OUT

set to 1:65535


csf -r  to restart firewall

249
sorry.  It's 

netstat -ln | grep 82

250
CentOS 7 Problems / Re: About blacklist UCEPROTECT
« on: March 22, 2022, 05:40:49 PM »
No offense mate, but you aren't tied to a specific region for choosing hosting providers.  I have Servers in the US, Lituania, UK, Peru, US, and Indonesia.  All of them have relatively the same latency from my base location in the US.

251
Ok.  Nginx:

ls -al /var/cache


Varnish
netstat -L | grep 82

252
FTP / Re: unable to connect via ftp
« on: March 22, 2022, 02:16:00 PM »
Is your Server behind a SEC-Group Firewall at the host?  IF so, the ports also need to be allowed there.

253
CentOS 7 Problems / Re: About blacklist UCEPROTECT
« on: March 22, 2022, 02:13:40 PM »
Because you are LEVEL2, my only recommendation is Run away from your Host and find a new one.

If they let spamming get that bad, your only going to find that it's a reoccurring issue.


If you have the ear of a gov't official, contact them.  Especially Attorney Generals.  Because what UCPROTECT and GOOGLE are both doing is highly illegal, but they are allowed to get away with it.

254
Please post the content of the following 2 commands


journalctl -xeu nginx
journalctl -xeu varnish

255
FTP / Re: unable to connect via ftp
« on: March 21, 2022, 07:55:27 AM »
Edit /etc/pure-ftpd/pure-ftpd.conf

change or enable:
PassivePortRange          30000 50000
ForcePassiveIP               (Your Server Global IP)

Edit /etc/csf/csf.conf
find TCP_IN and add 30000:50000
find TCP_OUT and add 30000:50000 (Unless you have 1:65535 already)
if you have ipv6:
find TCP6_IN and add 30000:50000
find TCP6_OUT and add 30000:50000

systemctl restart pure-ftpd
csf -r

Pages: 1 ... 15 16 [17] 18 19 ... 57