 |
|
 |
|
 |
| 高性能的 HTTP 和 反向代理 服务器Nginx(3) |
来源: www.ixdba.net 
作者: IXDBA.NET官方
时间:2008-06-30 阅读:21
|
|
本文章共4204字,分3页,当前第3页,快速翻页:
|
proxy_read_timeout 90;
proxy_buffers 32 4k;
测试配置文件
[root@test conf]# /usr/local/nginx/sbin/nginx -t
2008/05/04 15:40:02 [info] 2363#0: the configuration file /usr/local/nginx/conf/nginx.conf syntax is
ok
2008/05/04 15:40:02 [info] 2363#0: the configuration file /usr/local/nginx/conf/nginx.conf was tested
successfully
启动
[root@test conf]# /usr/local/nginx/sbin/nginx
[root@test conf]# ps fax
9400 ? Ss 0:00 nginx: master process /usr/local/nginx/sbin/nginx
9401 ? S 0:00 \_ nginx: worker process
9402 ? S 0:00 \_ nginx: worker process
http://192.168.1.250:81/NginxStatus
Active connections: 1
server accepts handled requests
2 2 11
Reading: 0 Writing: 1 Waiting: 0
http://192.168.1.250:81就可以访问我的页面了用着个nignx+tomcat来替代apache+jk+tomcat
同样的可以让squid来监听80端口 这样就透明代理了
查看服务器信息 IXDBA.NET技术社区
[root@test conf]# curl -I http://localhost
HTTP/1.0 200 OK
Server: nginx/0.6.26
Date: Sun, 04 May 2008 07:18:27 GMT
Content-Type: text/html;charset=GBK
Set-Cookie: JSESSIONID=0CE2D90115EFDE9830215A55414BF11F; Path=/
X-Cache: MISS from test.suantop.com
Via: 1.0 test.abc.com (squid/3.0.STABLE2)
Connection: close
阅读更多内容:<<上一页 · 1 · 2 · 3
|
|
|
|
| |
|
|
|
| | |
|