Skip to main content

PHP-FPM Coming up the learning curve

Comments

2 comments

  • cPanelLauren
    Hello, I think the following documentation might be worth a read:
    0
  • Jelf
    I am not using "prefork MPM" so your third link does not apply. Yes, I have been looking through the other 2 links you provided. Yesterday my server had 136,000+ hits. Most of those were from users opening various maps I produced as described in my post. Response time only slowed once when the 'Apache status' screen showed that "requests currently being processed" + "idle workers" was very close to 150. Where do I look to raise this 150 limit given that I am using pm = ondemand? My understanding from the docs is that pm=demand means my server ignores the settings for: pm.max_children = 5 pm.max_requests = 25 pm.max_spare_servers = 5 pm.min_spare_servers = 1 pm.start_servers = 0
    0

Please sign in to leave a comment.