Tengine动态模块加载的使用方法(2)

 

realtime_zonesize 16m; server { listen 9081 backlog=8192; server_name realtime.request.demo; charset utf-8; location / { realtime_request on; access_log off; log_not_found off; } }

 

访问对应页面即可看到各个vhost访问的统计信息:

image

然后再来验证一下echo模块的正确性,配置文件(/etc/tengine/vhost.d/echo.tengine.conf):

 

server { listen 9082 default_server; server_name echo.tengine.org; charset utf-8; location / { echo "hello, world!"; access_log off; log_not_found off; } }

 

打开对应页面即可看到echo打印的信息了:

image

是不是非常灵活、好用呢?

相关阅读

CentOS 6.4制作Tengine的rpm包

Tengine动态开启模块试用

CentOS 6.3用ICC编译PHP5.4.8+Percona5.5.27+Tengine1.4.1

基于淘宝Tengine和Scribe的WEB日志收集方案

基于Tengine部署LNMP环境

Tengine 的详细介绍请点这里
Tengine 的下载地址请点这里

内容版权声明:除非注明,否则皆为本站原创文章。

转载注明出处:https://www.heiqu.com/e53aad70621b226186a1d02bd161f44d.html