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

Pages: 1 ... 36 37 [38] 39 40 ... 97
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
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:
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
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


567
CWP doesn't fully support IPv6 yet, so remove your config that is failing.

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

Pages: 1 ... 36 37 [38] 39 40 ... 97