摘要: 阅读全文
posted @ 2014-09-10 15:27 huidaoli 阅读(546) 评论(0) 推荐(0) 编辑
摘要: 一,操作系统以最小服务器形式安装系统,并添加开发工具库,便于后期编译使用。此处基本都是下一步,下一步,不再废话。安装完成,进入系统,调通网络,关闭防火墙或打开相应的WEB端口。以下安装操作默认都在/root目录下进行。二,nginx安装下载pcre和zlib,地球人都知道……wgetftp://ft... 阅读全文
posted @ 2014-09-10 13:06 huidaoli 阅读(287) 评论(0) 推荐(0) 编辑
摘要: 操作系统:CentOS6.5环境:Apache2.2安装成功、可查看:http://www.centoscn.com/image-text/install/2014/0505/2910.html Mysql5.5已经安装成功、可查看:http://www.centoscn.com/image-tex... 阅读全文
posted @ 2014-09-10 13:05 huidaoli 阅读(1371) 评论(0) 推荐(0) 编辑
摘要: 安装环境:CentOS-6.5安装方式:源码安装软件:apache-tomcat-8.0.0.RC3.tar.gz安装前提安装tomcat将apache-tomcat-8.0.0.RC3.tar.gz文件上传到/usr/local中执行以下操作:[root@localhost ~]# cd /usr... 阅读全文
posted @ 2014-09-10 12:55 huidaoli 阅读(290) 评论(0) 推荐(0) 编辑
摘要: 1、查看系统是否安装了MySQL 使用命令: #rpm -qa | grepmysql2、卸载已安装的MySQL 卸载mysql命令如下: #rpm -e --nodeps mysql-libs-5.1.61-4.el6.x86_64 要将 /var/lib/mysql文件夹下的所有文... 阅读全文
posted @ 2014-09-10 12:29 huidaoli 阅读(600) 评论(0) 推荐(0) 编辑
摘要: 1、到chinaunix下载mysql下载地址:http://download.chinaunix.net/download/0008000/7159.shtml2、上传到CentOS服务器本例放在 /home/jiangfeng3 中3、创建mysql组及用户[root@localhost ~]#... 阅读全文
posted @ 2014-09-10 11:44 huidaoli 阅读(141) 评论(0) 推荐(0) 编辑
摘要: 安装说明安装环境:CentOS-6.3安装方式:源码编译安装软件:cmake-2.8.10.2.tar.gz下载地址:http://www.cmake.org/cmake/resources/software.html安装前提系统中已经安装了g++和ncurses-devel,如果没有安装使用下面的... 阅读全文
posted @ 2014-09-10 11:26 huidaoli 阅读(214) 评论(0) 推荐(0) 编辑
摘要: 在centos上成功编译安装nginx 1.4、php 5.4并成功启动nginx和php-fpm后,访问php提示"File not found.",同时在错误日志中看到:复制代码 代码如下:2013/10/22 20:05:49 [error] 12691#0: *6 FastCGI sent ... 阅读全文
posted @ 2014-09-10 10:56 huidaoli 阅读(784) 评论(0) 推荐(0) 编辑