
nginx
lzq123_1
这个作者很懒,什么都没留下…
展开
-
64位centOS6.3部署mysql-5.6.19+nginx1.6.0+php5.5.14
1.系统约定软件源代码包存放位置:/usr/local/src源码包编译安装位置:/usr/local/软件名字2.安装编译工具及库文件(使用yum命令安装)yum install -y apr* autoconf automake bison bzip2 bzip2* cloog-ppl compat* cpp curl curl-devel fo原创 2014-10-24 11:10:03 · 1421 阅读 · 0 评论 -
centOS6.3自启动nginx,php,hadoop
蓝色部分为文件的内容,橙色部分为新加的启动项目[root@master bin]# cat /etc/rc.d/rc.local#!/bin/sh## This script will be executed *after* all the other init scripts.# You can put your own initialization stuff in her原创 2014-11-21 17:16:03 · 1076 阅读 · 0 评论 -
win7-64-nginx-mysql-php
Nginx是一个高性能的HTTP和反向代理服务器,同时还是IMAP/POP3/SMTP代理服务器,该程序由俄罗斯Rambler.ru 站点开发,Nginx因为性能稳定、低系统资源消耗而闻名。近几年Nginx在国内已经成炙热化状态,比如像腾讯、网易、51CTO、迅雷、当当网、51、人人网等诸多大型网站都已经使用Nginx来做Web服务器,所以学习Nginx还是非常有必要的。1.准备安转载 2015-06-07 15:57:12 · 898 阅读 · 0 评论