Moving HTTPD From One Machine to Another: Difference between revisions
Jump to navigation
Jump to search
Jgutierrez6 (talk | contribs) (Created page with "= Introduction = Here are instructions on how to migrate httpd functions to another machine. Main example is migrating from CentOS 7 to Rocky Linux 8. = Instructions =") |
Jgutierrez6 (talk | contribs) mNo edit summary |
||
Line 1: | Line 1: | ||
= Introduction = | = Introduction = | ||
Here are instructions on how to migrate | Here are instructions on how to migrate HTTPD functions to another machine. Main example is migrating from CentOS 7 to Rocky Linux 8. | ||
= Instructions = | = Instructions = | ||
# Install these packages | |||
#: <source> dnf install -y webalizer httpd certbot python3-certbot-apache mod_limitipconn </source> | |||
# |
Revision as of 00:02, 17 July 2024
Introduction
Here are instructions on how to migrate HTTPD functions to another machine. Main example is migrating from CentOS 7 to Rocky Linux 8.
Instructions
- Install these packages
dnf install -y webalizer httpd certbot python3-certbot-apache mod_limitipconn