localhost uri自动添加index.php,ZABBIX安装详解

本文档详细介绍了如何在Linux环境中通过源码安装ZABBIX,首先需要搭建LNMP(Nginx+PHP)基础环境。首先,从指定地址下载Nginx 1.8.0和PHP 5.6.15的源码,并进行编译安装,配置选项包括SSL支持、状态模块和GZIP静态模块等。然后,按照同样的步骤安装PHP,配置选项涉及bz2、curl、gd库等,并启用相关模块。完成安装后,ZABBIX将运行在 LNMP 环境下。
摘要由CSDN通过智能技术生成

ZABBIX安装

一、基础环境安装

zabbix安装需要LAMP或者LNMP环境,本次使用LNMP

1Nginx安装

1)源码获取地址http://www.doczj.com/doc/d74a1518b42acfc789eb172ded630b1c59ee9bf7.html/download/nginx-1.8.0.tar.gz

2)安装

#yum-y install pcre-devel

#tar xf nginx-1.8.0.tar.gz

#cd nginx-1.8.0/

#./configure--prefix=/usr/local/nginx--user=nginx--group=nginx --with-http_ssl_module--with-http_stub_status_module--with-http_gzip_static_module --with-pcre

#make&&make install

2php安装

1)源码获取地址

http://www.doczj.com/doc/d74a1518b42acfc789eb172ded630b1c59ee9bf7.html/get/php-5.6.15.tar.gz/from/this/mirror 2)安装

#yum-y install bzip2-devel libcurl-devel libxml2-devel gd-devel jpeg-devel

#tar xf php-5.6.15.tar.gz

#cd php-5.6.15

#./configure--prefix=/usr/local/php-5.6.15--with-config-file-path--with-bz2--with-curl --enable-ftp--enable-sockets--disable-ipv6--with-gd--with-jpeg-dir--with-png-dir --with-freetype-dir--enable-gd-native-ttf--with-iconv-dir--enable-mbstring --enable-calendar--with-gettext--with-libxml-dir--with-zlib--with-pdo-mysql=mysqlnd --with-mysqli=mysqlnd--with-mysql=mysqlnd--enable-dom--enable-xml--enable-fpm --with-libdir=lib64--enable-bcmath--enable-mbstring--enable-sockets

#make&&make install

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值