Hacker News new | ask | show | jobs
by diggan 4935 days ago
What is ruining the performance and why is it default?
1 comments

One example as one of the commenters noted was prefork being the default mpm. Something else valuable for static performance is allowoverride none (disable htaccess checking). As to why it is default, I suspect due to the popularity of php and other modules which often misbehave on the threaded worker mpm.