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 ... 7 8 [9] 10 11 ... 71
121
DNS / Re: freedns.centos Keeps going back to the Login Page
« on: June 24, 2024, 09:57:01 PM »
Have you tried clearing cookies, incognito mode, and/or getting a new login session?

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

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

124
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

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

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

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

128
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

129
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.)

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

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

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

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

134
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

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

Pages: 1 ... 7 8 [9] 10 11 ... 71