Linux: Web Services

Go to class
Write Review

Free Online Course: Linux: Web Services provided by LinkedIn Learning is a comprehensive online course, which lasts for 1-2 hours worth of material. The course is taught in English and is free of charge. Upon completion of the course, you can receive an e-certificate from LinkedIn Learning. Linux: Web Services is taught by Scott Simpson.

Overview
  • Get a web server up and running on your Linux machine. Learn how to install and configure web services in CentOS 7 using Apache.

Syllabus
  • Introduction

    • Welcome
    • What you should know
    • Using the exercise files
    1. Serve Web Content with Apache
    • How a web server works
    • Ensure network connectivity
    • Install Apache
    • Explore the configuration file
    • Start up and shut down the web service
    • Deploy a site
    • Configure logging
    • Add modules to extend Apache
    • Use virtual hosts to serve many sites
    • Common troubleshooting topics
    2. Secure the Site and Control Access
    • Secure access with SSL
    • Create a self-signed certificate
    • Use a certificate from a Certificate Authority (CA)
    • Add an SSL certificate to your site
    • Protect a site with a .htaccess file
    • Rewrite a URL with a .htaccess file
    Conclusion
    • Other web servers
    • Next steps