From abf4347b277c4eb35e6e25371da130ea5e54a5d9 Mon Sep 17 00:00:00 2001 From: mjfernez Date: Fri, 29 Oct 2021 19:05:50 -0400 Subject: Scrub ascii --- tutorials/how-to-make-this-site.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tutorials') diff --git a/tutorials/how-to-make-this-site.html b/tutorials/how-to-make-this-site.html index 112bbe2..8469fbd 100644 --- a/tutorials/how-to-make-this-site.html +++ b/tutorials/how-to-make-this-site.html @@ -16,7 +16,7 @@

Because of that, I think it's important to understand that "running your own website" is not just a technical ordeal, but also an economic one since you have to carefully think about what it means to you to own your server, your software, and your hardware. That doesn't mean it's hard to do, just that there's options.

## What is a web server and how do I run one? TL;DR a web server is just a program that lets other computers on a network view files in a chosen folder. All you need to do is download a web server: apache and nginx are popular ones, but you can easily program your own with web frameworks like Flask or Facil

You can run a web server for free right now. If you're on windows go download Apache for Windows here and follow the set up guide here. If you're on Linux, you probably already have it installed.

-

Find the configuration file in sites-available/default (on windows, this may be led by C:FilesSoftware Foundation ). You'll see something like the following:

+

Find the configuration file in sites-available/default (on windows, this may be led by C:FilesSoftware Foundation ). You'll see something like the following:

<VirtualHost *:80>
     ServerAdmin webmaster@localhost
 
-- 
cgit v1.2.3