Bug | KeyHelp 24.0 - Build 3218 | 'Apache Server Status' shows white Page / Error 500  [SOLVED]

General discussions around KeyHelp.
Post Reply
User avatar
Alexander
Keyweb AG
Posts: 3842
Joined: Wed 20. Jan 2016, 02:23

Bug | KeyHelp 24.0 - Build 3218 | 'Apache Server Status' shows white Page / Error 500  [SOLVED]

Post by Alexander »

Problem:
When calling System Status -> Apache Server Status, a white page appears / Error 500.


Affected Systems:
The handful of early adopters who have already pulled the update to version 24.0 and are running the following KeyHelp version:
KeyHelp 24.0 - Build 3218

KeyHelp systems that ran the update after February 7, 16:20 (Europe/Berlin), and are running the following KeyHelp version do not need this fix:
KeyHelp 24.0 - Build 3220


Solution:
Execute the following command according to the operating system running on the server:

Code: Select all

# For Debian 10 / Debian 11 / Ubuntu 20
wget https://install.keyhelp.de/misc/php71/ApacheServerStatus -O /home/keyhelp/www/keyhelp/core-ns/System/ApacheServerStatus/ApacheServerStatus.php ; chown keyhelp:keyhelp /home/keyhelp/www/keyhelp/core-ns/System/ApacheServerStatus/ApacheServerStatus.php ;

# For Ubuntu 22
wget https://install.keyhelp.de/misc/php81/ApacheServerStatus -O /home/keyhelp/www/keyhelp/core-ns/System/ApacheServerStatus/ApacheServerStatus.php ; chown keyhelp:keyhelp /home/keyhelp/www/keyhelp/core-ns/System/ApacheServerStatus/ApacheServerStatus.php ;

# For Debian 12
wget https://install.keyhelp.de/misc/php82/ApacheServerStatus -O /home/keyhelp/www/keyhelp/core-ns/System/ApacheServerStatus/ApacheServerStatus.php ; chown keyhelp:keyhelp /home/keyhelp/www/keyhelp/core-ns/System/ApacheServerStatus/ApacheServerStatus.php ;
Mit freundlichen Grüßen / Best regards
Alexander Mahr

**************************************************************
Keyweb AG - Die Hosting Marke
Neuwerkstr. 45/46, 99084 Erfurt / Germany
http://www.keyweb.de - http://www.keyhelp.de
**************************************************************
Post Reply