ubuntu
文章平均质量分 66
honn
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
Ubuntu下安装nginx常见问题及解决办法
1.安装C++编译器 sudo apt-get install build-essential 安装libtool sudo apt-get intall libtool 安装openssl sudo apt-get install openssl libssl-dev libperl-del 2.安装pcre [nginx不支持pcre2] ftp://ftp.cs原创 2016-03-02 12:13:59 · 680 阅读 · 0 评论 -
ubuntu下的nginx+php配置与常见问题
1.安装nginx sudo apt-get install nginx 2.安装php sudo apt-get install php5 php5-cgi 3.安装fastcgi sudo apt-get install spawn-fcgi 4.配置Nginx /usr/local/nginx/conf : nginx.conf 和 nginx.conf.default原创 2016-03-03 17:16:06 · 511 阅读 · 0 评论
分享