2010年3月28日 星期日

Ubuntu的Apache安裝

在Ubuntu中安裝Apache很簡單,只需執行下列的指令即可:

sudo apt-get install apache2

要注意是的下列目錄及文件:

/etc/apache2/ #--apache2.conf, httpd.conf
/usr/lib/apache2/modules #--*.so

/etc/init.d/apache2
/usr/sbin/apachectl
/usr/bin/htpasswd

/var/www/ #--webroot

/etc/init.d/apache2及/usr/sbin/apachet1效果是相同的,只是/etc/init.d/apache2會自動執行。

如果有任何的設定需要變更需修改/etc/apache2/httpd.conf。

針對Apache2的啓動與停止命令如下:

/etc/init.d/apache2 start
/etc/init.d/apache2 stop
/etc/init.d/apache2 restart

如果不清楚Apache2命令則直接輸入

/etc/init.d/apache2
* Usage: /etc/init.d/apache2 {start|stop|restart|reload|force-reload|start-htcacheclean|stop-htcacheclean|status}

沒有留言: