2011年7月27日 星期三

Fedora 上手動安裝 Apache (using source code to install)

首先到Apache 官網download Apache HTTP Server (http://httpd.apache.org/)

Step1.解壓縮
tar zxvf httpd-2.2.17.tar.gz

Step2.
make clean

Step3.
./configure --prefix=/usr/local/apache --enable-shared=max --enable-module=rewrite --enable-module=so

Ste4.
make && make install

Step5. 開機自動啟動Apache
vi /etc/rc.d/rc.local
加入 /usr/local/apache/bin/apachectl start

Step6.
Done.

參考資料:http://tw.myblog.yahoo.com/trail-0721/article?mid=-2&prev=62&l=a&fid=9

沒有留言: