- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
我运行一个中等流量的网站,该网站似乎一直在崩溃,我必须重新启动,因为它要么无法加载,要么 cloudflare 显示 520 错误。
无论如何,我已经搜索到这个错误,他们说启用 KeepAlive,但我没有在 httpd.conf 中看到该选项。
我的服务器信息(是的,我知道 Linux 很有用,但我也在我的服务器计算机上使用许多 Windows 软件)。我正在运行与 wamp 服务器集成的 apache。
8GB RAM 和 i7-2600,因此它是一个足够快的服务器。
带宽也足够快。
这是错误日志,如果您需要更多信息,请告诉我,谢谢!
[Fri Jan 03 16:02:06.265860 2014] [mpm_winnt:notice] [pid 35404:tid 452] AH00456: Server built: Feb 22 2013 22:08:37
[Fri Jan 03 16:02:06.265860 2014] [core:notice] [pid 35404:tid 452] AH00094: Command line: 'c:\\wamp\\bin\\apache\\apache2.4.4\\bin\\httpd.exe -d C:/wamp/bin/apache/Apache2.4.4'
[Fri Jan 03 16:02:06.266861 2014] [mpm_winnt:notice] [pid 35404:tid 452] AH00418: Parent: Created child process 10260
[Fri Jan 03 16:02:06.660883 2014] [mpm_winnt:notice] [pid 10260:tid 332] AH00354: Child: Starting 150 worker threads.
[Fri Jan 03 19:13:50.867886 2014] [mpm_winnt:notice] [pid 35404:tid 452] AH00422: Parent: Received shutdown signal -- Shutting down the server.
[Fri Jan 03 19:13:52.868000 2014] [mpm_winnt:notice] [pid 10260:tid 332] AH00364: Child: All worker threads have exited.
[Fri Jan 03 19:13:52.915003 2014] [mpm_winnt:notice] [pid 35404:tid 452] AH00430: Parent: Child process 10260 exited successfully.
[Fri Jan 03 19:13:55.018123 2014] [mpm_winnt:notice] [pid 32116:tid 452] AH00455: Apache/2.4.4 (Win64) PHP/5.4.12 configured -- resuming normal operations
[Fri Jan 03 19:13:55.018123 2014] [mpm_winnt:notice] [pid 32116:tid 452] AH00456: Server built: Feb 22 2013 22:08:37
[Fri Jan 03 19:13:55.018123 2014] [core:notice] [pid 32116:tid 452] AH00094: Command line: 'c:\\wamp\\bin\\apache\\apache2.4.4\\bin\\httpd.exe -d C:/wamp/bin/apache/Apache2.4.4'
[Fri Jan 03 19:13:55.020124 2014] [mpm_winnt:notice] [pid 32116:tid 452] AH00418: Parent: Created child process 9012
[Fri Jan 03 19:13:55.355143 2014] [mpm_winnt:notice] [pid 9012:tid 328] AH00354: Child: Starting 150 worker threads.
[Fri Jan 03 20:41:50.496864 2014] [mpm_winnt:notice] [pid 32116:tid 452] AH00422: Parent: Received shutdown signal -- Shutting down the server.
[Fri Jan 03 20:41:54.203076 2014] [mpm_winnt:notice] [pid 9012:tid 328] AH00364: Child: All worker threads have exited.
[Fri Jan 03 20:41:54.238078 2014] [mpm_winnt:notice] [pid 32116:tid 452] AH00430: Parent: Child process 9012 exited successfully.
[Fri Jan 03 20:41:55.553153 2014] [mpm_winnt:notice] [pid 9676:tid 452] AH00455: Apache/2.4.4 (Win64) PHP/5.4.12 configured -- resuming normal operations
[Fri Jan 03 20:41:55.554153 2014] [mpm_winnt:notice] [pid 9676:tid 452] AH00456: Server built: Feb 22 2013 22:08:37
[Fri Jan 03 20:41:55.554153 2014] [core:notice] [pid 9676:tid 452] AH00094: Command line: 'c:\\wamp\\bin\\apache\\apache2.4.4\\bin\\httpd.exe -d C:/wamp/bin/apache/Apache2.4.4'
[Fri Jan 03 20:41:55.555153 2014] [mpm_winnt:notice] [pid 9676:tid 452] AH00418: Parent: Created child process 1272
[Fri Jan 03 20:41:55.885172 2014] [mpm_winnt:notice] [pid 1272:tid 328] AH00354: Child: Starting 150 worker threads.
最佳答案
您可以在 httpd.conf
文件中尝试这些参数。它过去曾帮助解决过此类情况,也可能对您的情况有所帮助。
# AcceptFilter: Windows, none uses accept () instead of AcceptEx ()
# And do not recycle sockets between connections. This is useful
# Network interfaces for which the pilot is defective, and for
# Some network providers like vpn pilots or filters
# Anti-spam, anti-virus or anti-spyware.
AcceptFilter http none
AcceptFilter https none
关于WampServer 上的 Apache 不断崩溃,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/20917022/
如果这不是一个错误,那就是另一个错误。如果不是那样的话,那就是别的东西了。我觉得我的项目已经改变了很多,现在只是试图解决代码签名问题,结果一切都搞砸了。我严格按照说明进行操作,但出现错误,例如当前的“
我不确定是否有一些我不知道的内置变量或规则,或者 make 是否有问题,或者我只是疯了。 对于我的一个项目,我有一个如下的 makefile: CC=g++ CFLAGS=-O3 `libpng-co
我有大约 10 个 div,它们必须不断翻转,每个 div 延迟 3 秒 这个 codrops 链接的最后一个效果是我正在寻找的,但无需单击 div http://tympanus.net/Devel
我如何使用 jQuery 持续运行 PHP 脚本并每秒获取响应,以及将鼠标上的少量数据发送到同一脚本? 我真的必须添加一些随机扩展才能让这么简单的计时器工作吗? 最佳答案 To iterate is
JBoss 4.x EJB 3.0 我见过如下代码(大大简化): @Stateless @TransactionAttribute(TransactionAttributeType.NOT_SUPPO
使用 PHPStorm,我试图忽略每次尝试进行 git 提交时 pop 的 workspace.xml。 我的 .gitignore 看起来像: /.idea/ .idea/workspace.xml
我是一名优秀的程序员,十分优秀!