安裝 Apache |
sudo apt-get install apache2
sudo /etc/init.d/apache2 start
sudo a2enmod rewrite
-------------------
輸入 http://伺服器IP
網頁會出現
It works!
This is the default web page for this server.
The web server software is running but no content has been added, yet. |
|
|