Changes

Jump to: navigation, search

Tung httpd conf

3 bytes added, 22:17, 27 July 2011
no edit summary
<font face="Georgia">In this page, you are going to set up a Apache server and allow a user create his own personal web page.
</font>
 
===Creating a Public Web Page===
# Open a browser, and enter <code> http://localhost </code>. Your page should display.
# Make web page accesses by other hosts: <b><code><font color=green >iptables -I INPUT -p tcp --dport http -j ACCEPT</font></code></b>
 
===Serving Personal Home Page===
#* Confirm the context type is correct: <b><code><font color=green >ls -Z public_html</font></code></b>
# Open a browser, and enter <code> http://hostname/~your-user-id/</code>. Your personal page should display.
 
===Create a web script in user's home===
1
edit

Navigation menu