• CentOS中搭建Gogs服务器

    日期:

    概述 简介 Gogs (Go Git Service) 是一款极易搭建的自助 Git 服务。使用 Go 语言开发使得 Gogs 能够通过独立的二进制分发,并且支持 Go 语言支持的 所有平台,包括 Linux、Mac OS X、Windows 以及 ARM 平台。 功能特性 支持活动时间线 支持 SSH 以及 HTTP/HT...

  • Centos6服务器部署JavaWeb项目

    日期:

    本博客介绍腾讯云服务器的Centos6系统部署JavaEE项目 安装Tomcat6 yum -y install tomcat6 tomcat6-webapps tomcat6-admin-webapps tomcat6-docs-webapp tomcat6-javadoc 安装Mysql,安装过程会有设置密码的提示,注意记住密码 [html] view plain copy yum-y...

  • apache 403 Forbidden error

    日期:

    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 编译安装LAMP

    日期:

    安装好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...

  • Centos6 yum搭建Linux+Nginx+PHP+MYSQL

    日期:

    如下操作配置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...

  • Yum Install Apache2.2.15, MySQL 5.5.28 & PHP 5.4.9 on RHEL 6.X/CentOS 6.X

    日期:

    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...

  • Install Apache/PHP 5.6.0 on CentOS/RHEL 7/6.5

    日期:

    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...

  • CentOS 7.0 yum install LAMP(Apache+PHP+MariaDB)

    日期:

    一、配置防火墙,开启80端口、3306端口 CentOS 7.0默认使用的是firewall作为防火墙,这里改为iptables防火墙。 1、关闭firewall: systemctl stop firewalld.service #停止firewall systemctl disable firewalld.service #禁止firewall开机启动 2、安装iptab...

  • Centos 6.X LAMP/JSP安装或者PHP JSP整合

    日期:

    这个是yum快速安装法,用于开发和测试环境很方便,用于没有特殊要求的生产环境也可以。特殊要求的还是自己去编译安装吧 1、安装Apahce、PHP、MySQL和PHP连接MySQL数据库的包: # yum -y install httpd php mysql mysql-serverphp-mysql 2、安装Apache常用扩...

  • CentOS 6升级PHP5.5 MYSQL5.5.31 或者安装LAMP

    日期:

    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....