一、添加安装源 Centos 默认官方源中没有nginx 和 php-fpm 所以必须添加第三方源,不然就只能自己编译了。 添加[CentALT]源 在/etc/yum.repo.d 目下创建 alt.ru.repo 文件内容如下: [CentALT] name=CentALT Packages for Enterprise Linux 5 - $basearch ba...
本博客介绍腾讯云服务器的Centos6系统部署JavaEE项目 安装Tomcat6 yum -y install tomcat6 tomcat6-webapps tomcat6-admin-webapps tomcat6-docs-webapp tomcat6-javadoc 安装Mysql,安装过程会有设置密码的提示,注意记住密码 [html] view plain copy yum-y...
Forbidden You dont have permission to access / on this server. Additionally, a 403 Forbidden error was encountered while trying to use an ErrorDocument to handle the request. 解决办法: 方法一: vim /etc/selinux/config 打开selinux的配置文...
安装好Centos 6.2 Minimal后,第一件事导入Fedora EPEL repo安装源、安装yum优先级控制软件并升级内核: rpm -ivh http://mirrors.sohu.com/fedora-epel/6/x86_64/epel-release-6-7.noarch.rpm rpm --import /etc/pki/rpm-gpg/RPM-GPG-KEY-EPEL-6 yum -y inst...
如下操作配置Nginx1.0.10+PHP5.3.8(fastcgi)+Mysql5.5.17 使用Nginx官方源,Epel扩展库和remi源,remi源基于epel,必须先安装epel源,remi包含php-fpm,mysql-server5.5,如果只需要php-fpm可以单独安装php-fpm后禁用此源. 安装Nginx源: rpm -ivh http://nginx.org...
Step 1: Installing Remi Repository ## Install Remi Repository onRHEL/CentOS 6.3-6.0 ##rpm -Uvhhttp://mirrors.ustc.edu.cn/fedora/epel/6/x86_64/epel-release-6-8.noarch.rpm rpm -Uvhhttp://rpms.famillecollet.com/enterprise/remi-release-6.rpm S...
CentOS and Red Hat (RHEL) ## Remi Dependency on CentOS 7 and Red Hat (RHEL) 7 ## rpm -Uvh http://dl.fedoraproject.org/pub/epel/7/x86_64/e/epel-release-7-1.noarch.rpm ## CentOS 7 and Red Hat (RHEL) 7 ## rpm -Uvh http://rpms.famillecollet.com...
一、配置防火墙,开启80端口、3306端口 CentOS 7.0默认使用的是firewall作为防火墙,这里改为iptables防火墙。 1、关闭firewall: systemctl stop firewalld.service #停止firewall systemctl disable firewalld.service #禁止firewall开机启动 2、安装iptab...
这个是yum快速安装法,用于开发和测试环境很方便,用于没有特殊要求的生产环境也可以。特殊要求的还是自己去编译安装吧 1、安装Apahce、PHP、MySQL和PHP连接MySQL数据库的包: # yum -y install httpd php mysql mysql-serverphp-mysql 2、安装Apache常用扩...
1.先备份好数据库,php.ini .再停止mysql httpd 2.更新源 rpm-Uvhhttp://dl.fedoraproject.org/pub/epel/6/i386/epel-release-6-8.noarch.rpm rpm-Uvhhttp://packages.sw.be/rpmforge-release/rpmforge-release-0.5.2-2.el6.rf.x86_64.rpm rpm-Uvhhttp://dl....