CentOS-7-64bit 配置Apache + MySQL + PHP

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

CentOS 7部署Zabbix 3.0(apache php mariadb)

1、安装php yuminstall-yphpphp-mysqlphp-gdlibjpeg*php-ldapphp-odbcphp-pearphp-xmlphp-xmlrpcphp-mbstringphp-bcmathphp-mhashvim/etc/php.inimax_input_time=300max_execution_time=300da

ubuntu 16.04 apache2 git gitweb

安装软件 sudo apt-get install git git-core sudo apt-get install apache2 sudo apt-get install Git-core openssh-server openssl-client Python-setuptools #启用相应模块 sudo a2enmod dav_fs #sudo a2enmod dav 添加git用户用

返回顶部