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.
557
E-Mail / Re: Email is neither received nor sent.
« on: April 24, 2024, 09:46:49 PM »
Zone editor is just a PHP front end for BIND. But your error seems to indicate that the PHP file itself is corrupt, perhaps due to an incomplete update. You may have to re-apply the last CWP update or try applying a beta version to see if that fixes it.
558
Information / Re: MinSpareThreads/MaxRequestWorkers
« on: April 24, 2024, 03:06:46 AM »
You can put those directives in the main httpd.conf or in a vhost conf file if it's only needed in that context. You won't find examples already in the conf files -- you'll have to draw from the documentation or from other online examples.
559
CentOS 7 Problems / Re: Virtual Memory Size error emails are being spammed. How do I fix it?
« on: April 24, 2024, 02:57:13 AM »
4GB RAM is not a whole lot to work with, so you'll have to parcel it out and do some memory tuning. That said, I run quite a few clients/sites on a server with 6GB of RAM and it does okay. Is your php.ini stock or have you tweaked it any?
560
CentOS 7 Problems / Re: How do you increase these memories
« on: April 24, 2024, 02:54:47 AM »
Raise your PHP memory limits or put the process in / etc / csf /csf.pignore.
561
E-Mail / Re: Email is neither received nor sent.
« on: April 22, 2024, 10:27:45 PM »
Do you have valid rDNS / PTR record in place (provided by your hosting provider/ISP)?
Your SPF record doesn't look like complete, correct syntax; it should be more like this:
https://www.cloudflare.com/learning/dns/dns-records/dns-spf-record/
Your SPF record doesn't look like complete, correct syntax; it should be more like this:
Code: [Select]
v=spf1 ip4:192.0.2.0 include:example.com -all
https://www.cloudflare.com/learning/dns/dns-records/dns-spf-record/
562
Updates / Re: Upgrade Nginx
« on: April 19, 2024, 04:45:25 PM »
Webserver. CWP runs under Apache.
563
CSF Firewall / Re: Suspicious File Alert
« on: April 18, 2024, 10:47:05 PM »
My systems have "core.py" as included in both versions of python:
Code: [Select]
/usr/lib/python2.7/site-packages/di/core.py
/usr/lib/python2.7/site-packages/pyudev/core.py
/usr/lib/python3.6/site-packages/pip/_vendor/certifi/core.py
/usr/lib/python3.6/site-packages/pip/_vendor/idna/core.py
/usr/lib64/python2.7/distutils/core.py
/usr/lib64/python3.6/distutils/core.py
I don't have anything like your salt directory under /tmp. Do you see any processes running that create those tmp files?
564
CSF Firewall / Re: Suspicious File Alert
« on: April 18, 2024, 05:54:00 PM »
Are you running Python 2.7 or 3.6 on that system? Do you actually make use of it for any web facing apps, or just PHP?
565
Information / Re: Running CWP (centos web panel) behind reverse proxy,is it possible to host multi
« on: April 18, 2024, 05:21:43 PM »
Pretty good for an AI bot!
566
Suggestions / Re: How secure is CentOS Web Panel?
« on: April 18, 2024, 01:37:40 AM »
If you're using an EOL older version of PHP, also consider adding PHP Defender / Sunffleupagus to your security hardening:
https://wiki.centos-webpanel.com/php-defender-snuffleupagus
This is a good in-depth fine tuning guide after the basic CWP install:
https://www.awsmonster.com/cwp-installation-and-configuration_12
https://wiki.centos-webpanel.com/php-defender-snuffleupagus
This is a good in-depth fine tuning guide after the basic CWP install:
https://www.awsmonster.com/cwp-installation-and-configuration_12
567
Apache / Re: help me please apache no start and restart all services !!!!!!!!!
« on: April 17, 2024, 07:21:10 PM »
CWP doesn't fully support IPv6 yet, so remove your config that is failing.
568
Apache / Re: help me please apache no start and restart all services !!!!!!!!!
« on: April 17, 2024, 01:42:22 PM »
relevant Apache logs and journal entries at the time of restart would be helpful...
569
How to / Re: Upgrade PhpMyAdmin
« on: April 17, 2024, 01:40:33 PM »
I can't test the default configuration, because I run CWP on an alternate port. Userland phpMyAdmin forwards to port 2087 which I don't support and block via CSF.
570
Problems on other RedHat linux servers / Re: IP Manager under Almalinux 8.9
« on: April 17, 2024, 01:27:21 AM »
IP Manager is beta-quality currently. Use nmtui in a shell to add/manage IPs:
https://forum.centos-webpanel.com/index.php?topic=9791.msg46672#msg46672
https://forum.centos-webpanel.com/index.php?topic=9791.msg46672#msg46672