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.
151
Installation / Re: failure to install cwp pro api configuration and softaculous
« on: August 08, 2024, 05:40:42 PM »
Softaculous can be installed & activated under Script Installers -> Softaculous
It's a real simple & fast process.
--
Could you please advise of the following:
What 'errors' and/or 'messages' are being displayed in the logs?
What distro are you are you running CWP on?
VPS or Dedicated?
Public or NAT?
Specs?
It's a real simple & fast process.
--
Could you please advise of the following:
What 'errors' and/or 'messages' are being displayed in the logs?
What distro are you are you running CWP on?
VPS or Dedicated?
Public or NAT?
Specs?
152
PHP / Changes to PHP.ini not showing in WordPress
« on: August 07, 2024, 08:38:34 PM »
@overseer, don't know if you have seen this.
Changed my memory_limit = from 512M to 640M, but WordPress is still seeing the old settings.
Have restarted Apache, and cleared any cache, but isn't updating.
Keep getting email saying it exceeded the virtual memory size 512 (MB)
Ever seen anything like that?
On:
AlmaLinux 8.10
CWP 0.9.8.1181
PHP 8.2.21
Changed my memory_limit = from 512M to 640M, but WordPress is still seeing the old settings.
Have restarted Apache, and cleared any cache, but isn't updating.
Keep getting email saying it exceeded the virtual memory size 512 (MB)
Ever seen anything like that?
On:
AlmaLinux 8.10
CWP 0.9.8.1181
PHP 8.2.21
153
CentOS 9 Problems / Re: I have some serious problems
« on: August 07, 2024, 07:59:09 PM »
That's good news.
Now make a snapshot, and upgrade Apache to 2.4.62 that fixes ALOT of CVE's.
CWP also installs MariaDB, not MySQL.
You might want to upgrade that also to the latest LTS, which is 10.11 (Current is 10.11.
Now make a snapshot, and upgrade Apache to 2.4.62 that fixes ALOT of CVE's.
CWP also installs MariaDB, not MySQL.
You might want to upgrade that also to the latest LTS, which is 10.11 (Current is 10.11.
154
CentOS 9 Problems / Re: Can receive but not send emails out
« on: August 07, 2024, 01:45:07 PM »
Look like your IP or domain is temporarily blocked by Google.
What is the base IP and hostname?
You can try to send a test email to:
https://www.mail-tester.com/
And test your IP's and domain names at:
https://multirbl.valli.org/lookup/
Google became very strict about requiring all your DNS records to be setup correctly.
They actually have become just as bad as M$.
What is the base IP and hostname?
You can try to send a test email to:
https://www.mail-tester.com/
And test your IP's and domain names at:
https://multirbl.valli.org/lookup/
Google became very strict about requiring all your DNS records to be setup correctly.
They actually have become just as bad as M$.
155
Suggestions / Re: So here we are at EOL's
« on: August 07, 2024, 01:40:24 PM »
I am old school, what can I say.
Been doing this way to long.
My test box is even an old HP EliteDesk 705 G4 Mini with an AMD A10 PRO / 32GB / 4TB NVMe Gen 4 SSD.
It's what I use to test new OS'es with various config, like when CWP first starting supporting AlmaLinux 9.
How I figured out the correct install steps.
Glad you got everything working.
Been doing this way to long.
My test box is even an old HP EliteDesk 705 G4 Mini with an AMD A10 PRO / 32GB / 4TB NVMe Gen 4 SSD.
It's what I use to test new OS'es with various config, like when CWP first starting supporting AlmaLinux 9.
How I figured out the correct install steps.
Glad you got everything working.
156
Suggestions / Re: So here we are at EOL's
« on: August 07, 2024, 12:28:01 AM »
Have to say, never seen someone reserve 3GB for PHP before.
The normal recommended is usually only 512M
Also a 2GB limit on uploads, interesting.
Why is the max execution time 100 mins.?
If a script goes rouge, and locks, waiting 1.67 hours for it to timeout seems a little long.
But to each their own.
The normal recommended is usually only 512M
Also a 2GB limit on uploads, interesting.
Why is the max execution time 100 mins.?
If a script goes rouge, and locks, waiting 1.67 hours for it to timeout seems a little long.
But to each their own.
157
Suggestions / Re: So here we are at EOL's
« on: August 06, 2024, 08:35:09 PM »
What is your memory_limit = line set to?
Do you have a screenshot of that.
You should see the format of the csf.pignore, and just add to the bottom.
Do you have a screenshot of that.
You should see the format of the csf.pignore, and just add to the bottom.
158
CentOS 9 Problems / Re: Can receive but not send emails out
« on: August 06, 2024, 07:42:13 PM »
All providers block port 25 by default, including Contabo.
You have to contact their support to unblock that port with a valid reason, and not send out SPAM.
Or use a 3rd party to send email from the server like MailGun.
You can test if your outgoing is configured correctly.
See:
https://kb.starburstservices.com/tips-and-tricks/sending-test-email-in-almalinux-8-9-from-cli-using-s-nail/
You have to contact their support to unblock that port with a valid reason, and not send out SPAM.
Or use a 3rd party to send email from the server like MailGun.
You can test if your outgoing is configured correctly.
See:
https://kb.starburstservices.com/tips-and-tricks/sending-test-email-in-almalinux-8-9-from-cli-using-s-nail/
159
Suggestions / Re: FIDO2
« on: August 06, 2024, 07:38:49 PM »
2FA is far more common than the FIDO USB keys.
And with firewalls, you can block access to the admin areas now.
And with firewalls, you can block access to the admin areas now.
160
Suggestions / Re: So here we are at EOL's
« on: August 06, 2024, 07:37:09 PM »
Raise up your mem_Limit under: PHP Settings -> PHP Simple Editor
Also those LFD emails will tell you what program is causing the problem, and you can add it to
Also those LFD emails will tell you what program is causing the problem, and you can add it to
Code: [Select]
nano /etc/csf/csf.pignore
161
CentOS 9 Problems / Re: AMaViS (A Mail Virus Scanner)
« on: August 06, 2024, 07:28:00 PM »
Dovecot, SpamAssassin, Amavis are for incoming emails, not outgoing.
Postfix handles that.
But to send emails, you need to have your hostname, rDNS, DKIM, SPF, DMARC all configured correctly, or other mail servers will reject the emails.
Postfix handles that.
But to send emails, you need to have your hostname, rDNS, DKIM, SPF, DMARC all configured correctly, or other mail servers will reject the emails.
162
CentOS 9 Problems / Re: apache wont restart after enabling mod_security.
« on: August 06, 2024, 11:22:53 AM »
What is the error message Apache is giving?
From what I've seen, the above fixes it.
From what I've seen, the above fixes it.
163
Suggestions / Re: So here we are at EOL's
« on: August 06, 2024, 11:13:04 AM »
Ditto.
Tried viking.dragocom.xyz:2031 and it came up wit the normal login screen.
Tried viking.dragocom.xyz:2031 and it came up wit the normal login screen.
164
CentOS 9 Problems / Re: AMaViS (A Mail Virus Scanner)
« on: August 06, 2024, 02:33:09 AM »
Are you running this on AlmaLinux 9?
If so, you have to do the following after you install CWP:
Also before installing CWP, you have to install ClamAV or it won't work.
For some reason you can't install it after CWP.
If so, you have to do the following after you install CWP:
Code: [Select]
dnf install spamassassin amavis
systemctl enable spamassassin
systemctl start spamassassin
systemctl enable amavisd
systemctl start amavisd
Also before installing CWP, you have to install ClamAV or it won't work.
For some reason you can't install it after CWP.
165
SSL / Re: sslcerty.com no longer working. Domain is for sale
« on: August 06, 2024, 02:29:00 AM »
That's the problem with free sites.
Guess they either dropped the ball, or just quit.
Guess they either dropped the ball, or just quit.