Skip to content

Commit cc9155e

Browse files
committed
Corrections to TCR-607
1 parent c22135e commit cc9155e

File tree

4 files changed

+12
-12
lines changed

4 files changed

+12
-12
lines changed

docs/.vuepress/config-client/sidebar.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ export default {
5959
"/cloudlinuxos/cloudlinux_os_components/",
6060
"/cloudlinuxos/shared-pro/",
6161
"/cloudlinuxos/command-line_tools/",
62-
"/cloudlinuxos/apache2max_webserver/",
62+
"/cloudlinuxos/max_webserver/",
6363
"/cloudlinuxos/alt-ea_packages/",
6464
"/cloudlinuxos/control_panel_integration/",
6565
"/cloudlinuxos/cloudlinux_os_kernel/",

docs/.vuepress/public/not-found.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -79,9 +79,9 @@ <h1 class="display-1">404</h1>
7979
link: "/cloudlinuxos/cloudlinux_installation/",
8080
},
8181
{
82-
title: "Apache2MaxWebserver (BETA)",
83-
description: "Apache2MaxWebserver sets up Nginx hosting with .htaccess support.",
84-
link: "/cloudlinuxos/apache2max_webserver/",
82+
title: "MAx Web Server (BETA)",
83+
description: "MAx Web Server sets up Nginx hosting with .htaccess support.",
84+
link: "/cloudlinuxos/max_webserver/",
8585
},
8686
{
8787
title: "AccelerateWP",

docs/.vuepress/routes.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,5 +65,5 @@
6565
"/introduction/":"/introduction/cloudlinux-os-editions/",
6666
"/introduction/#cloudlinux-os-life-cycle":"/introduction/cloudlinux-os-editions/#cloudlinux-os-life-cycle",
6767
"/introduction/#cloudlinux-9":"/cloudlinuxos/cloudlinux_installation/#requirements",
68-
"/cloudlinuxos/apache2nginx/":"/cloudlinuxos/apache2max_webserver/"
68+
"/cloudlinuxos/apache2nginx/":"/cloudlinuxos/max_webserver/"
6969
}

docs/cloudlinuxos/apache2max_webserver/README.md renamed to docs/cloudlinuxos/max_webserver/README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,20 @@
11

2-
# Apache2MaxWebserver (BETA)
2+
# MAx Web Server (BETA)
33
---
44

5-
Apache2MaxWebserver sets up NGINX hosting on the server and automatically converts `.htaccess` files into corresponding NGINX
5+
MAx Web Server sets up NGINX hosting on the server and automatically converts `.htaccess` files into corresponding NGINX
66
configuration.
77

88
It seamlessly integrates with the LSAPI NGINX module,
99
which allows for better performance and resource usage.
1010

1111
:::tip
12-
Apache2MaxWebserver is supported on cPanel servers only, running CloudLinux OS 8 and later.
12+
MAx Web Server is supported on cPanel servers only, running CloudLinux OS 8 and later.
1313
:::
1414

1515
## Installation
1616

17-
To use Apache2MaxWebserver, first install the `max_webserver` package:
17+
To use MAx Web Server, first install the `max_webserver` package:
1818

1919
```
2020
dnf --enablerepo=cloudlinux-updates-testing install max_webserver
@@ -74,7 +74,7 @@ apache2max_webserver unproxy -d <domain>
7474

7575
Note that Apache may still serve the website, if:
7676
* conversion of its `.htaccess` files fails in any way
77-
* unsupported handler is used. Apache2MaxWebserver only supports PHP-FPM handler
77+
* unsupported handler is used. MaxWebserver only supports PHP-FPM and MOD_LSAPI handlers
7878

7979
## List proxied websites
8080

@@ -88,12 +88,12 @@ This command lists all websites that are forced to be served by Apache and the r
8888

8989
## Other notes
9090

91-
Apache2MaxWebserver automatically converts `.htaccess` files to NGINX configuration, stored under the directory `/etc/nginx`
91+
MAx Web Server automatically converts `.htaccess` files to NGINX configuration, stored under the directory `/etc/nginx`
9292
as `apache2nginx.conf` and files prefixed with `apache2nginx-`.
9393

9494
Please don't modify these files manually, as they will be overwritten by the monitoring subsystem.
9595

9696
Instead, if you want to augment the NGINX configuration, you can do any of the following:
9797

98-
* Work with your `.htaccess` files like usually, and let Apache2MaxWebserver automatically convert them to respective NGINX configuration
98+
* Work with your `.htaccess` files like usually, and let MAx Web Server automatically convert them to respective NGINX configuration
9999
* Add files according to `ea-nginx` files conventions. Please refer to the [cPanel documentation](https://docs.cpanel.net/knowledge-base/web-services/nginx-with-reverse-proxy/).

0 commit comments

Comments
 (0)