Nginx
forlong401
Ubuntu, Fedora and MAC Fans.
Android and ios App developer.
Mobile and Internet.
展开
-
linux,Centos 6.3 yum安装Nginx+php+Mysql,配置防火墙,开启,关闭端口命令
http://www.hongyanliren.com/116.htmllinux,Centos 6.3 yum安装Nginx+php+Mysql,配置防火墙,开启,关闭端口命令。操作系统:CentOS 6.3 32位准备篇:一、配置好IP、DNS 、网关,确保使用远程连接工具能够连接服务器二、配置防火墙,开启80端口、3306端口vi /etc转载 2014-12-18 22:35:00 · 1085 阅读 · 0 评论 -
CentOS 6.6 LNMP搭建
http://henianen.blog.51cto.com/6100762/15849601.wget http://www.atomicorp.com/installers/atomic #下载atomic yum源sh ./atomic #安装2.yum -y install nginxservice nginx star转载 2014-12-18 22:36:49 · 2390 阅读 · 0 评论 -
nginx报 File not found 错误
原因可能很多,但对于初学者。大部分应该是/etc/nginx/conf.d/default.conf里面的php解析部分配置不对。解决的话就是把root定义,在server下加上,这样root的作用域就扩大了。把location ~ \.php${里面的root删除。fastcgi_param部分改为$document_root$fastcgi_script_name;好了,来总结原创 2014-12-22 17:41:04 · 13181 阅读 · 0 评论 -
nginx去掉index.html改为index.php
apache下只要在全局配置文件中设置了缺省首页index.html就能实现直接到达index.php,但是nginx目前默认情况下只能到达index.html而不能访问到index.php,初期接触NGINX的er可能会觉得很困扰,下面来介绍一下这问题怎么借助URL重定位rewrite技术,才能实现缺省index.html时,跳转到index.php页面进行访问。 具体情况请看以下代码转载 2014-12-22 22:03:16 · 11159 阅读 · 1 评论 -
Nginx 战斗准备:优化指南
http://linux.cn/article-5265-weibo.html原文:http://blog.zachorr.com/nginx-setup/译文:http://www.oschina.net/translate/nginx-setup大多数的Nginx安装指南告诉你如下基础知识——通过apt-get安装,修转载 2015-04-16 20:14:46 · 595 阅读 · 0 评论 -
高可用可伸缩架构实用经验谈
http://mp.weixin.qq.com/s?__biz=MzA5Nzc4OTA1Mw==&mid=407972399&idx=1&sn=8b6e35f9b1c76043aeabcd5c56bb5290&scene=0#wechat_redirect移动互联网、云计算和大数据的成熟和发展,让更多的好想法得以在很短的时间内实现为产品。此时,如果用户需求抓得准,用户数量将很可能获得爆转载 2016-01-18 13:47:37 · 513 阅读 · 0 评论