亚洲激情专区-91九色丨porny丨老师-久久久久久久女国产乱让韩-国产精品午夜小视频观看

溫馨提示×

溫馨提示×

您好,登錄后才能下訂單哦!

密碼登錄×
登錄注冊×
其他方式登錄
點擊 登錄注冊 即表示同意《億速云用戶服務條款》

apache配置zabbix下setup.php無法顯示

發布時間:2020-06-17 18:35:12 來源:網絡 閱讀:2019 作者:w274189159 欄目:web開發

apache

1、web頁面無法顯示:

原因一:檢查系統是否安裝apache,以便解析html

原因二php沒有完全安裝好

原因三apache沒有提供對php的支持

原因四apache的配置文件中DocumentRoot的參數值沒有改成zabbix的路徑,zabbix默認的路徑    是/var/www/html/

 

解決方案一:安裝apache

tar zxvf httpd-2.2.23.tar.gz

cd httpd-2.2.23

./configure --prefix=/usr/local/apache

make && make install

安裝過程中出現錯誤, 則在編譯時入加 --with-included-apr 參數

 

解決方案二:完整安裝php

安裝php時首先要檢查系統是否安裝了支持zabbix的依賴包,特別GD庫的安裝,如果gd庫沒安裝會 導致zabbix安裝過程出現問題。

 

<1>安裝freetypelibpngjpeg以便于讓php支持GD庫(WeatherMap插件必須要較新的GD庫支持)

tar -zxvf libpng-1.2.18.tar.gz

./configure --prefix=/usr/local/libpng

make && make install

 

tar -zxvf freetype-2.3.5.tar.gz

./configure --prefix=/usr/local/freetype

make &&make install

 

tar -zxvf jpegsrc.v7.tar.gz

mkdir /usr/local/libjpeg

mkdir /usr/local/libjpeg/bin

mkdir /usr/local/libjpeg/lib

mkdir /usr/local/libjpeg/man

mkdir /usr/local/libjpeg/man/man1

./configure --prefix=/usr/local/libjpeg/ --enable-shared --enable-static

make && make install

 

tar -zxvf gd-2.0.28.tar.gz

./configure --prefix=/usr/local/libgd --with-png --with-freetype=/usr/local/freetype/ --with- jpeg=/usr/local/libjpeg/ 

make && make install

 

安裝完成后,gd進行配置:

 

vi /etc/ld.so.conf

/usr/local/freetype/lib

/usr/local/libjpeg/lib

/usr/local/libgd/lib

ldconfig   --------執行命令,使用動態裝入器裝載找到的共享庫

 

<2>安裝PHP

 

cd php-5.6.0

  ./configure --prefix=/usr/local/php --with-apxs2=/usr/local/apache/bin/apxs --with- mysql=/usr/local/mysql/ --with-mysqli=/usr/local/mysql/bin/mysql_config --enable-bcmath --enable- mbstring --enable-sockets --with-gd --with- gettext --with-freetype-dir=/usr/local/freetype/ --with-jpeg- dir=/usr/local/libjpeg/ 

make clean 

make && make install

安裝完后將tar包中的php.ini-developmentphp.ini-production復制到到/usr/local/php/lib下,并更名為php.ini

 

 

-with-apxs2=/usr/local/apache/bin/apxs 

支持apache

--with-mysql=/usr/local/mysql/ 

支持mysql

--with-mysqli=/usr/local/mysql/bin/mysql_config

優化支持mysqli

--enable-bcmath 

打開圖片大小調整

--enable-mbstring 

多字節,字符串的支持

--enable-sockets 

打開sockets 支持

--with-gd 

打開gd庫的支持

--with-gettext 

打開gnugettext 支持,編碼庫用到

--with-freetype-dir=/usr/local/freetype/

打開對freetype字體庫的支持

--with-jpeg-dir=/usr/local/libjpeg/ 

打開對jpeg圖片的支持

 

解決方案三:apache沒有提供對php的支持

打開apache的配置文檔/usr/local/apache/conf/httpd.conf,修改其中參數

模塊中修改為

  DirectoryIndex index.html index.php

 

模塊中添加

AddType application/x-httpd-php .php .php3 .php4

修改完成后需重新啟動apache

 

2、訪問目錄http://ip/zabbix會顯示:

Forbidden  

You don't have permission to access /test/ on this server.

 

解決方案:

apache的配置文檔中找到,其中定義了Deny from all,可以將其注釋,就不會封網段

 

3、zabbix在安裝過程中出現無法找到sock文件的問題

解決方案:

mysqlsocket.sock文件軟鏈接到zabbix的路徑

 

4、登錄進zabbix頁面中,頁面顯示如下錯誤:

ini_set(): Use of mbstring.internal_encoding is deprecated [dashboard.php:21 → require_once() → 

ZBase->run() → ZBase>initLocales() → init_mbstrings() →

 ini_set() in /var/www/html/zabbix/include/locales.inc.php:25]

 

解決方案:

將路徑中/var/www/html/zabbix/include/locales.inc.php的第25行數據注釋掉,頁面不會顯示錯誤


向AI問一下細節

免責聲明:本站發布的內容(圖片、視頻和文字)以原創、轉載和分享為主,文章觀點不代表本網站立場,如果涉及侵權請聯系站長郵箱:is@yisu.com進行舉報,并提供相關證據,一經查實,將立刻刪除涉嫌侵權內容。

AI

谷城县| 秭归县| 仙游县| 怀来县| 巴楚县| 诸城市| 泰宁县| 盈江县| 东阿县| 山西省| 进贤县| 平南县| 平安县| 卓资县| 乌兰察布市| 湛江市| 芷江| 治县。| 汶川县| 钟山县| 浦县| 恩施市| 鹤岗市| 民勤县| 龙川县| 淄博市| 大冶市| 达尔| 靖州| 迁安市| 九龙城区| 囊谦县| 临颍县| 焉耆| 北京市| 阜南县| 综艺| 连江县| 得荣县| 内丘县| 河西区|