diff options
author | Christian Cleberg <hello@cleberg.net> | 2025-06-23 15:20:07 -0500 |
---|---|---|
committer | Christian Cleberg <hello@cleberg.net> | 2025-06-23 15:20:07 -0500 |
commit | f304d459c5278a135650296d2b1c407314d903fb (patch) | |
tree | c5fbcdebea6b6b389f4bf677355df3107fd7a1fe /content/blog/2021-03-30-vps-web-server.org | |
parent | 5c89edc7c3ef52910eeb0be9eafa1278f575ffe9 (diff) | |
download | cleberg.net-f304d459c5278a135650296d2b1c407314d903fb.tar.gz cleberg.net-f304d459c5278a135650296d2b1c407314d903fb.tar.bz2 cleberg.net-f304d459c5278a135650296d2b1c407314d903fb.zip |
feat(blog): update blog post titles and fix character bugs
Diffstat (limited to 'content/blog/2021-03-30-vps-web-server.org')
-rw-r--r-- | content/blog/2021-03-30-vps-web-server.org | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/content/blog/2021-03-30-vps-web-server.org b/content/blog/2021-03-30-vps-web-server.org index fb7fe2a..0e51d9f 100644 --- a/content/blog/2021-03-30-vps-web-server.org +++ b/content/blog/2021-03-30-vps-web-server.org @@ -1,10 +1,10 @@ #+date: <2021-03-30 Tue 00:00:00> -#+title: Virtual Private Server (VPS) Web Server Configuration Guide +#+title: From Shared Hosting to VPS: Web Server Setup Made Easy #+description: Instructional outline for setting up and maintaining a VPS environment configured for secure and scalable web hosting applications. #+slug: vps-web-server #+filetags: :vps:webserver:setup: -* Shared Hosting vs. VPS +* Shared Hosting vs. VPS Choosing a place to host a website is one of the most confusing decisions for beginner web developers. Even for experienced web devs, @@ -407,6 +407,6 @@ This is one of the areas shines]]. For simpler or more Linux-oriented questions, I suggest using [Linuxize] ([[https://linuxize.com]]). -If you're getting certain errors (e.g. =500 Internal Server Error=) and +If you're getting certain errors (e.g. =500 Internal Server Error=) and need to debug locally, you can view the =access.log= and =error.log= files in the =/var/log/apache/= directory. |