Linux 上安裝Apache 2.4

來源:互聯網
上載者:User

我在ubuntu 上測試通過的安裝手順,現在雖然還沒有開始開發,但也許馬上就能用上了吧。

因為考慮到將來的使用者環境不是ubuntu,所以再安裝apache的時候沒有使用apt命令。

1.到以下地址擷取最新版本的httpd的代碼

http://httpd.apache.org/download.cgi

我安裝的是httpd-2.4.4.tar.gz。

2.解壓下載的檔案至httpd-2.4.4檔案夾。

3.下載apr-util和apr

apr-util:http://ftp.kddilabs.jp/infosystems/apache//apr/apr-util-1.4.1.tar.gz

apr:http://ftp.jaist.ac.jp/pub/apache//apr/apr-1.4.6.tar.gz

4.把apr-util和apr拷貝到"<XXX>/httpd-2.4.2/srclib/"檔案夾

注意檔案夾名分別為apr-util和apr,不要帶版本號碼!

5.安裝pcre

apt-get install libpcre3 libpcre3-dev

(這一步是專門針對ubuntu的,在其他版本的作業系統上可能不是這個命令)

6.把目前的目錄設定到httpd-2.4.4檔案夾

執行 ./configure

執行 make

執行 make install

7.把目前的目錄設定到“/usr/local/apache2/bin”

執行 sh apachectl start

完成!

注意:如果許可權不夠請用sudo.

相關文章

聯繫我們

該頁面正文內容均來源於網絡整理,並不代表阿里雲官方的觀點,該頁面所提到的產品和服務也與阿里云無關,如果該頁面內容對您造成了困擾,歡迎寫郵件給我們,收到郵件我們將在5個工作日內處理。

如果您發現本社區中有涉嫌抄襲的內容,歡迎發送郵件至: info-contact@alibabacloud.com 進行舉報並提供相關證據,工作人員會在 5 個工作天內聯絡您,一經查實,本站將立刻刪除涉嫌侵權內容。

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.