Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
Apache Web Server
Rating: 4.0 out of 5(408 ratings)
3,038 students

Apache Web Server

How to Host Single, Multiple Websites, Named, IP Based Virtual Hosting, Security, User Authentication, LAMP Stack, HTTPS
Created byVipin Gupta
Last updated 1/2026
English

What you'll learn

  • Introduction to Apache Web Server, Lab Setup Details, How to Launch Single Website, What are the different configuration options and their use
  • How to Launch Multiple Websites, What is Virtual Hosting, Named Based Virtual Hosting, IP Based Virtual Hosting, How to test web sites
  • Use elinks, lynx and curl browsers, What is Host Based Security, How to grant/deny access based on IP and Network, How to Implement Apache User Authentication
  • What is the role of .htaccess File, How to implement and Use Per-user Web Directories, What is LAMP Stack, How to Launch HTTPS Website
  • How to Create and Use Databases
  • Launching a Simple LAMP Application
  • Testing HTTPS Website
  • How to Launch Apache Web Server On AWS Cloud and Link Third Party Certificate to Implement Secure Website

Course content

12 sections132 lectures7h 18m total length
  • Apache Lab Setup Details5:03

    How to setup the Apache Web Server Lab. We are using 3 VMs for this lab.

  • System Setup Master10:13

    How to setup master system.

  • System Setup Master - Verify3:31

    How to verify whether the master system is as per our requirements or not.

  • System Setup C104:30

    How to setup c10 system.

  • System Setup C10 - Verify3:06

    How to verify whether the c10 system is as per our requirements or not.

  • System Setup C203:52

    How to setup c20 system.

  • System Setup C20 - Verify2:59

    How to verify whether the c20 system is as per our requirements or not.

  • Verify Apache Web Server Lab Setup3:44

    Check connectivity between different VMs.

  • Verify Apache Web Server Lab Setup - Demo3:57

    Check connectivity between different VMs Demo.

Requirements

  • Basics of Linux

Description

There are mainly 3 web servers are available. They are Apache, Nginx and IIS. But Apache is the most used web server. Apache is very important part of LAMP (Linux, Apache, Mariadb, PHP) stack. This course covers simple as well as advanced topics. Step by step details of how we have setup the lab is also given. We are using CentOS 7 for Apache Web Server Implementation. What are the packages required for implementing various concepts. How to install those packages & verify.

How to use Apache Web Server. How to make changes in Apache configuration file. What is home page. What is DocumentRoot. How to change the web server listening port. How to Launch Single Website. How to launch multiple sites on single IP Address. Named Based Virtual Hosting. IP Based Virtual Hosting. How to test web sites. How to use elinks, curl and lynx browsers. What is Host Based Security. How to block access based on IPs and Networks. What is User Authentication. How to make sure that only authenticated users are able to access the website. What is the role of .htaccess file. Per-user web directories. How to enable users to launch their own websites using home directory. How to configure other options such as Indexes, Redirect. What is LAMP Stack. How to configure LAMP Stack. How to create and use databases. Launching a simple LAMP Application. How to Launch HTTPS Web Site. How to create private key and generate self signed certificate.



Who this course is for:

  • Anyone who wants to learn Apache Web server
  • Anybody who wants to have knowledge about LAMP Stack
  • Anybody who wants to know how to Implement Secure Website