summaryrefslogtreecommitdiff
path: root/content
diff options
context:
space:
mode:
authorChristoph Cullmann <cullmann@kde.org>2019-04-09 08:57:37 +0200
committerChristoph Cullmann <cullmann@kde.org>2019-04-09 08:57:37 +0200
commita9851769a147fd6e7b4d67b016c4f28e485838ce (patch)
tree94967d072e6e9620b932e0d8414c2436efb0ef8c /content
parentea50627d1d7050f2b3b636705d45a9c40dc5f500 (diff)
fix typos
Diffstat (limited to 'content')
-rw-r--r--content/posts/webserver-transition.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/content/posts/webserver-transition.md b/content/posts/webserver-transition.md
index a3f7a6e..1acdcc1 100644
--- a/content/posts/webserver-transition.md
+++ b/content/posts/webserver-transition.md
@@ -5,9 +5,9 @@ draft: false
---
Several years the [kate-editor.org](https://kate-editor.org) & [cullmann.io](https://cullmann.io) pages got hosted on a [Hetzner](https://www.hetzner.de/) root server.
-To reduce costs and switch away from old hardware they got now moved to a [OpenVZ](https://openvz.org/) based virtual server at [Host Europe](https://www.hosteurope.de).
+To reduce costs and switch away from old hardware they got now moved to an [OpenVZ](https://openvz.org/) based virtual server at [Host Europe](https://www.hosteurope.de).
-On both servers [CentOS](https://centos.org) 7.x is running, it did always provide a stable foundation of the web services.
+On both servers [CentOS](https://centos.org) 7.x is running, it did always provide a stable foundation for the services these sites use.
As with any server move in the past, I always need to search how to best move the data/config from one server to the other.
To document this for me and others, here the quick way to move the basic things needed for web services using just plain [Apache](https://httpd.apache.org/) & [MariaDB](https://mariadb.org/).