Skip to content

Update LAMP Stack Guide for Fedora, AlmaLinux, and Rocky Linux #7313

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 31 commits into
base: develop
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
31 commits
Select commit Hold shift + click to select a range
b55e419
Update publish date for How to Configure HAProxy HTTP Load Balancing …
nmelehan Jan 28, 2025
ad20b67
Merge pull request #7180 from nmelehan-akamai/rc-v1.360.0
nmelehan-akamai Jan 28, 2025
fc64ad7
Merge pull request #7188 from nmelehan-akamai/rc-v1.361.0
nmelehan-akamai Feb 6, 2025
1b94d52
Merge pull request #7193 from jddocs/rc-v1.362.0
jddocs Feb 11, 2025
15eecb3
Merge pull request #7196 from wildmanonline/rc-v1.363.0
wildmanonline Feb 13, 2025
b330cdf
Merge pull request #7198 from jddocs/rc-v1.364.0
jddocs Feb 20, 2025
5dc78e8
Merge pull request #7202 from nmelehan-akamai/rc-v1.365.0
nmelehan-akamai Feb 26, 2025
c1629de
Merge pull request #7206 from jddocs/rc-v1.366.0
jddocs Mar 4, 2025
9a01f33
Merge pull request #7217 from jddocs/rc-v1.367.0
jddocs Mar 12, 2025
c23333d
Merge pull request #7222 from nmelehan-akamai/rc-v1.368.0
nmelehan-akamai Mar 18, 2025
66851f9
Merge pull request #7227 from nmelehan-akamai/rc-v1.369.0
nmelehan-akamai Mar 27, 2025
01ace9b
Merge pull request #7230 from nmelehan-akamai/rc-v1.370.0
nmelehan-akamai Mar 31, 2025
121c3c8
Merge pull request #7244 from nmelehan-akamai/rc-v1.371.0
nmelehan-akamai Apr 14, 2025
28f6e52
Merge pull request #7249 from jddocs/rc-v1.372.0
jddocs Apr 22, 2025
614a341
Merge pull request #7256 from nmelehan-akamai/rc-v1.373.0
nmelehan-akamai Apr 29, 2025
2bef8a7
Merge pull request #7261 from nmelehan-akamai/rc-v1.374.0
nmelehan-akamai May 6, 2025
db7964e
Merge pull request #7262 from jddocs/rc-v1.375.0
jddocs May 8, 2025
d0c9625
Merge pull request #7267 from nmelehan-akamai/rc-v1.376.0
nmelehan-akamai May 15, 2025
01d7efe
Merge pull request #7270 from jddocs/rc-v1.377.0
jddocs May 20, 2025
5f32985
Merge pull request #7278 from nmelehan-akamai/rc-v1.378.0
nmelehan-akamai May 28, 2025
96cf6d5
Merge pull request #7280 from jddocs/rc-v1.379.0
jddocs May 29, 2025
2d57fb3
Merge pull request #7283 from jddocs/rc-v1.380.0
jddocs Jun 3, 2025
96f7eaa
Merge pull request #7286 from jddocs/rc-v1.381.0
jddocs Jun 9, 2025
f0133c9
Merge pull request #7293 from jddocs/rc-v1.382.0
jddocs Jun 24, 2025
0c8f32b
Merge pull request #7297 from jddocs/rc-v1.383.0
jddocs Jun 30, 2025
9f3bd94
Merge pull request #7301 from nmelehan-akamai/rc-v1.384.0
nmelehan-akamai Jul 15, 2025
73eeaeb
Merge pull request #7310 from jddocs/rc-v1.385.0
jddocs Jul 23, 2025
0e115e5
Updates guide content for Fedora AlmaLinux Rocky Linux versions
Jul 24, 2025
cd94d3a
Update index.md
DHBR2 Jul 28, 2025
54cf2a8
Update index.md
DHBR2 Jul 28, 2025
1c8d944
Update index.md
DHBR2 Jul 31, 2025
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
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,13 @@ license: '[CC BY-ND 4.0](https://creativecommons.org/licenses/by-nd/4.0)'

[HAProxy](http://www.haproxy.org) is an intermediary gateway application that manages traffic between frontend clients and backend server resources. HAProxy can be configured to load balance traffic between a set of backend servers, and it can be configured to route HTTP requests according to the URL path of the request.

This guide is the second part in a series on HAProxy. The first guide, [Getting Started with HAProxy TCP Load Balancing and Health Checks](/docs/guides/getting-started-with-haproxy-tcp-load-balancing-and-health-checks/), provided steps to build a minimally configured network of Nanodes:
This guide is the second part of a series on HAProxy. The first guide, [Getting Started with HAProxy TCP Load Balancing and Health Checks](/docs/guides/getting-started-with-haproxy-tcp-load-balancing-and-health-checks/), provided steps to build a minimally configured network of Nanodes:

- An HAProxy node was set up as a TCP load balancer
- Three Linode Marketplace WordPress servers served as the backends
- TCP health checks were configured on the HAProxy node
- An HAProxy node was set up as a TCP load balancer.
- Three Linode Marketplace WordPress servers served as the backends.
- TCP health checks were configured on the HAProxy node.

This second guide presents another configuration for this server cluster that demonstrates how to use path-based routing and HTTP health checks.
This second guide provides another configuration for this server cluster that demonstrates how to use path-based routing and HTTP health checks.

## Before You Begin

Expand Down Expand Up @@ -295,4 +295,4 @@ Follow these steps to test the concepts from the previous sections:

![The HAProxy stats page showing all three defined backends.](HAProxy-stats-page.png)

This page holds a wealth of information regarding the health of your servers, including status, sessions, bytes in/out, errors, warnings, and more.
This page holds a wealth of information regarding the health of your servers, including status, sessions, bytes in/out, errors, warnings, and more.

Large diffs are not rendered by default.

68 changes: 36 additions & 32 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@
"tailwindcss": "github.com/linode/linode-docs-theme"
}
},
"dependencies": {},
"devDependencies": {
"@babel/cli": "^7.24.7",
"@babel/core": "^7.24.7",
Expand All @@ -31,7 +30,7 @@
"cypress-axe": "^1.5.0",
"cypress-html-validate": "^6.1.0",
"html-validate": "^8.20.1",
"postcss": "^8.4.38",
"postcss": "^8.5.6",
"postcss-cli": "^11.0.0",
"prettier": "^3.3.2",
"prettier-plugin-go-template": "^0.0.15",
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Release notes for this project are kept here: https://github.com/linode/terraform-provider-linode/releases
Loading
Loading