简体   繁体   English

Apache服务器上Wordpress上的内部服务器错误500

[英]Internal server error 500 on wordpress on Apache server

I'm getting a 500 internal server error from time to time on a VPS server running Ubuntu 15.04 and Apache (installed like the perfect server here: https://www.howtoforge.com/tutorial/perfect-server-ubuntu-15.04-with-apache-php-myqsl-pureftpd-bind-postfix-doveot-and-ispconfig/ ) 我在运行Ubuntu 15.04和Apache的VPS服务器上时不时地收到500个内部服务器错误(安装在此处的完美服务器就像这样: https : //www.howtoforge.com/tutorial/perfect-server-ubuntu-15.04-与Apache PHP PHP Myqsl-Pureftpd-bind-postfix-doveot-and-ispconfig /

The server has 5 Wordpress installs and the sites have no traffic to speak of as they're being deployed. 该服务器有5个Wordpress安装,并且在部署站点时没有流量可言。 The VPS is from digital ocean with the following specs: 1GBMemory, 1 CoreProcessor, 30GBSSD Disk, 2TBTransfer. VPS来自数字海洋,具有以下规格:1GB内存,1个CoreProcessor,30GBSSD磁盘,2TBTransfer。

Can the resources be maxed out -- or is there a different explanation? 资源可以用尽吗?还是有不同的解释?

This is the error log from /var/log/apache2: http://pastebin.com/zVjJh8fP 这是来自/ var / log / apache2的错误日志: http : //pastebin.com/zVjJh8fP

Thanks in advance, 提前致谢,

Kind reagards 亲切的建议

It has to do with APC failing to allocate enough memory. 这与APC无法分配足够的内存有关。 Try lowering shm_size. 尝试降低shm_size。 But if possible increasing your memory would be a good idea. 但是,如果可能的话,增加内存将是一个好主意。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM