aboutsummaryrefslogtreecommitdiff
path: root/content/blog/2021-03-30-vps-web-server.org
diff options
context:
space:
mode:
Diffstat (limited to 'content/blog/2021-03-30-vps-web-server.org')
-rw-r--r--content/blog/2021-03-30-vps-web-server.org6
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.