2010年8月24日 星期二

Apache 2 基本安裝 (Http server)

Apache 維基百科 : http://zh.wikipedia.org/zh-tw/Apache_HTTP_Server
Apache 軟體基金會 : http://www.apache.org/


安裝Apache 2
$ sudo apt-get install apache2



安裝完會顯示一堆已掛載的module

Enabling module autoindex.
Enabling module dir.
Enabling module env.
Enabling module mime.
...等等


停止 Apache 2
$ sudo /etc/init.d/apache2 stop
* Stopping web server apache2
... waiting [ OK ]
啟動 Apache 2
$ sudo /etc/init.d/apache2 start
* Starting web server apache2 [ OK ]
重新啟動 Apache 2
$ sudo /etc/init.d/apache2 restart


檢視 Apache 2 的內部設定值(主要是找設定檔位址)
$ sudo /usr/sbin/apache2 -V
#從這行看設定檔的位址

-D SERVER_CONFIG_FILE="/etc/apache2/apache2.conf"

沒有留言:

張貼留言