Linux執行環境安裝全解(轉)

ba發表於2007-08-16
Linux執行環境安裝全解(轉)[@more@]最新的軟體包下載下來後,我開始正是編譯安裝:

一、編譯安裝Apache2.2.3。
CODE:
shell>tar xvf httpd-2.2.3.tar.gz
shell>cd httpd-2.2.3
shell>./configure --prefix=/usr/local/apache
>--enable-rewrite=shared
>--enable-speling=shared
shell>make
shell>make install
shell>vi /usr/local/apache /conf/httpd.conf
//進入usr/local/apache/bin
shell>./apachectl -k start
//這時候可以透過 測試
shell>./apachectl -k stop

來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/10617731/viewspace-960536/,如需轉載,請註明出處,否則將追究法律責任。

Linux執行環境安裝全解(轉)
請登入後發表評論 登入
全部評論

相關文章