Chinaunix首页 | 论坛 | 博客
  • 博客访问: 42888
  • 博文数量: 11
  • 博客积分: 1410
  • 博客等级: 上尉
  • 技术积分: 130
  • 用 户 组: 普通用户
  • 注册时间: 2006-01-24 12:37
文章分类
文章存档

2006年(11)

我的朋友
最近访客

分类: 系统运维

2006-02-20 14:36:02

./configure --prefix=/apache2 --with-mpm=worker --with-apr-util=/usr/local/apr-util/bin/ --enable-so --enable-authnz-ldap --enable-ldap --enable-proxy --enable-proxy-ajp --enable-proxy-ftp --enable-proxy-http --enable-proxy-balancer --enable-cache --enable-disk-cache --enable-mem-cache

(此配置方法开启了LDAP验证以及proxy和cache)

转发配置

ProxyPass
SetEnv force-proxy-request-1.0 1
SetEnv proxy-nokeepalive 1


代理配置
ProxyRequests on
ProxyRemote *


负载均衡

       BalancerMember ajp://localhost:8009
       BalancerMember ajp://example.org:8009
   

   
        ProxyPass balancer://myCluster/examples/
   

 

cache用法


CacheRoot /usr/local/httpd/cache
CacheEnable disk /
CacheDirLevels 5
CacheDirLength 3


CacheEnable mem /
MCacheSize 4096
MCacheMaxObjectCount 100
MCacheMinObjectSize 1
MCacheMaxObjectSize 2048

# When acting as a proxy, don't cache the list of security updates
CacheDisable http://security.update.server/update-list/

阅读(1496) | 评论(2) | 转发(0) |
给主人留下些什么吧!~~