[Fixed]-Can I limit a page's used number of processes on an Apache server

1👍

No, but you can limit the network speed of requests for specific uri’s and virtualhosts with mod_ratelimit.

You can check the module docs at mod_ratelimit doc

Leave a comment