Search found 4583 matches

by Alexander
Tue 7. Apr 2026, 10:12
Forum: Usage
Topic: LDAP and mod_php beside the panel installation
Replies: 1
Views: 236

Re: LDAP and mod_php beside the panel installation

Hello, By default, mod_php is disabled by KeyHelp during installation and also during an OS version update using the dist-upgrade scripts. So at the very least, after performing an OS version update, you should double-check that everything still works as expected. Regular panel updates are very ...
by Alexander
Tue 7. Apr 2026, 09:52
Forum: Bugs / Issues
Topic: apache stops working continuously
Replies: 10
Views: 518

Re: apache stops working continuously

What are the pros and cons switching to mpm_worker? Like it is stated in the KeyHelp UI. mpm_event should be the better performing one. However there might be cases, where worker will work more reliable that event. Event might have issues with certain apache mods: https://stackoverflow.com ...
by Alexander
Tue 7. Apr 2026, 09:15
Forum: Funktionswünsche
Topic: Ioncube Loader für PHP 8.5.x [GELÖST]
Replies: 1
Views: 172

Re: Ioncube Loader für PHP 8.5.x [GELÖST]

Die PHP-Interpreter aktualisiere ich im laufe der Woche inklusive ioncube Loader / sourceguardian loader für 8.5.
by Alexander
Thu 2. Apr 2026, 15:42
Forum: Bugs / Issues
Topic: apache stops working continuously
Replies: 10
Views: 518

Re: apache stops working continuously

[29-Mar-2026 10:52:07] WARNING: server reached max_children setting (3), consider raising it [30-Mar-2026 11:52:41] WARNING: server reached max_children setting (3), consider raising it FYI In case, you want to raise this too, you can do so via user management of the particullar user -> Tab: PHP ...
by Alexander
Thu 2. Apr 2026, 13:23
Forum: Bugs / Issues
Topic: apache stops working continuously
Replies: 10
Views: 518

Re: apache stops working continuously

Hello, To check what Apache is doing in real time, you can use the built-in server status page. The correspondend module should be enabled by default. But on Ubuntu 24 you can do this with a2enmod status and then reload Apache using systemctl reload apache2 . The default configuration usually allows ...
by Alexander
Wed 1. Apr 2026, 15:49
Forum: Bugs / Issues
Topic: apache stops working continuously
Replies: 10
Views: 518

Re: apache stops working continuously

Hello,

like the message said:
AH10159: server is within MinSpareThreads of MaxRequestWorkers, consider raising the MaxRequestWorkers setting
AH00484: server reached MaxRequestWorkers setting, consider raising the MaxRequestWorkers setting
Have you considered this :)?
by Alexander
Tue 31. Mar 2026, 09:30
Forum: Off Topic
Topic: Cloudflare Inferno?
Replies: 8
Views: 1242

Re: Cloudflare Inferno?

172.71.144.154 - - [30/Mar/2026:18:45:55 +0200] "GET /.env.development HTTP/2.0" 403 239 "-" "-" 50 269 172.71.144.154 - - [30/Mar/2026:18:45:55 +0200] "GET /.env_backup HTTP/2.0" 403 239 "-" "-" 45 269 172.71.144.154 - - [30/Mar/2026:18:45:55 +0200] "GET /.env~ HTTP/2.0" 403 239 "-" "-" 42 269 172 ...
by Alexander
Tue 31. Mar 2026, 09:23
Forum: Allgemeines
Topic: Rspamd 4.0.0 released
Replies: 4
Views: 1105

Re: Rspamd 4.0.0 released

Bei mir sind alle Server, auf denen ich geschaut habe mittlerweile ge-auto-updated wurden. Auswirkungen auf KeyHelp (in der Standardkonfiguration) sollte es keine haben. Die Aussagen beziehen sich auf das Standard-Setup im KeyHelp und decken die möglichen Änderungen über die KeyHelp-UI ab. Wenn darüb ...
by Alexander
Mon 30. Mar 2026, 09:01
Forum: Fehler / Probleme
Topic: Benachrichtigungen vom Forum
Replies: 8
Views: 1587

Re: Benachrichtigungen vom Forum

Das Problem ist bekannt, und wird demnächst korrigiert.
by Alexander
Thu 26. Mar 2026, 09:03
Forum: General Discussions
Topic: Opcache settings ?
Replies: 3
Views: 2721

Re: Opcache settings ?

Depends on you use case but yes, you probably want it under "Non-overwritable directives".
by Alexander
Thu 26. Mar 2026, 09:01
Forum: General Discussions
Topic: Specifying CPU, RAM, etc. for the customer.
Replies: 1
Views: 881

Re: Specifying CPU, RAM, etc. for the customer.

There is no cgroups implemeted in KeyHelp.

Regarding CPU/RAM, you can adjust the PHP/PHP-FPM usage values like memory_limit, max_requests,... etc. your clients are allowed to use.

Available disk space and databases can be managed via KeyHelp (thou not I/O or CPU/RAM usage of the client).
by Alexander
Mon 23. Mar 2026, 16:41
Forum: Fehler / Probleme
Topic: Server Migration Fehler 404
Replies: 8
Views: 1639

Re: Server Migration Fehler 404

Ich würde mal vermuten, dass die API des Zielservers über einen FQDN aufgerufen werden muss – und dass das "nur" über eine IP-Adresse nicht geht. Deswegen schlägt das dann fehl.
Die Kommunikation beim Zielserver erfolgt ausschließlich über die IP.
by Alexander
Mon 23. Mar 2026, 16:35
Forum: Fehler / Probleme
Topic: Server Migration Fehler 404
Replies: 8
Views: 1639

Re: Server Migration Fehler 404

Es geht noch nicht um die Erreichbarkeit deiner Domains, sondern um die Erreichbarkeit deines Ziel-Servers/der API. Laut deiner Beschreibung liefert der Zielserver beim Versuch der API durch den Migrator zu kontaktieren einen 404 Fehler. Statt bei https://<DEINE_ZIEL_SERVER_IP_ADRESSE>/api/v2 eine ...
by Alexander
Mon 23. Mar 2026, 13:25
Forum: Fehler / Probleme
Topic: Server Migration Fehler 404
Replies: 8
Views: 1639

Re: Server Migration Fehler 404

Hallo, Wie lautet die Server IP? Unter der Adresse, die zu angegebener Zeit sich beim Migrations-Tool meldete kam man bei einer dyndns Adresse raus mit "Die angeforderte Domain konnte auf diesem Server nicht gefunden werden." - anstatt bei der API rauszukommen. Mittlerweile erhält man unter der IP ...
by Alexander
Fri 20. Mar 2026, 16:38
Forum: General Discussions
Topic: Backup and restore issue
Replies: 2
Views: 1192

Re: Backup and restore issue

Hello,

like it is stated in the KeyHelp UI the backup system is based on a software called restic. You can find more information how it works (yes, it is encrypted for example) on the official restic page: https://restic.net/