There are many parameters in the Apache configuration file, the vast majority of the Apache is running in mpm_prefork mode, and prefork parameters debugging is essential. Prefork model use a different process for each request, so it can avoid much security problem. It has strong self-adjustment ability, can adapt to different pressure more intelligent. To […]
↧