Lab 6 - Review of Users, Bind, Apache, and vsFTPd
This lab will give you some practice setting up the servers that we have used so far. There will be part marks given for partially completing this lab.
Be sure to check your work as you go along.
- Add three users to your server,
harry,ron, andhermione. Set the password for each of these users toblack. - Add the domain
hogwarts.comto your DNS server with the same computer names as in lab 3. - In the apache configuration, add a virtual host for
hogwarts.com. Put an HTML file in the directory wherehogwarts.comwill look for files. This file must include your name(s). - If you did not do it before, setup user directories in Apache so that users can
publish files to the web from their home directory. Put an HTML file in each of
harry,ronandhermione's home directory where they can be accessed through the web. - Set up vsFTPd so that
ronandhermionecan update their files by FTP butharrycan not. - Have your work checked by the instructor.
Bonus (+2): Change it so that harry's files can not be accessed by the web.