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] 2 3 ... 60
1
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.

2
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.

3
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?

4
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.

5
SSL / Re: Should I put bookmarks
« on: April 24, 2024, 02:51:09 AM »
I don't really know how to explain it any simpler -- except, yes put bookmarks there.

6
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/

7
CentOS-WebPanel Bugs / Re: RSS Memory Size
« on: April 20, 2024, 05:16:08 PM »
https://www.baeldung.com/linux/resident-set-vs-virtual-memory-size
Edit your relevant php.info, paying special attention to your memory limits. Also consider not loading PHP libraries or extensions you don't actually use. How much memory does your server have?

8
Updates / Re: Upgrade Nginx
« on: April 19, 2024, 04:45:25 PM »
Webserver. CWP runs under Apache.

9
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?

10
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?

11
Pretty good for an AI bot!

12
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


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

14
relevant Apache logs and journal entries at the time of restart would be helpful...

15
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.

Pages: [1] 2 3 ... 60