Tôi không thể bắt đầu apache2 do vấn đề bộ nhớ.
dịch vụ apache2 bắt đầu
Action 'start' failed.
The Apache error log may have more information.
failed!
đuôi -n 100 /var/log/apache2/error.log
fork: Cannot allocate memory
unable to fork new process
Đây là đầu ra của tệp apache2.conf của tôi
<IfModule mpm_prefork_module>
StartServers 150
MinSpareServers 10
MaxSpareServers 150
MaxClients 150
MaxRequestsPerChild 2000
</IfModule>
Có ý kiến gì không? :)
Chúc mừng
MaxSpareServers
và có thểMaxClients
là tốt.