• Inviting everyone who uses WordPress management tools in Plesk
    The Plesk team is conducting a 60-minute research session that includes an interview and a moderated usability test.
    To participate, please use this link .
    Your experience will help shape product decisions and ensure the tools better support real-world use cases.

Domain Restriction MaxClients in .htaccess

M

Mandi

Guest
I am willing to restric the MaxClients for a specific domain, let's say 10 simultaneous visitors.
I tried creating a .htaccess with the directive
MaxClients 10
but it gives Internal Server Error, Any other way to restrict this number for a domain or a specific subdomain!?
 
in the error logs there is:

.htaccess: MaxClients not allowed here
 
Back
Top