From the course: Learning CentOS Linux

Unlock the full course today

Join today to access over 22,600 courses taught by industry experts or purchase this course individually.

Setting up a web server

Setting up a web server

From the course: Learning CentOS Linux

Start my 1-month free trial

Setting up a web server

- [Instructor] Let's take a look at setting up a Basic Web Server. Here on my client, I have a file called website.zip. You can download this file from the course page on LinkedIn Learning. I'll send this to my server, and then we'll unzip it, set up a Web Server, and see what this website looks like. I'll use SCP to send the file from my client to the server. And then, I'll connect to the server. Here, I'll create a folder to unzip the Zip file into. And then, I'll unzip the file. Alright, it's pretty easy to get Apache running on CentOS. In large part because basic web server is a base configuration that can be installed with YUM group install. We saw how to install that earlier, but just to make sure that everything is how I expect it to be, I'll write yum groupinstall Basic Web Server. My system doesn't have any changes to make because this group is already installed. Earlier, I put website files in a directory, and now I need to move those over to /var/www/html, which is Apache…

Contents