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 ... 33 34 [35] 36 37 ... 97
511
Apache / Re: Apache Crashing Possibly due to alertandautorenewssl.php
« on: June 17, 2024, 09:38:58 PM »
Bug in CWP for EL9

512
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

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

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

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

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

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

518
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

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

520
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

521
CentOS 7 Problems / Re: OpenSSL version no longer supported
« on: June 09, 2024, 04:51:07 AM »
AlmaLinux 8 for now, AlmaLinux 9 when CWP comes out of beta for EL9 releases.

522
Information / Re: CentOS 7 & CentOS Stream 8 EOL - Being Archived
« on: June 07, 2024, 07:07:24 PM »
ELevate to AlmaLinux 8.

523
And you have
Code: [Select]
PermitRootLogin yeson both servers sshd_config ?

524
Installation / Re: Now what
« on: June 04, 2024, 10:41:34 PM »
Yes, that info has been out-of-date for at least a year, if not 2 years now...

525
WebServer Settings > WebServers Domain Conf
Add/Edit configuration
Note the nginx default vhost template. You would add it to whichever template you are using (such as force-https-http2).

Pages: 1 ... 33 34 [35] 36 37 ... 97