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 ... 13 14 [15] 16 17 ... 91
211
Updates / Re: How to revert an update?
« on: January 07, 2025, 12:39:30 AM »
Are they all using the same package definitions (same limits)?
All using the same php-fpm version?
Can you switch to nginx for better performance, or is there something tying you to Apache?

212
Where did mod_rpaf.so go? It's part of the default CWP kit...
Code: [Select]
[root@srv]# ls -al /usr/local/apache/conf.d/rpaf.conf
-rw-r----- 1 root root 279 Dec 11  2022 /usr/local/apache/conf.d/rpaf.conf
[root@srv]# ls -al /usr/local/apache/modules/mod_rpaf.so
-rwxr-xr-x 1 root root 18584 Nov 11  2022 /usr/local/apache/modules/mod_rpaf.so

213
CentOS 9 Problems / Re: CWP to CWP Account Migration
« on: January 02, 2025, 07:05:21 PM »
EL9 has bugs, particularly with CWP to CWP Migration. CWP is still officially in beta for EL9, particularly for this reason. Also, CentOS Stream is a beta-quality OS, not really what you want for a production server. Please start with AlmaLinux 9 as your new server foundation. Starburst has guides for how to bring up a new AlmaLinux 9 server with CWP.

214
Not to rub salt on an open wound, but always take a full image and back up all configs before attempting a major change like this (changing web servers and reverse proxy settings qualifies) so you can quickly revert if things don't pan out. Test on a local mirror first before attempting it on a production server. Also consider scheduling it in off-hours (which I suppose New Year's Day qualifies...) but also best when CWP support is active and the forums are active in case you need help.

215
Information / Re: CWP Support Site Not Working
« on: December 31, 2024, 08:43:01 AM »
Post your question here and the community can try to offer you support. No charge.

216
Information / Re: Changelogs
« on: December 31, 2024, 08:42:07 AM »
Not true. That is pure F.U.D.

217
Backup / Re: Backup without compressing
« on: December 30, 2024, 05:44:02 PM »
This wiki page gives a concrete example for rsync'ing your e-mails:
https://wiki.centos-webpanel.com/how-to-manually-import-emails

Example of rsync command from remote cPanel to local CWP:
Code: [Select]
rsync -avz -e "ssh -p 22" root@185.185.185.185:/home/USERNAME/mail/DOMAIN/USERNAME/ /var/vmail/DOMAIN/USERNAME/* This command needs to be executed on the CWP server, number 22 is ssh port.

So in your case, you would reverse it to go from the CWP server to the backup/disaster recovery server.

Or use the New Backup, as cyberspace recommended. ;)

218
Apache / Re: Apache 2.4.62 configuration with module socache redis
« on: December 30, 2024, 12:31:26 AM »
Now I'm confused. Your first post mentioned suPHP, now you confirmed you are running php-fpm 8.3.
https://www.inmotionhosting.com/support/server/php-fpm/suphp-vs-php-fpm/

219
Backup / Re: Backup without compressing
« on: December 30, 2024, 12:28:05 AM »
All things are possible via scripting. Rsync is recommended for an off-site, off-server backup. You will find that processing e-mail files is LOTS of small files (hundreds of thousands in many cases) and that is actually very slow to process vs. large files with bigger block sizes.

220
CentOS Configuration / Re: SSH For users
« on: December 29, 2024, 05:53:55 PM »
What is the user's shell assignment? They need a valid shell to login.
You could manually add the user/etc / ssh/sshd_config. Best practice is to put (limited) users in a group such as "sshers" and set the directive AllowGroups in sshd_config.

221
Apache / Re: Apache 2.4.62 configuration with module socache redis
« on: December 29, 2024, 01:51:55 PM »
Are you using php-fpm? Did you rebuild the php version with redis enabled?

222
CloudLinux / Re: Cloud Linux Installer
« on: December 28, 2024, 09:25:01 PM »
Code: [Select]
PHP 5.4 is not installed,Please install if you have application that uses it
I've heard PHP 5.4 is not compatible with EL9 (AlmaLinux 9, Rocky Linux 9). Did you get it to install with CloudLinux?
Fine anyway, since it's LONG since EOL'd.

225
CentOS-WebPanel Bugs / Re: Cannot log in to the MySQL server
« on: December 20, 2024, 10:36:37 PM »
Are you able to login as root okay? Is it just end users who cannot login to phpMyAdmin?
Are sites still working that use various DB users (e.g. kostivca_wp1234)?

Pages: 1 ... 13 14 [15] 16 17 ... 91