02Geek HTML5 and JavaScript, TypeScript, React, Flash, ActionScript online School

Configuring an Appache Server

In the last course we walked you through the process of creating your first linux and in this course we will continue and explore the steps involved in creating an Apache Server.

Duration:

49:28

Created with

Ben Fhala

Ben Fhala

Ben Fhala is the creative force and founder behind 02geek, a pioneering platform dedicated to making web development accessible to everyone. With over 18 years of experience in the industry, Ben has a deep passion for teaching and a knack for breaking down complex concepts into easy-to-understand lessons.

Configuring an Appache Server Overview

What you'll learn

In the last course we walked you through the process of creating your first linux and in this course we will continue and explore the steps involved in creating an Apache Server. The topics that we will cover range from the process of installing applications and updating them on Centos through the configurations and customizations needed to get our first server up and running. In the end of this course you will have a live web page running through your server.

Intro

Setting up expectations

01:03

Installing an Appache Server on Centos

We are back into Yum and we are ready to install our first major application the HTTPD %u2013 better known as Apache Server.

03:18

Starting up the Apache Server

Next step after we install HTTPD is to start it up. We do that using the service command

01:05

Restarting an Apache Server

Besides starting up the server if the server is already running you would want to first stop it and only then start it for that we use the restart property in the service command.

01:50

How to create new folders on a Linux

The next step we want to create a few folders in our linux server.

03:25

Appache and Permissions Part 1

Appache and Permissions Part 1

02:43

Appache and Permissions Part 2

Appache and Permissions Part 2

07:06

A Basic HTML example

we create a basic web page so we can then connect it in the next video to the appache server.

04:42

Configuring our first Server

In this session we will show you how to create and customize your site in your httpd configurations file.

08:15

It's time to focus on our Domain DNS

It's time to focus on our Domain DNS

01:41

Fixing a warning we are getting

Fixing a warning we are getting when we restart the httpd server.

04:30

Adding one more a Record

Adding one more a Record

02:52

Using Virtual Hosts to redirect www to non-www

Using Virtual Hosts to redirect www to non-www or the other way around.

06:59
Download Source Files