Author Topic: Admin and User GUI does not running  (Read 31 times)

0 Members and 1 Guest are viewing this topic.

Offline
*
Admin and User GUI does not running
« on: Today at 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!

Offline
**
Re: Admin and User GUI does not running
« Reply #1 on: Today at 06:27:54 PM »

Offline
*
Re: Admin and User GUI does not running
« Reply #2 on: Today at 07:36:35 PM »
Yeah, just saw after I have posted.
That was solved.

The firewallv2 not found error still occur.

Any clues?

Thanks!

Offline
*
Re: Admin and User GUI does not running
« Reply #3 on: Today at 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.