linux(ubuntu)
xw987172
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
nginx.conf设置了什么
user worker_processes 1;//一般等于cpu数量全局错误日志及PID文件error_log /var/log/nginx/error.log; pid /var/run/nginx.pid;工作模式及连接数上限events { use epoll; #epoll是多路复用IO(I/O Multiplexing)中的一种转载 2016-10-22 11:29:48 · 354 阅读 · 0 评论 -
ubuntu搭建记录
ubuntu系统是16.04,有一个特点是apt库没有php5的只有php7的, 所以如果要安装php5的 就需要额外操作了sudo add-apt-repository ppa:ondrej/phpsudo apt-get update sudo apt-get install php5.6转载 2016-11-09 16:23:21 · 320 阅读 · 0 评论
分享