图像服务时 Apache HTTP Server 变慢

Apache HTTP Server slows down when image serving

我的问题如下:

https://serverfault.com/questions/295304/basic-apache-httpd-server-setup-becomes-slow-to-serve-images-requiring-frequent

Apache 服务器在提供图像时变慢 frequently.Eventhough 我设置并激活 mpm_prefork_module。

我可能会安装一个与 Apache 并行并且只提供图像的网络服务器(我想出了这个并行服务器 idea.Do 你建议这样做吗?)。我找到了 varnish,但我的服务器在 windows 上并且 Nginx 不是免费的。你建议我使用什么来提供图片服务或者我应该怎么做?

Nginx 是免费开源的,您可以在这里下载:

https://nginx.org/en/download.html

主线版本

能否提供更多信息? (apache 日志)