
apache
大1宏
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
Apache Prefork、Worker和Event三种MPM分析
三种MPM介绍 Apache 2.X 支持插入式并行处理模块,称为多路处理模块(MPM)。在编译apache时必须选择也只能选择一个MPM,对类UNIX系统,有几个不同的MPM可供选择,它们会影响到apache的速度和可伸缩转载 2013-01-23 23:35:55 · 615 阅读 · 0 评论 -
apache2.x修改默认端口后报 Starting httpd: (13)Permission denied: make_sock: could not bind to address .
该问题是由SELinux 引起的(注本人的环境为centos 6.0)解决办法有两个:1.快速解决(不推荐)vi /etc/sysconfig/selinuxSELINUX=enforcing =>SELINUX=disabledreboot2.从根上解决(推荐)根据自己的需求在selinux中添加需要指定的端口a)前提需转载 2013-01-10 21:08:03 · 853 阅读 · 0 评论 -
apache的性能调配 MaxClients 与MaxRequestsPerChild
因近期服务不稳定,现象和这个比较类似http://hi.baidu.com/xinfeng999/blog/item/1aea470e214ab1cd7acbe1ed.html根据现象来对APACHE调优,以前用MAXCLIENTS 3000,砖家建议后,改为1500,今天查资料如下:http://www.linuxqq.net/MaxClients 要加到多少?连接数理论上当转载 2013-01-14 13:14:34 · 10058 阅读 · 0 评论 -
nginx转发apache显示真实IP
来源:http://blog.chinaunix.net/uid-23766031-id-3190183.html 在http中加入: proxy_pass http://$host:81; proxy_set_header Host $host; proxy_set_header X-Real-IP转载 2013-01-17 18:02:26 · 1102 阅读 · 0 评论 -
CentOS 6.0 系统 LAMP(Apache+MySQL+PHP)安装步骤
CentOS 6.0 系统 LAMP(Apache+MySQL+PHP)安装步骤作者:匿名 来源:ShunYea Studio 浏览:17388次 2011-9-4 14:39:15 字号:大 中 小 先来解释一下,什么是 LAMP。正如标题所言,LAMP 实际上就是 Linux、Apache、MySQL、PHP 四个名称的缩写,当然最后一个 “P” 还有其他说法是 P转载 2013-11-27 21:16:00 · 929 阅读 · 0 评论 -
centos 下 apache+svn安装
1. [代码]apache+avn 001#!/bin/sh002 003########下载源代码包##########004wget http://subversion.tigris.org/down转载 2014-01-27 13:37:30 · 800 阅读 · 0 评论