溫馨提示×

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

密碼登錄×
登錄注冊(cè)×
其他方式登錄
點(diǎn)擊 登錄注冊(cè) 即表示同意《億速云用戶服務(wù)條款》

安裝Apache時(shí)可能會(huì)遇到的問(wèn)題

發(fā)布時(shí)間:2020-07-05 21:22:25 來(lái)源:網(wǎng)絡(luò) 閱讀:447 作者:M四月天 欄目:web開(kāi)發(fā)


configure錯(cuò)誤提示1:

configure:error: in `/usr/local/src/httpd-2.2.21/srclib/apr':
configure:error: no acceptable C compiler found in $PATH
See `config.log'for more details.

解決方法:

yum install -y gcc 



configure錯(cuò)誤提示2:

checking whether to enable mod_deflate... configure: error: mod_deflate has been requested but can not be built due to prerequisite failures

解決方法:

yum install -y zlib-devel



make前為了防止報(bào)錯(cuò)可先安裝一些庫(kù)文件:

yum install -y pcre pcre-devel apr apr-devel



啟動(dòng)Apache錯(cuò)誤提示:

httpd: Could not reliably determine the server's fully qualified domain name, using 180.16                8.41.175 for ServerName

解決方法:

vim /usr/local/apache2/conf/httpd.conf

ServerName www.example.com:80   //去掉前面的注釋符#  如下
ServerName www.example.com:80






向AI問(wèn)一下細(xì)節(jié)

免責(zé)聲明:本站發(fā)布的內(nèi)容(圖片、視頻和文字)以原創(chuàng)、轉(zhuǎn)載和分享為主,文章觀點(diǎn)不代表本網(wǎng)站立場(chǎng),如果涉及侵權(quán)請(qǐng)聯(lián)系站長(zhǎng)郵箱:is@yisu.com進(jìn)行舉報(bào),并提供相關(guān)證據(jù),一經(jīng)查實(shí),將立刻刪除涉嫌侵權(quán)內(nèi)容。

AI