Questions About Keyhelp Free Version and Server Compatibility
Questions About Keyhelp Free Version and Server Compatibility
I have a few questions regarding Keyhelp:
1. Does the free version have any limitations on the number of users or domains?
2. Besides Apache, is there support for other web servers? Or, is it possible to use Nginx as a reverse proxy in front of Apache?
3. Is there a feature to limit user resources, such as RAM or CPU usage?
Thank you for your help!
Re: Questions About Keyhelp Free Version and Server Compatibility
2. Not yet
3. YES
Tobi
-----------------------------
wewoco.de
Das Forum für Reseller, Digital-Agenturen, Bildschirmarbeiter und Mäuseschubser
Re: Questions About Keyhelp Free Version and Server Compatibility
- technotravel
- KeyHelp Translator
- Posts: 426
- Joined: Mon 19. Oct 2020, 11:11
Re: Questions About Keyhelp Free Version and Server Compatibility
Here is a pic of the the configurable options per user (sorry, in German):
Why not just try KH for yourself on a small test server? Installation is easy and fast

There is an English interface ... farsi hanuz na-dare, bebakhshid

(Ich übersetze KeyHelp ins Französische)
- Jolinar
- Community Moderator
- Posts: 4109
- Joined: Sat 30. Jan 2016, 07:11
- Location: Weimar (Thüringen)
- Contact:
Re: Questions About Keyhelp Free Version and Server Compatibility
Data Collector für Community Support
___
Ich verwende zwei verschiedene Schriftfarben in meinen Beiträgen /
I use two different font colors in my posts:
- In dieser Farbe schreibe ich als Moderator und gebe moderative Hinweise oder begründe moderative Eingriffe /
In this color, I write as a moderator and provide moderative guidance or justify moderative interventions - In dieser Farbe schreibe ich als Community Mitglied und teile meine private Meinung und persönlichen Ansichten mit /
In this color, I write as a community member and share my personal opinions and views
Re: Questions About Keyhelp Free Version and Server Compatibility
Each user has a separate Pool (PHP-FPM). And for each of these pools you can define, how many processes are available and you can also set PHP memory_limit, max_execution_time and other PHP settings. So, in a way, you have some control over the resources they can use. But that is just PHP, if you allow your users to run Executables or to use node.js or ..., Keyhelp does not deal with these in any way, so you have to restrict the resources used that way outside of Keyhelp.
There is no setting like "User A may use 2 vCores and 2GB of RAM, user B may use 4 vCores and 4 GB of RAM, ...".
- technotravel
- KeyHelp Translator
- Posts: 426
- Joined: Mon 19. Oct 2020, 11:11
Re: Questions About Keyhelp Free Version and Server Compatibility
Cool!

Didn't know about this demo - definitely worth a try ... and faster and cheaper than setting up a test server

(Ich übersetze KeyHelp ins Französische)
- Jolinar
- Community Moderator
- Posts: 4109
- Joined: Sat 30. Jan 2016, 07:11
- Location: Weimar (Thüringen)
- Contact:
Re: Questions About Keyhelp Free Version and Server Compatibility
I'm glad you were able to learn something new.



Data Collector für Community Support
___
Ich verwende zwei verschiedene Schriftfarben in meinen Beiträgen /
I use two different font colors in my posts:
- In dieser Farbe schreibe ich als Moderator und gebe moderative Hinweise oder begründe moderative Eingriffe /
In this color, I write as a moderator and provide moderative guidance or justify moderative interventions - In dieser Farbe schreibe ich als Community Mitglied und teile meine private Meinung und persönlichen Ansichten mit /
In this color, I write as a community member and share my personal opinions and views
Re: Questions About Keyhelp Free Version and Server Compatibility


- Jolinar
- Community Moderator
- Posts: 4109
- Joined: Sat 30. Jan 2016, 07:11
- Location: Weimar (Thüringen)
- Contact:
Re: Questions About Keyhelp Free Version and Server Compatibility
Data Collector für Community Support
___
Ich verwende zwei verschiedene Schriftfarben in meinen Beiträgen /
I use two different font colors in my posts:
- In dieser Farbe schreibe ich als Moderator und gebe moderative Hinweise oder begründe moderative Eingriffe /
In this color, I write as a moderator and provide moderative guidance or justify moderative interventions - In dieser Farbe schreibe ich als Community Mitglied und teile meine private Meinung und persönlichen Ansichten mit /
In this color, I write as a community member and share my personal opinions and views
Re: Questions About Keyhelp Free Version and Server Compatibility
Why would you want that?
Just because nginx has a weird config?
You could use Apache as a reverse proxy if you want to serve node or docker stuff.
--
A backend dev walks into a bar, orders 1 beer.
Then orders 100 beers.
Then orders -1 beers.
Then orders “a lizard”.
Then explodes.
The bartender says: “You really should validate your input.”
Re: Questions About Keyhelp Free Version and Server Compatibility
My website has high traffic and Nginx responds much faster. I would prefer to serve the static files through Nginx.
Re: Questions About Keyhelp Free Version and Server Compatibility
You didn't yet try KeyHelp with Apache, but know that Nginx is faster?
As only one daemon can serve 80/443 per IP, you might realize that this is not possible.
If you have the option to add a second IPv4 and IPv6, you could add Nginx to the setup, but that is beyond the scope of KeyHelp and requires a bit of Linux and DevOps knowledge.
--
A backend dev walks into a bar, orders 1 beer.
Then orders 100 beers.
Then orders -1 beers.
Then orders “a lizard”.
Then explodes.
The bartender says: “You really should validate your input.”
Re: Questions About Keyhelp Free Version and Server Compatibility
Some of my clients have pretty prominent websites and hit a monthly traffic of over 1TB each .... Here a screenshot of the Apache over the last 24hrs from a server which hits on average 2TB traffic per month, generated by two super sites and a few small WP pages... I never hear any complaints of the clients regarding speed...
Fezzi
Everyone can do something, no one can do everything.
Re: Questions About Keyhelp Free Version and Server Compatibility
By the way, I’ve got another question: in KeyHelp, does Apache use php-fpm or mod\_php for handling PHP?