1
edit
Changes
→Creating a Public Web Page
# Create index.html in <b><code><font color=brown >/var/www/html/ </font></code></b>directory, write some html code in the file
# Open a browser, and enter <code> http://localhost </code>. Your page should display.
# Make web page accesses by available to other hosts: <b><code><font color=green >iptables -I INPUT -p tcp --dport http -j ACCEPT</font></code></b>
===Serving Personal Home Page===