From the course: LPIC-2 Linux Engineer (202-450) Cert Prep
Unlock this course with a free trial
Join today to access over 24,300 courses taught by industry experts.
Configuring virtual servers in Apache - Linux Tutorial
From the course: LPIC-2 Linux Engineer (202-450) Cert Prep
Configuring virtual servers in Apache
- If you need to host more than one website on a single Apache server, stay tuned for this episode on virtual hosts, which let us do just that. - [Narrator] You're watching ITProTV. - Welcome back to LPIC-2. Today we're going to be talking about configuring virtual servers in Apache. So Don, what exactly does that mean? What are we going to cover? - Well, we've got a few things to tackle here. The main thing is if we want to host more than one website on a single server, we need a way to do that. We're going to use virtual host to achieve it. So you'll see how to create a virtual host. And then we'll go through the different ways we can identify a website like the domain name, IP, various other things that help us get onto the right vhosts. We're going to write the configuration files, get it fired up, and have multiple websites on our server. - Now when you say virtual servers, virtual hosts, are you talking about…
Practice while you learn with exercise files
Download the files the instructor uses to teach the course. Follow along and learn by watching, listening and practicing.
Contents
-
-
-
-
Installing the Apache web server17m 12s
-
(Locked)
Configuring virtual servers in Apache17m 31s
-
(Locked)
Redirecting URLs with Apache20m
-
(Locked)
Enabling SSL encryption with Apache17m 1s
-
(Locked)
Installing the Squid proxy server16m
-
(Locked)
Restricting server access with Squid15m 29s
-
(Locked)
Enabling user authentication in Squid19m 45s
-
(Locked)
Implementing NGINX as a web server14m 56s
-
(Locked)
Implementing NGINX as a reverse proxy13m 34s
-
-
-
-
-