nginx-push-stream-module学习
github地址:https://github.com/wandenberg/nginx-push-stream-module
nginx文档地址:https://www.nginx.com/resources/wiki/modules/push...
liunx安装软件中./configure,make,make install
[ ]
评论:0
热度:712
1. configure ,这一步一般用来生成Makefile,为下一步的编译做准备。
./configure --prefix= /usr 表示将软件安装在/u...
Apache源码安装
参考:http://blog.163.com/wb_zhaoyuwei/blog/static/183075439201341511589479/
wget http://archive.apache.org/d...
全栈学习-22讲apche,nignx模块开发
1 概念
1. apache模块扩展方式
静态编译--with-ssl
动态模块.so
2.动态模块DSO
&...
upyun上传类的简单封装
使用CI框架:
<?php
/**
* Created by PhpStorm.
* User: Administrator
* Date: 15-9-2
* ...