1.檢視系統版本;
uname -alinux vm11060057 2.6.18-164.el5 #1 smp thu sep 3 03:28:30 edt 2009 x86_64 x86_64 x86_64 gnu/linux
head -n 1 /etc/issuecentos release 5.4 (final)
2.安裝apache2.2
2) tar -zxvf 解壓對應壓縮包。
3)到apache目錄下 ,vi install
checking for apr... no
configure: error: apr not found . please read the documentation.
5)安裝apr,cd apr-1.4.5
# ./configure
# make
# make install
6)再次編譯出現該錯誤:configure: error: apr-util not found . please read the documentation.
7)安裝apr-util
# ./configure --prefix=/usr/local/apr-util --with-apr=/usr/local/apr
# make
# make install
9)安裝pcre
# ./configure --prefix=/usr/local/pcre
# make
# make install
10)繼續安裝apache/httpd,./configure 時加上引數 --with-apr=/usr/local/apr/ --with-apr-util=/usr/local/apr-util/ --with-pcre=/usr/local/pcre;
11)安裝完畢apache;
3.安裝php 5.3.8
2)任意位置新增如下內容
4. 單獨編譯安裝apache rewrite_module
1)編譯
# /$apachepath/bin/apxs -i -a -c ./mod_rewrite.c
5.配置對應虛擬目錄和.htaccess
1)配置目錄略
2)options followsymlinks
allowoverride none
改為 options followsymlinks
allowoverride all
開啟loadmodule rewrite_module modules/mod_rewrite.so
6.重啟,可以正常訪問。
ubuntukylin 64bit 安裝推薦
ubuntukylin是ubuntu社群中面向中文使用者的ubuntu衍生版本,與麒麟系統沒有關係。它是由工信部軟體 積體電路促進中心 csip 國防科技大學 nudt 與國際著名開源社群ubuntu的支援公司canonical發起的一款開源社群作業系統專案。發行版本從13.04開始,其有以下特性 ...
CentOS 8 64bit 安裝 Lnmp 這裡
centos 8上移除了screen,需要安裝epel後安裝screen執行 yum install screen 目前可以直接通過執行命令 yum install epel release 直接進行安裝,如果此命令無法安裝可以嘗試以下方法 安裝完成後再執行 centos 系統執行 yum inst...
centos前端環境安裝
許多朋友不清楚自己是否有資料盤需要掛載 雖然購買時自己買沒買你應該知道的,但還是有人不知道啊 那麼你應該在linux伺服器上使用使用 fdisk l 命令檢視。如下圖 若您執行fdisk l命令,發現沒有 dev xvdb 標明您的雲服務無資料盤,那麼您無需進行掛載,此時該教程對您不適用 yum y...