bram85 Posted April 27, 2009 Share Posted April 27, 2009 I'd like to restrict resources with Apache's RLimit* directives. For example, I've put RLimitMem 32000000 32000000 in the global part of httpd.conf. However, I want to allow a few virtualhosts to exceed this 32M limit. But when I add a similar RLimitMem directive with 64M to the virtual host it still seems to fall back to the system wide setting. Is there a way to achieve this overriding? So it should be about whitelisting sites to allow more memory usage, not raising the global setting and limit all other virtualhosts. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.