213k views
5 votes
Complete the following tasks and then create a short video to demonstrate your work.

1) Install and run an Apache secure web server on your Linux OS.

2) Configure your webserver to use the public_html folder for all users.

3) Create a simple web page in a user's public_html directory.

4) Create a video and upload to demonstrate your server configuration.

5) Change to the user/public_html directory and display the contents of the directory and then display the .htaccess file

6) Navigate to the /etc/httpd/conf directory and show the configuration files that implement the htaccess

7) Open a browser and display the index.html file

User DmitryK
by
7.8k points

1 Answer

1 vote

Final answer:

To complete the tasks, install and configure Apache web server on Linux, create a web page in the public_html directory, and provide a video demonstration of the server configuration.

Step-by-step explanation:

  1. Install the Apache secure web server on Linux.
  2. Configure the webserver to use the public_html folder for all users.
  3. Create a simple web page in a user's public_html directory.
  4. Create and upload a video to demonstrate the server configuration.
  5. Change to the user/public_html directory and display the contents and .htaccess file.
  6. Navigate to the /etc/httpd/conf directory and show the htaccess configuration files.
  7. Open a browser and display the index.html file.

User Ranish
by
7.4k points