码迷,mamicode.com
首页 >  
搜索关键字:nginx+php    ( 848个结果
Nginx(一)初始环境的安装(php5.3+mysql5.1+fastcgi…)
关参考资源http://www.lnmp.org/index.html\\LNMP一键安装包http://www.howtocn.org/nginx\\Nginx模块参考手册中文版http://blog.s135.com/nginx_php_v6/\\张宴写的nginx文章http://www.ng...
分类:数据库   时间:2015-02-03 19:07:40    阅读次数:416
nginx php fastcgi Connection reset by peer的原因及解决办法
Connection reset by peer这个错误是在nginx的错误日志中发现的,为了更全面的掌握nginx运行的异常,强烈建议在nginx的全局配置中增加error_log logs/error.log notice;这样,就可以记录nginx的详细异常信息。nginx的错误日志中会出现C...
分类:Web程序   时间:2015-01-30 20:59:44    阅读次数:192
阿里云配置nginx+php+mysql
#yum -y install php mysql mysql-server mysql-devel php-mysql php-cgi php-mbstring php-gd php-fastcgi#yum -y install nginx#chkconfig nginx on#yum insta...
分类:数据库   时间:2015-01-29 19:20:29    阅读次数:158
centos 7.0 PHP 5.6.5 安装过程 (php+nginx)
php网址http://php.net/downloads.php首先下载php-5.6.5.tar.gz[root@localhost src]# wget http://cn2.php.net/distributions/php-5.6.5.tar.gz--2015-01-24 18:51:49...
分类:Web程序   时间:2015-01-24 20:06:13    阅读次数:507
zabbix nginx php mariadb安装
mariadb编译安装1,现在源码包这里用的mariadb-10.0.15.tar.gz解压下载地址http://mirrors.neusoft.edu.cn/mariadb/mariadb-10.0.15/source/mariadb-10.0.15.tar.gz[root@node144src]#ls mariadb-10.0.15.tar.gz [root@node144src]#tarxfmariadb-10.0.15.tar.gz [root@node144s..
分类:数据库   时间:2015-01-17 23:39:46    阅读次数:1348
解决nginx 报错提示:rewrite or internal redirection cycle while internally redirecting to "/",
配置好nginx+php-fpm,访问首页,提示报错: 2015/01/14 23:04:39 [error] 10964#2788: *2 rewrite or internal redirection cycle while internally redirecting to "/", client: 127.0.0.1, server: bk, request: "GET / HTTP/1...
分类:其他好文   时间:2015-01-15 00:34:42    阅读次数:2115
ubuntu 14.04安装nginx+php+mysql
前段时间的折腾,颇费一番周折,过程中发现网上的许多资料比较老旧过时了,所以在这里也简单把过程重新整理一遍,争取一帖解决问题。基于最新的Ubuntu 14.04(2014年9月)搭建nginx、php、mysql环境,以下全部命令行操作:1,由于需要大量的权限操作,方便起见临时提升权限,使用root账...
分类:数据库   时间:2015-01-12 20:44:59    阅读次数:210
服务器配置初级与进阶
初级篇:(单机模式) 假设配置:(Dual core 2.0GHz,4GB ram,SSD) 基础框架:apache(PHP) + Mysql / IIS + MSSQL (最基础框架,处理一般访问请求) 进阶1:替换Apache为Nginx,并在数据库前加上cache层【数据库的速度是最大的瓶颈】 Nginx(PHP) + Memcache + Mysql (此时已经...
分类:其他好文   时间:2015-01-12 16:31:37    阅读次数:207
Centos6.6 搭建nginx+php
架构这个平台可谓是一波三折,中间出了好多错误,以前nginx+php还没有搭建过。网上的文章写的乱七八糟的,也不想看,就看了下这方面的工作原理。到现在才捯饬出来。工作原理:nginx发现有php页面过来的时候,会通过fastcgi(监听程序)把请求交给php-fpm模块进行处理。然后在返..
分类:Web程序   时间:2015-01-12 06:55:15    阅读次数:329
CentOS 6.4 安装配置LNMP服务器(Nginx+PHP+MySQL) 及搭建Wordpress
准备:1.配置防火墙,开启80端口、3306端口#Firewallconfigurationwrittenbysystem-config-firewall#Manualcustomizationofthisfileisnotrecommended.*filter:INPUTACCEPT[0:0]:FORWARDACCEPT[0:0]:OUTPUTACCEPT[0:0]-AINPUT-mstate–stateESTABLISHED,RELATED-jACCEPT-AINPUT..
分类:数据库   时间:2015-01-10 18:29:52    阅读次数:245
848条   上一页 1 ... 67 68 69 70 71 ... 85 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!