欢迎光临IT网Linux学习频道

当前位置: > Linux服务器 > nginx >
  • [nginx] Nginx的TFS模块 nginx-tfs 日期:2014-12-27 22:14:06 点击:195 好评:0

    nginx-tfs 是 Nginx 的扩展模块用于访问淘宝的TFS文件系统。这个模块实现了TFS的客户端,为TFS提供了RESTful API。TFS的全称是Taobao File System,是淘宝开源的一个分布式文件系统。 编译和安装: TFS模块使用了一个开源的JSON库来支持JSON,请先安装yajl-2...

  • [nginx] websockify-nginx-module 日期:2014-12-27 22:13:39 点击:80 好评:0

    websockify-nginx-module 使 Nginx 支持将 TCP 协议转化为 websocket 协议 使js + html5 配合 websockify 理论上可以完成 任意tcp 客户的 web 化 目前 websockify 主要用于 noVNC 项目 广泛用于 web 版本的 vnc 的客户端 安装: git clone https://github.co...

  • [nginx] Nginx平滑升级问题 日期:2014-12-27 20:35:52 点击:113 好评:0

    我想在Nginx添加一个新的模块,重新编译生成新的nginx可执行程序,然后旧的nginx重命名为那个nginx.old,把新的nginx复制到/usr/local/nginx/sbin/下,启动新的nginx,出现如下错误: 网上的解决方发是kill掉原来nginx进程,可是这就不符合平滑升级了,请问有...

  • [nginx] nginx如何修改路径 日期:2014-12-27 20:34:23 点击:133 好评:0

    最近在迁移一套系统,从Apache到Nginx,编译完成后nginx.conf还能修改位置吗,想做成nginx目录可以随便移动,配置文件都是相对路径 就是用include包含指定位置的子部分...

  • [nginx] Nginx 新的重载方式 (nginx -s reload) 日期:2014-12-27 20:32:55 点击:96 好评:0

    Nginx 自从 0.7.53 版本之后新增了一些命令行参数,请看: [oschina@liubc oschina]$ /opt/ngx/sbin/nginx -h nginx version: nginx/0.8.45 Usage: nginx [-?hvVt] [-s signal] [-c filename] [-p prefix] [-g directives] Options: -?,-h : this help -v :...

  • [nginx] Nginx 中如何清除缓存? 日期:2014-12-27 20:32:06 点击:191 好评:0

    Nginx1.0 Tomcat7.0.8 更新了Tomcat下的应用,改动了一个js文件 可是,访问始终都是没改之前的效果 跳过nginx直接访问,是js更新后的效果 我想应该是nginx的缓存问题 请问,怎么把nginx缓存的文件清除掉!呢? 在好个目录下? 目前nginx的配置,关系到缓存的...

  • [nginx] Nginx的缓存问题 日期:2014-12-27 19:14:17 点击:158 好评:0

    我在Nginx配置中已经配置了缓存,并且指定了缓存的路径/nginx/proxy_cache_dir,/nginx/proxy_cache_dir目录的权限也已经能让nobody写入的,但是我的nginx运行两天了,在/nginx/proxy_cache_dir目录下面压根就没看到有什么缓存的文件,更别说什么levels=1:2中...

  • [nginx] Nginx 1.7.9 发布,现已提供下载 日期:2014-12-24 15:12:55 点击:150 好评:0

    Nginx 1.7.9 发 布 ,此版本更新内容如下: *)Feature:variablessupportintheproxy_cache,fastcgi_cache,scgi_cache,anduwsgi_cachedirectives.*)Feature:variablessupportintheexpiresdirective.*)Feature:loadingofsecretkeysfromhardwaretokenswithOpenSS...

  • [nginx] nginx定制header返回信息模块ngx_headers_more 日期:2014-12-18 23:25:53 点击:735 好评:8

    一. 介绍ngx_headers_more ngx_headers_more 用于添加、设置和清除输入和输出的头信息。nginx源码没有包含该模块,需要另行添加。 该模块是ngx_http_headers_module模块的增强版,提供了更多的实用工具,比如复位或清除内置头信息,如Content-Type, Content-...

  • [nginx] Nginx启动失败,提示地址已被占用 日期:2014-12-15 01:49:55 点击:208 好评:0

    nginx启动报错,信息如下: nginx: [emerg] bind() to 0.0.0.0:80 failed (98: Address already in use) nginx: [emerg] bind() to 0.0.0.0:80 failed (98: Address already in use) nginx: [emerg] bind() to 0.0.0.0:80 failed (98: Address already in us...

  • 首页
  • 上一页
  • 121
  • 122
  • 123
  • 124
  • 125
  • 126
  • 127
  • 128
  • 129
  • 130
  • 131
  • 下一页
  • 末页
  • 2012009
栏目列表
推荐内容