Douglas E. Comer
Computer Science Department
Purdue University
West Lafayette, IN 47907
webmaster: W. David Laverell
Companion
Topics
Home
Book
Information
Purpose
of Site
Getting
Started
Students
Faculty
"What's
New"
"Coming
Attractions"
"C Pointers"
Acknowledgements
|
|
Hands-On Networking: Experiment 16.1 (An Emulab Approach)
Home > Student > Experiments > Emulab > 16.1
Chapter 16: Experiment 16.1 - Configure An Apache Web
Server
This experiment is extremely easy to do in an Emulab
environment. I used the FC4-STD image and did the following:
- sudo yum -y install httpd
- sudo /sbin/chkconfig httpd on
- sudo /sbin/service httpd start
- sudo vi /var/www/html/a.html
to make a web page
- Point a browser to the routable IP address of the node to
see my page.
This site is maintained by W. David Laverell
of the Computer Science Department
at Calvin College. For assistance or corrections,
please contact him at . |
|