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.
1
Updates / Re: How to update phpMyAdmin to latest version without breaking CWP?
« on: August 18, 2025, 03:58:05 AM »
My production server is based on AL9. That's why I asked.
2
Updates / Re: How to update phpMyAdmin to latest version without breaking CWP?
« on: August 16, 2025, 04:37:15 PM »
@Starburst
Did you face any issues after updating phpMyAdmin? I've planned to update it on my production server, that's why I asked about it.
Did you face any issues after updating phpMyAdmin? I've planned to update it on my production server, that's why I asked about it.
3
Updates / Re: How to update phpMyAdmin to latest version without breaking CWP?
« on: August 15, 2025, 04:50:14 PM »
@starburst
I saw this before upgrading, in version 5.1.1 also.
Quote
The phpMyAdmin configuration storage is not completely configured, some extended features have been deactivated. Find out why.
Or alternately go to 'Operations' tab of any database to set it up there.
I saw this before upgrading, in version 5.1.1 also.
4
Updates / Re: How to update phpMyAdmin to latest version without breaking CWP?
« on: August 15, 2025, 03:26:26 PM »
Thanks for the help buddies.
5
Updates / How to update phpMyAdmin to latest version without breaking CWP?
« on: August 15, 2025, 06:56:59 AM »
phpMyAdmin is in version 5.1.1 now, and the latest stable version is 5.2.2, as it says the same in it.
Is there any update script for this, or any KB article regarding this?
I'm currently using AlmaLinux 9.6 & CWP Free with version 0.9.8.1210.
Code: [Select]
Version information: 5.1.1, latest stable version: 5.2.2Is there any update script for this, or any KB article regarding this?
I'm currently using AlmaLinux 9.6 & CWP Free with version 0.9.8.1210.
6
Updates / Re: Apache Update Script 404 Error Starburst KB
« on: August 13, 2025, 10:01:08 AM »
In the panel, it shows 2.4.65, which is from the Apache that CWP handles (/usr/local/apache/bin/httpd). The update was successful.
I haven't installed AlmaLinux's Apache via dnf or yum. When I try to remove httpd via dnf or yum, it tells me "No match for argument: httpd".
However, I'm not facing any issue here. Everything works fine, so I've turned AlmaLinux's Apache off from running.
I haven't installed AlmaLinux's Apache via dnf or yum. When I try to remove httpd via dnf or yum, it tells me "No match for argument: httpd".
However, I'm not facing any issue here. Everything works fine, so I've turned AlmaLinux's Apache off from running.
7
Updates / Re: Apache Update Script 404 Error Starburst KB
« on: August 12, 2025, 02:57:16 AM »Code: [Select]
[root@domain.com /usr/local/src]# httpd -v
Server version: Apache/2.4.62 (AlmaLinux)
Server built: Jan 29 2025 00:00:00
[root@domain.com /usr/local/src]# /usr/local/apache/bin/httpd -v
Server version: Apache/2.4.65 (Unix)
Server built: Aug 12 2025 08:18:12I found that two binaries are running, one is from AlmaLinux, which CWP does not use & the other is from CWP, which CWP uses. Am I correct?
8
Updates / Re: Apache Update Script 404 Error Starburst KB
« on: August 12, 2025, 02:45:25 AM »Quote
wget --no-cache --output-document="apache-rebuild.sh" https://dl.starburst.help/cwp_fixes/apache-2465-rebuild.shI've used this script to update my Apache version from 2.4.62 to 2.4.65, but in the admin panel, it shows 2.4.65 & in the terminal when I use httpd -v, it shows 2.4.62.
9
Updates / Apache Update Script 404 Error Starburst KB
« on: August 11, 2025, 06:34:37 AM »
https://starburst.help/control-web-panel-cwp/control-web-panel-cwp-admin-tutorials/update-apache-to-2-4-65-in-cwp-on-almalinux-8-9/
When I try to wget the script, it gives me a 404 Not Found Error.
When I try to wget the script, it gives me a 404 Not Found Error.
10
Information / Re: Security Warning for CWP Users (CWPpro version: 0.9.8.1210)
« on: August 04, 2025, 09:49:42 AM »Or you could learn how or hire someone to secure your Linux server, before blaming it on something/someone else... Before posting something with a title of "Security Warning"...
If your not happy with CWP, PLEASE go use some other control panel...
I'm sure cPanel will fit all your requirements above...
I'm not the OP of the thread, buddy. I was just suggesting to the dev team (if they view this thread) to update the changelogs so that people can know what has changed in the new version. I'm okay with using CWP because I am willing to learn how a web server works and fix issues by myself.
I am using a reseller hosting with cPanel right now (a few domains within CWP and others are in cPanel), but once I learn about webservers fully, I'll move all of the domains. I understand that when we get something for an affordable cost (CWP Pro) or free (CWP Free), we'll have disadvantages, and I'm okay with it.
11
Information / Re: Security Warning for CWP Users (CWPpro version: 0.9.8.1210)
« on: August 03, 2025, 12:34:17 PM »
I would like to recommend that the changelogs published at https://control-webpanel.com/changelog be updated promptly and consistently with each new software release or update.
Timely and detailed changelogs serve several important purposes for users and administrators:
I appreciate the ongoing work and development put into CWP and hope this suggestion can be considered to enhance the overall user experience and system reliability.
Timely and detailed changelogs serve several important purposes for users and administrators:
- Transparency of Updates: A regularly updated changelog allows users to stay informed about the specific changes introduced in each release - whether they are bug fixes, security patches, performance improvements, or new features.
- Issue Tracking and Resolution Confirmation: Many administrators monitor CWP updates in anticipation of fixes to known issues. Without updated changelogs, it becomes difficult to determine whether a particular problem has been addressed or if further action is required.
- Efficient System Administration: Accurate changelogs enable sysadmins to plan accordingly - whether it’s scheduling downtime, testing updates in staging environments, or avoiding unnecessary troubleshooting.
- Improved Trust and Engagement: Clear communication of development efforts demonstrates professionalism and fosters greater trust among the user community. It also helps users contribute better feedback and report issues more accurately.
I appreciate the ongoing work and development put into CWP and hope this suggestion can be considered to enhance the overall user experience and system reliability.
12
Installation / Re: Error when updating vhosts with an ip change
« on: July 30, 2025, 04:55:24 PM »
I guess I need to create a script to review this /usr/local/cwpsrv/logs/access_log and filter the login POST messages to produce a similar log file, such as /var/log/cwp_client_login.log. I'll create a new thread and share it, so users who need it can take it from there.
13
Installation / Re: Error when updating vhosts with an ip change
« on: July 30, 2025, 12:19:00 PM »
In /var/log/cwp_client_login.log I get only logs of admin panel login attempt logs, and I don't get logs there for client panel login attempts. I've seen this file already.
14
Installation / Re: Error when updating vhosts with an ip change
« on: July 30, 2025, 08:57:57 AM »
Where are the user panel login attempts and logs stored?
15
Installation / Re: Error when updating vhosts with an ip change
« on: July 29, 2025, 08:50:32 AM »
Yeah, I'm planning to get a firewall. We've a good power backup & there's no power interruption from the grid because we have a separate industrial power connection from the grid.

