Control Web Panel

WebPanel => CentOS-WebPanel GUI => Topic started by: adrianofnatal on July 29, 2026, 05:52:15 PM

Title: Admin and User GUI does not running
Post by: adrianofnatal on July 29, 2026, 05:52:15 PM
The GUI's Apache process was not running on some of our servers.
We found that the certificate file at `/etc/pki/tls/certs/hostname.crt` was missing.
Checking the directory, we noticed that the file was actually named `hostname.cert`.
I copied `hostname.cert` to `hostname.crt` and ran the `/scripts/restart_cwpsrv` command, and panel worked.

The `firewallv2` module on this server is not working either.

Please exercise greater care and conduct more testing to ensure everything is functioning correctly, or perhaps reconsider this automatic update process.

Manual updates are preferable, as these are production servers and automatic updates can cause issues.

Thank you!
Title: Re: Admin and User GUI does not running
Post by: Martins-phpbb on July 29, 2026, 06:27:54 PM
Here is a temp fix  https://forum.centos-webpanel.com/updates/alma-9-1-3-update/msg53795/#msg5379 works on alma 8/9
Title: Re: Admin and User GUI does not running
Post by: adrianofnatal on July 29, 2026, 07:36:35 PM
Yeah, just saw after I have posted.
That was solved.

The firewallv2 not found error still occur.

Any clues?

Thanks!
Title: Re: Admin and User GUI does not running
Post by: adrianofnatal on July 29, 2026, 07:43:31 PM
Navigating to modules dir, notive that firewallv2.php file does not exists but firewall.php exists.

Changing the ending part of URL from firewallv2 to firewall the GUI is loaded.

Please, check it.