Open main menu

CDOT Wiki β

Changes

Tung httpd conf

882 bytes removed, 00:12, 31 July 2011
Blanked the page
==Running and Configuring Apache Server==
<b><big>Introduction</big></b>
 
<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===
# Login as root user
# Configure the Apache server to start when the Fedora is booted: <b><code><font color=green >chkconfig httpd on</font></code></b>
# Start the Apache server: <b><code><font color=green >service httpd start</font></code></b>
# 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 other hosts: <b><code><font color=green >iptables -I INPUT -p tcp --dport http -j ACCEPT</font></code></b>
 
===Serving Personal Home Page===
 
fdsfdsfds
1
edit