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.
46
CentOS-WebPanel Bugs / Re: Unable to open userpanel
« on: August 30, 2025, 01:45:28 PM »
List accounts link gives 403 forbidden error
While :2083 gives https error
Also I am getting forbidden error at places like webmail
You cannot visit domain.tld right now because the website uses HSTS. Network errors and attacks are usually temporary, so this page will probably work later.
While :2083 gives https error
Also I am getting forbidden error at places like webmail
You cannot visit domain.tld right now because the website uses HSTS. Network errors and attacks are usually temporary, so this page will probably work later.
47
CentOS-WebPanel Bugs / Re: Unable to open userpanel
« on: August 30, 2025, 11:08:33 AM »
Can anyone help please
I even paid and created a one time support ticket. Just going rounds (Payment seems to not updated)
I even paid and created a one time support ticket. Just going rounds (Payment seems to not updated)
48
CentOS-WebPanel Bugs / Re: [FIX] user panel login is not working
« on: August 27, 2025, 07:46:35 AM »There are reports the user panel login is not working to solve this you need to run the below commands :Code: [Select]cd /scripts
sh generate_hostname_ssl
sh cwpsrv_rebuild_user_conf
then go to cwp admin hostname module and issue the LE ssl
reboot of server is necessary
Tried these steps. Getting the error. I am running CWP on AL8
Quote
2025/08/27 17:02:35 [error] 3886#0: *39 directory index of "/usr/local/cwpsrv/var/services/users/login/" is forbidden, client: 49.43.*.*, server: localhost, request: "GET / HTTP/1.1", host: "myhostname:2083"
49
CentOS-WebPanel Bugs / Unable to open userpanel
« on: August 27, 2025, 06:52:02 AM »
Hi
I am getting "403 Forbidden" cwpsrv error when try to open user panel
On checking /usr/local/cwpsrv/logs/error_log I see the following line
Please suggest
I am getting "403 Forbidden" cwpsrv error when try to open user panel
On checking /usr/local/cwpsrv/logs/error_log I see the following line
Quote
PHP message: PHP Notice: Undefined index: mail_disk in /usr/local/cwpsrv/htdocs/resources/admin/addons/ajax/ajax_list_accounts.php on line 0
PHP message: PHP Notice: Undefined index: mysql_disk in /usr/local/cwpsrv/htdocs/resources/admin/addons/ajax/ajax_list_accounts
Quote
2025/08/27 15:38:18 [error] 184171#0: *25 directory index of "/usr/local/cwpsrv/var/services/users/xyz/" is forbidden, client: 49.43.*.*, server: localhost, request: "POST /xyz/ HTTP/1.1", host: "my server.com:2083", referrer: "https://my server.com:2087/"
Please suggest
50
CentOS-WebPanel Bugs / Re: User account infected
« on: August 21, 2025, 12:30:35 PM »
Yes. Running on wordpress.
None of scanner plugins like Wordfence detecting anything
None of scanner plugins like Wordfence detecting anything
51
CentOS-WebPanel Bugs / User account infected
« on: August 21, 2025, 06:02:06 AM »
Hi
I have an user account which is making CPU run at 100%
I tried using various scanners (Website built using wordpress). Nothing found.
ClamAV says account is clean
If I suspend account, server CPU uses becomes 1-5%



https://ibb.co/hPTWt2d
https://ibb.co/CspsBwdv
https://ibb.co/DPSwD8Bs
Please suggest
I have an user account which is making CPU run at 100%
I tried using various scanners (Website built using wordpress). Nothing found.
ClamAV says account is clean
If I suspend account, server CPU uses becomes 1-5%
https://ibb.co/hPTWt2d
https://ibb.co/CspsBwdv
https://ibb.co/DPSwD8Bs
Please suggest
52
Nginx / Re: [proxy_fcgi:error] AH01071
« on: August 13, 2025, 11:01:03 AM »
Doesnt help
I rebuilt webserver with "Apache only" option instead of "Nginx & Varnish & Apache ([Varnish Conf])"
Problems seems to have fixed.
Any suggestion on what might be wrong? I would like to go back to "Nginx & Varnish & Apache ([Varnish Conf])"
I rebuilt webserver with "Apache only" option instead of "Nginx & Varnish & Apache ([Varnish Conf])"
Problems seems to have fixed.
Any suggestion on what might be wrong? I would like to go back to "Nginx & Varnish & Apache ([Varnish Conf])"
53
CentOS Configuration / Re: How to setup user quotas ?
« on: August 13, 2025, 05:14:11 AM »
Ran this.
and tried
# sudo grub2-mkconfig -o /boot/efi/EFI/almalinux/grub.cfg
/usr/bin/grub2-editenv: error: cannot open `/boot/grub2/grubenv.new': No such file or directory.
Generating grub configuration file ...
done
and tried
# sudo grub2-mkconfig -o /boot/efi/EFI/almalinux/grub.cfg
/usr/bin/grub2-editenv: error: cannot open `/boot/grub2/grubenv.new': No such file or directory.
Generating grub configuration file ...
done
54
CentOS Configuration / Re: How to setup user quotas ?
« on: August 11, 2025, 07:35:52 AM »
Got this error
The boot folder has only 'EFI' subfolder and nothing else
Quote
# sudo grub2-mkconfig -o /boot/efi/EFI/almalinux/grub.cfg
/usr/bin/grub2-editenv: error: cannot open `/boot/grub2/grubenv.new': No such file or directory.
/sbin/grub2-mkconfig: line 274: /boot/efi/EFI/almalinux/grub.cfg.new: No such file or directory
The boot folder has only 'EFI' subfolder and nothing else
55
CentOS Configuration / Re: How to setup user quotas ?
« on: August 09, 2025, 11:02:39 AM »XFS: In some cases, you would also need to modify grub conf if the above failsCode: [Select]# mount | grep ' / '
/dev/mapper/cl-root on / type xfs (rw,relatime,attr2,inode64,noquota)
If you see "noquota" in the xfs mount options for the / partition then you would need to modify file: /etc/default/grub
Find the line with the variable "GRUB_CMDLINE_LINUX" and at end of the line add: "rootflags=uquota,pquota"
Example:Code: [Select]GRUB_CMDLINE_LINUX="crashkernel=auto rd.lvm.lv=cl/root rd.lvm.lv=cl/swap rhgb quiet rootflags=uquota,pquota"
Make backup and create grub config for bootCode: [Select]cp /boot/grub2/grub.cfg /boot/grub2/grub.cfg.orig
grub2-mkconfig -o /boot/grub2/grub.cfg
echo xfs > /usr/local/cwp/.conf/quota_type.conf
now reboot the serverCode: [Select]reboot
after reboot run API to set quota for all usersCode: [Select]/scripts/cwp_api account update_diskquota_all
cp /boot/grub2/grub.cfg /boot/grub2/grub.cfg.orig
I am getting the error
Quote
cp: cannot stat '/boot/grub2/grub.cfg': No such file or directory
56
E-Mail / Re: Roundcube - Connection Error - Sending a particular email
« on: August 09, 2025, 07:42:04 AM »
Particular domain has no logs under mod security. I tried switching on Mod security to investigate (For this domain which I had turned off)
Now I am getting errors like
"Connection to storage server failed"
"roundcube server error authenticate plain authentication failed"
Please suggest
Now I am getting errors like
"Connection to storage server failed"
"roundcube server error authenticate plain authentication failed"
Please suggest
57
E-Mail / Re: Roundcube - Connection Error - Sending a particular email
« on: August 08, 2025, 07:39:23 AM »
Looks like disabling mod security for the domain , mails are going
Adding id 212880 not helping. Maybe other IDs need to be checked.
Adding id 212880 not helping. Maybe other IDs need to be checked.
58
E-Mail / Re: Roundcube - Connection Error - Sending a particular email
« on: August 08, 2025, 05:17:42 AM »
I can compose and send a new email.
But I cant reply / forward any email
Not getting any clue from logs.
I tried disabling mod security / adding the exception. No use.
But I cant reply / forward any email
Not getting any clue from logs.
I tried disabling mod security / adding the exception. No use.
59
E-Mail / Re: Roundcube - Connection Error - Sending a particular email
« on: August 08, 2025, 04:10:39 AM »
Checking.
Looks like unable to forward any email
Looks like unable to forward any email
60
E-Mail / Roundcube - Connection Error - Sending a particular email
« on: August 07, 2025, 11:34:46 AM »
A strange problem. All works well except
Few emails cant be forwarded or replied with original content
Genuine emails (ex: from Bank)
Where to check the logs to find the issue?
On clicking the send message, I get this error flashed for a second
Few emails cant be forwarded or replied with original content
Genuine emails (ex: from Bank)
Where to check the logs to find the issue?
On clicking the send message, I get this error flashed for a second
Quote
Connection Error. (Failed to reach the server)
