分类: 原创

编译nginx 1.9.5 启用http2

4 条评论

2015 年 10 月 19 日 at 上午 9:39分类:原创 | 学习笔记

nginx 最新版本 1.9.5 已经支持 http2,需要编译时增加参数 –with-http_v2_module
更多…

编译支持http2的curl

3 条评论

2015 年 10 月 17 日 at 下午 2:04分类:原创 | 学习笔记

ubuntu 14.04 在运行

curl https://www.xdty.org -v --http2.0

时提示

curl: (1) Unsupported protocol。

更多…

prosody以www-data权限运行

无评论

2015 年 4 月 7 日 at 上午 11:07分类:原创 | 整理 | 学习笔记

我在项目中实现了一个通过web调用prosodyctl register来增加xmpp服务新用户的功能。对开始调试时web使用的root运行,所以没有发现问题,部署时uwsgi使用www-data用户运行,这样在调用prosodyctl register时会不能访问到prosody的配置文件目录。
更多…

libvlc-android编译及启用网络流缓冲事件

无评论

2015 年 4 月 7 日 at 上午 10:50分类:原创 | 整理 | 学习笔记

libvlc是一个很强大的视频播放库,在android调用可以直接播放rtmp视频流,我写这篇用来记录libvlc对android的编译过程及如何打开网络流缓冲事件。
更多…

openwrt(wndr4300)安装rutorrent

无评论

2014 年 12 月 21 日 at 下午 2:22分类:原创 | 学习笔记

如前文编译安装了rtorrent-rpc,web界面使用rutorrent,需要php的支持,详细过程如下
更多…

openwrt使用lighttpd替换uhttpd

无评论

2014 年 12 月 21 日 at 下午 2:14分类:原创 | 学习笔记

习惯使用lighttpd了,所以用lighttpd替换了默认的uhttpd,之后安装php,rutorrent也是在lighttpd下配置。过程如下:
更多…