http://blog.sina.com.tw/21hitech/articl ... ryid=81784
在 Ubuntu 6.06 版本 Webmin 1.2 的功能 Apach 2 管理需要修改設定才能正常運作,還好修改的地方不多;花點時間作調適就可以解決問題。
Ubuntu 版透過 deb 檔安裝的 Webmin,在中文介面下簡直是不忍卒賭;考慮再三後還是設定成英文介面。不過在 Server 管理功能上,Appach 的『模組組態 Module Config 』設定需要作修正才能正常使用。
在 【Configurable options】設定要修改如下:
1.File or directory to add virtual servers to → /etc/apache2/sites-enabled/000-default
2.Directory to create links in for new virtual servers → /etc/apache2/sites-enabled/000-default
在 【System configuration】設定要修改如下:
1.Apache server root directory → /etc/apache2
2.Path to httpd executable → /usr/sbin/apache2ctl
3.Apache version → apache2
4.Path to the apachectl command → /usr/sbin/apache2ctl
5.Command to start apache → /etc/init.d/apache2 start
6.Command to stop apache → /etc/init.d/apache2 stop
7.Path to httpd.conf or apache2.conf → /etc/apache2/apache2.conf
8.Path to srm.conf → /etc/apache2/srm.conf
9.Path to access.conf → /etc/apache2/access.conf
10.Path to mime.types → /etc/apache2/mime.types
11.系統設定完成後就可以使用啦!
12.使用 Webmin 修改設定 Apache2 後,必需重新啟動 Apache2 ,設定才能生效。
13.在建立 Apache 的 Virtual host 功能,若是在防火牆前透過 Private IP 轉換,那就需要在 /etc/hosts 檔案增加一比指到內部 IP 的記錄。
【附記】在設定好之後使用 Webmin 好像並不如預期順利,可能用這種方式來設定 Module 並不正確;所以開始研究直接設定 Apache2
1. 在【/etc/apache2/sites-enabled】目錄設定 Virtual Name Server,每個檔案都可以建立一個虛擬站台,因此只用單一個 000-default 檔案來設定似乎並不完美。
發表於 2006/08/01 11:03 PM