Configuring an Appache Server
Duration: 49:28
Created with
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.
Ready to Level Up Your Skills?
Join thousands of learners on 02GEEK and start your journey to becoming a coding expert today!
Enroll Now for Free!Intro
Setting up expectations
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.
Starting up the Apache Server
Next step after we install HTTPD is to start it up. We do that using the service command
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.
How to create new folders on a Linux
The next step we want to create a few folders in our linux server.
Appache and Permissions Part 1
Appache and Permissions Part 1
Appache and Permissions Part 2
Appache and Permissions Part 2
A Basic HTML example
we create a basic web page so we can then connect it in the next video to the appache server.
Configuring our first Server
In this session we will show you how to create and customize your site in your httpd configurations file.
It's time to focus on our Domain DNS
It's time to focus on our Domain DNS
Fixing a warning we are getting
Fixing a warning we are getting when we restart the httpd server.
Adding one more a Record
Adding one more a Record
Using Virtual Hosts to redirect www to non-www
Using Virtual Hosts to redirect www to non-www or the other way around.
Ready to Level Up Your Skills?
Join thousands of learners on 02GEEK and start your journey to becoming a coding expert today!
Enroll Now for Free!