Tags
Language
Tags
April 2024
Su Mo Tu We Th Fr Sa
31 1 2 3 4 5 6
7 8 9 10 11 12 13
14 15 16 17 18 19 20
21 22 23 24 25 26 27
28 29 30 1 2 3 4

Apache Web Server

Posted By: ELK1nG
Apache Web Server

Apache Web Server
MP4 | h264, 1280x720 | Lang: English | Audio: aac, 44100 Hz | 5h 30m | 1.97 GB
How to Host Single Website, Named, IP Based Virtual Hosting, Security, User Authentication, LAMP Stack, HTTPS

What you'll learn
Introduction to Apache Web Server
Lab Setup Details
How to Launch Single Website
What are the different configuration options & 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 & Use Per-user Web Directories
What is LAMP Stack
How to Create & Use Databases
Launching a Simple LAMP Application
How to Launch HTTPS Website
Testing HTTPS Website
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 or work with LAMP Stack