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 ... 16 17 [18] 19 20 ... 80
256
Other / Re: Email Accounts are not getting listed
« on: June 24, 2024, 09:55:58 PM »
do you have any non-Latin characters in one of the usernames?

257
MySQL / Re: Mysql not starting
« on: June 18, 2024, 02:38:20 PM »
Is the MySQL root password correct in both of the two files suggested to check?

258
PHP Selector / Re: Preserving php.ini during upgrades
« on: June 18, 2024, 02:37:00 PM »
Make them immutable (as root):
Code: [Select]
chattr +i /path/to/php.ini

259
Information / Re: lfd on (hostname): Excessive resource usage:
« on: June 18, 2024, 02:36:05 PM »
/ etc / csf / csf.pignore
is your friend. add entries to silence these common unnecessary notifications. Also consider increasing some values in csf.conf -- such as SMTP and IMAP login failures, since a lot of legit users trigger false positives and get locked out.

260
Apache / Re: Apache Crashing Possibly due to alertandautorenewssl.php
« on: June 18, 2024, 04:40:47 AM »
The place to be today is CWP with AlmaLinux 8. Soon EL9 support will be out of beta and these bugs will be squashed and you can run AlmaLinux 9.

261
Apache / Re: Apache Crashing Possibly due to alertandautorenewssl.php
« on: June 17, 2024, 09:38:58 PM »
Bug in CWP for EL9

262
PHP / Re: PHP-FPM number of processes per user
« on: June 17, 2024, 09:33:06 PM »
if you have .user.ini per-user custom .ini file enabled in that PHP version's php.ini, set these parameters under /home/user/public_html/.user.ini:
pm.max_children: – 100 Request.
pm.start_servers: – 20 value.
pm.min_spare_servers: -10 value
pm.max_spare_servers: -50 value

263
Make sure you are using PHP 8.1 or newer for IonCube support and make sure it is compiled in when you build PHP. (You should change your CLI version of PHP from 5.6 to 8.1 or newer also.)

264
CentOS-WebPanel Bugs / Re: Can't create user in Mysql Manager
« on: June 17, 2024, 06:30:54 PM »
Please do not use a beta operating system such as CentOS Stream for production use. Use a true Enterprise Linux OS -- currently AlmaLinux 8 is the best one recommended; soon CWP will be out of beta for EL9 OSes, so then you could use AlmaLinux 9.

265
Installation / Re: Fiber optics at home
« on: June 17, 2024, 04:56:27 PM »
Life is better with fiber. I have 100Mbit symmetric for my home office, so never any bottlenecks.

266
I'm sorry, I don't know how to help you out of your predicament given your knowledge & experience level. You may want to consider hiring a sysadmin or seeing if paid support would help you out of your jam.

267
EL (enterprise Linux) distributions don't use Debian apt commands. You would need to use yum or dnf to manage your software.

268
Installation / Re: Configure user resources
« on: June 15, 2024, 11:41:40 PM »
Generally, that is the point of "Packages" -- setting resource limits for users, but mostly in the sense of disk space, mail & FTP accounts, DBs. If you are running PHP-FPM (or any PHP version, really) -- each PHP version can have a memory limit. Also look into cgroups:
https://www.youtube.com/watch?v=ocgRqy9whtg

269
Installation / Re: ip route replace $(ip route list dev eth0...
« on: June 13, 2024, 08:14:15 PM »
eth0 is your primary interface and you have your IP addressing statically set via nmtui?
Have you put in a static route?

270
1.35Mbit on my home connection (Xfinity); just over 30 sec to download.

Code: [Select]
% curl -O http://static.cdn-cwp.com/files/cwp/el7/cwp-el7-0.9.8.1179.zip
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
 80 54.1M   80 43.6M    0     0  1698k      0  0:00:32  0:00:26  0:00:06 1419k

Pages: 1 ... 16 17 [18] 19 20 ... 80