Skip to content

Commit be97471

Browse files
authored
TCR-640: Add FAQ section to MAx Web Server page
1 parent 383c1b6 commit be97471

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed

docs/cloudlinuxos/max_webserver/README.md

+25
Original file line numberDiff line numberDiff line change
@@ -97,3 +97,28 @@ Instead, if you want to augment the NGINX configuration, you can do any of the f
9797

9898
* 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/).
100+
101+
## Frequently Asked Questions
102+
103+
**Q: Is MAx Web Server available on all editions?**
104+
A: Yes, it is. However, **AccelerateWP** (*which provides more benefit in pair with MAx Web Server*) is available only for CloudLinux OS Shared PRO/Admin/Solo editions (not Legacy).
105+
106+
**Q: What happens if the conversion from Apache to NGINX fails?**
107+
A: In such cases, the system will automatically switch to proxy-pass mode on NGINX.
108+
109+
**Q: Which PHP handlers are supported?**
110+
A: MAx Web Server supports LSAPI and FPM PHP handlers, which can be managed via WHM/cPanel's MultiPHP Manager.
111+
112+
**Q: How can I diagnose and report proxy-pass issues?**
113+
A: Use the following commands:
114+
* Run apache2max_webserver list-proxied to identify proxied websites and reasons.
115+
* Check logs with:
116+
```
117+
cat /var/log/max_webserver.log | grep username | grep WARNING
118+
```
119+
or more specifically:
120+
```
121+
cat /var/log/max_webserver.log | grep user.com | grep proxy_pass
122+
```
123+
**Q: If one site on an account uses proxy-pass, does it affect other sites?**
124+
A: No. Only the sites that couldn’t be converted will use proxy-pass. Successfully converted sites will operate via NGINX.

0 commit comments

Comments
 (0)