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 [4] 5 6 ... 80
46
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/

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

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

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

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

53
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)?

54
Updates / Re: Problem Yesterday Update (19Dic)
« on: December 20, 2024, 10:34:00 PM »
I haven't noticed any problems with yesterday's CWP update (0.9.8.1190). Try this:
https://blog.alphagnu.com/fix-cwp-500-internal-server-error-expired-white-blank-screen/

56
CentOS 7 Problems / Re: Lost roundcube database
« on: December 19, 2024, 10:02:57 PM »
If you follow this guide to update to 1.5.9 (change all references from 1.5.8 to 1.5.9):
https://www.alphagnu.com/topic/33-update-cwp-roundcube-mail-version-158-%E2%80%93-control-web-panel/
The roundcube tarball comes with:
/SQL/mysql.initial.sql

57
How to / Re: Increase /root Partition in CWP?
« on: December 18, 2024, 08:08:46 PM »
Consider periodically looking at your log files and truncating them to zero bytes:
https://blog.alphagnu.com/how-to-clean-all-log-files-in-cwp-control-webpanel-to-gain-disk-space/

Or better still, set up logrotate to keep them at a manageable size.

58
Apache / Re: Stop Apache from opening file
« on: December 18, 2024, 08:04:46 PM »
I think you're on the right track, but maybe set it more broadly?
Code: [Select]
DefaultType application/octet-stream
Or did you try the Content-Disposition header?
Code: [Select]
<filesMatch "^([^.]+)$">
Header set Content-Disposition "attachment"
</filesMatch>

59
CentOS 7 Problems / Re: Lost roundcube database
« on: December 18, 2024, 07:58:01 PM »
Do you have backups enabled? If so, you should have sqldumps available to restore:
Code: [Select]
ls -al /backup/mysql/dailySo you should have something like this:
Code: [Select]
-rw-r--r--. 1 root root   591608 Dec 16  2021 roundcube.sql
-rw-r--r--. 1 root root   251495 Dec 18 03:29 roundcube.sql.gz

60
CentOS-WebPanel Bugs / Re: CentOS 9 stream CWP installation problem
« on: December 17, 2024, 06:19:47 PM »
Going back to your thread title, hopefully you are not trying to use CentOS 9 Stream... We are recommending AlmaLinux 9 for production server use!

Pages: 1 2 3 [4] 5 6 ... 80