Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 12 additions & 4 deletions docs/guides/web/apache-sites-enabled.md
Original file line number Diff line number Diff line change
@@ -1,22 +1,30 @@
---
title: Apache Multi-Site Setup
title: Apache Multisite
author: Steven Spencer
contributors: Ezequiel Bruni
tested with: 8.5
---

# Apache Web Server Multi-Site Setup
# Apache Web Server Multisite Setup

## What You Need

* A server running Rocky Linux
* Knowledge of the command-line and text editors (This example uses *vi*, but can be adapted to your favorite editor.)
* If you'd like to learn about the vi text editor, [here's a handy tutorial](https://www.tutorialspoint.com/unix/unix-vi-editor.htm).

!!! hint
If you'd like to learn about the vi text editor, [here's a handy tutorial](https://www.tutorialspoint.com/unix/unix-vi-editor.htm).

* Basic knowledge about installing and running web services

## Introduction

Rocky Linux has many ways for you to set up a website. This is just one method, using Apache, and is designed for use as a multi-site setup on a single server. While this method is designed for multi-site servers, it can also act as a base configuration for a single site server as well.
Rocky Linux has many ways for you to set up a website. This is just one method, using Apache, and is designed for use as a multisite setup on a single server. While this method is designed for multisite servers, it can also act as a base configuration for a single site server as well.

Historical fact: This server setup appears to have started with Debian-based systems, but it is perfectly adaptable to any Linux OS running Apache.

For those looking for a similar setup for Nginx, take a [look at this guide.](nginx-multisite.md)

## Install Apache
You'll likely need other packages for your website. For instance, a version of PHP will almost certainly be required, and maybe a database or other package will be needed as well. Installing PHP along with httpd will get you the latest version of both from the Rocky Linux repositories.

Expand Down
2 changes: 1 addition & 1 deletion docs/guides/web/nginx-mainline.md
Original file line number Diff line number Diff line change
Expand Up @@ -280,7 +280,7 @@ The time is coming when browsers maight even just stop letting people see sites
## Additional Configuration Options and Guides

* If you want to see how to make *Nginx* work with PHP, and PHP-FPM specifically, check out our [guide to PHP on Rocky Linux](../web/php.md).
* Instructions on multi-site configuration are coming in another guide.
* If you want to learn how to set up *Nginx* for multiple websites, we now have [a guide on just that subject](nginx-multisite.md).

## Installing the Stable Branch From Rocky's Own Repos

Expand Down
Loading