Home >Backend Development >PHP Tutorial >请问如何提高apache的负载?

请问如何提高apache的负载?

WBOY
WBOYOriginal
2016-06-06 20:41:37949browse

我对linux源代码安装apache(或者说我对所有linux源码安装都不太熟悉)。所以在生产环境中间直接使用了如下命令安装:
yum install httpd httpd-devel

请问我该做哪些优化以应对生产环境呢?
不要说用nginx啊!因为是赶着上线,nginx我也不懂,如果学习完全达不到上线要求。。

求教!!!!!!!!

回复内容:

我对linux源代码安装apache(或者说我对所有linux源码安装都不太熟悉)。所以在生产环境中间直接使用了如下命令安装:
yum install httpd httpd-devel

请问我该做哪些优化以应对生产环境呢?
不要说用nginx啊!因为是赶着上线,nginx我也不懂,如果学习完全达不到上线要求。。

求教!!!!!!!!

不用优化,默认的二进制包足够应付99%的场景。

绝大多数项目都是超低流量项目,如果用户多到性能出现问题了,那性能也就不是问题了。

1 先是稳定运行
2 查看日志系统报错以及警告是否多
3 php报警都解决没
4 现在才轮到apache的配置文件调优

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn