Author Topic: CWP WebServers Detailed INFO  (Read 15445 times)

0 Members and 1 Guest are viewing this topic.

Offline
*
CWP WebServers Detailed INFO
« on: December 16, 2018, 01:29:14 AM »
CWP WebServers Config (CWP version 0.9.8.741+)
Now with CWP servers, you have the highest flexibility that you could ever imagine.
You can run different WebServers Setup for each domain and even combine other servers and have many other possibilities.

To have the ability of all options first you need to install and enable all webservers that you would need.
We recommend going with all: Nginx/Varnish/Apache as then you have all other options.

1. Install required WebServers
In CWP.admin left menu go to WebServer Settings -> Select WebServers

Apache Only
With apache only, you get all these options available per domain/subdomain.
- 10.1 Apache + php-cgi (suPHP handler running PHP Selector & PHP Switcher, it can also change PHP version per folder).
- 10.2 Apache + php-fpm (via PHP-FPM Selector, one php version per domain/subdomain).
- 10.3 Apache + proxy (proxy to custom port, example for tomcat or to other IP and port).

Nginx Only
With nginx only, you have this two options available per domain/subdomain.
Please note that Nginx with PHP-FPM requires custom templates for each type of cms as it handles rewrite rules in the vhost configuration.
- 20.2 Nginx + php-fpm (via PHP-FPM Selector, one php version per domain/subdomain).
- 20.3 Nginx + proxy (proxy to custom port, example for tomcat or to other IP and port).

LiteSpeed
This is the same setup like "Apache Only" with php-cgi/suPHP handler.

Nginx & Apache
This option allows you to run the best from both worlds of Nginx & Apache.
Since Nginx is if front of Apache it will also handle many static files and reduce the load on apache so apache can handle more traffic.
- 10.1.1 Nginx/Apache + php-cgi (suPHP handler running PHP Selector & PHP Switcher, it can also change PHP version per folder).
- 10.2.1 Nginx/Apache + php-fpm (via PHP-FPM Selector, one php version per domain/subdomain).
- 10.3.1 Nginx/Apache + proxy (proxy to custom port, example for tomcat or to other IP and port).
- 20.2 Nginx + php-fpm (via PHP-FPM Selector, one php version per domain/subdomain).
- 20.3 Nginx + proxy (proxy to custom port, example for tomcat or to other IP and port).

Nginx & Varnish
This option is recommended only if you need to use Nginx & Varnish as proxy and cache servers for your other server or a custom application running on a custom port.
- 20.2 Nginx + php-fpm (via PHP-FPM Selector, one php version per domain/subdomain).
- 20.3 Nginx + proxy (proxy to custom port, example for tomcat or to other IP and port).
- 30.1 Nginx/Varnish -> proxy to custom IP:port, example for tomcat/ruby/nodejs or some other server

Nginx & Varnish & Apache (recommended)
The best option you could ever imagine giving you the full flexibility and the best performances.
- 10.1.1 Nginx/Apache + php-cgi (suPHP handler running PHP Selector & PHP Switcher, it can also change PHP version per folder).
- 10.2.1 Nginx/Apache + php-fpm (via PHP-FPM Selector, one php version per domain/subdomain).
- 10.3.1 Nginx/Apache + proxy (proxy to custom port, example for tomcat or to other IP and port).
- 10.1.2 Nginx/Varnish/Apache + php-cgi (suPHP handler running PHP Selector & PHP Switcher, it can also change PHP version per folder).
- 10.2.2 Nginx/Varnish/Apache + php-fpm (via PHP-FPM Selector, one php version per domain/subdomain).
- 10.3.2 Nginx/Varnish/Apache + proxy (proxy to custom port, example for tomcat or to other IP and port).
- 20.2 Nginx + php-fpm (via PHP-FPM Selector, one php version per domain/subdomain).
- 20.3 Nginx + proxy (proxy to custom port, example for tomcat or to other IP and port).
- 30.1 Nginx/Varnish -> proxy to custom IP:port, example for tomcat/ruby/nodejs or some other server.


All options explained
- 10.1 Apache + php-cgi (suPHP handler running PHP Selector & PHP Switcher, it can also change PHP version per folder)
   This is our old the most flexible apache which supports any script and also has the advantage of php selector and php-switcher.
   * php selector - gives you the flexibility to run a different php version per folder by using htaccess.
   * php switcher - this is a default version of php installed during cwp first setup and its also default for all new accounts/domains/subdomains.

- 10.2 Apache + php-fpm (via PHP-FPM Selector, one php version per domain/subdomain)
   This is our new feature which provides you with the maximum performances which php has to offer. It runs via fcgi handler with php-fpm selector.
   Here you can run different php versions only per domain/subdomain.


- 10.3 Apache + proxy (proxy to custom port, example for tomcat or to other IP and port)
   Apache proxy works like a proxy for other applications or other location, example you can proxy some domain/subdomain to other IP:PORT.
   This can be useful if you need to run some other application on the custom port or if you need to proxy to your custom application on the other server.

- 10.1.1 Nginx/Apache + php-cgi (suPHP handler running PHP Selector & PHP Switcher, it can also change PHP version per folder)
   This is our old the most flexible apache which supports any script and also has the advantage of php selector and php-switcher.
   Nginx is here used as a proxy server so it will handle ssl and also will handle many static files to reduce the load on apache giving you the better performances.
   * php selector - gives you the flexibility to run a different php version per folder by using htaccess.
   * php switcher - this is a default version of php installed during cwp first setup and its also default for all new accounts/domains/subdomains.

- 10.2.1 Nginx/Apache + php-fpm (via PHP-FPM Selector, one php version per domain/subdomain)
   This is our new feature which provides you with the maximum performances which php has to offer. It runs via fcgi handler with php-fpm selector.
   Here you can run different php versions only per domain/subdomain via php-fpm selector.
   Nginx is here used as a proxy server so it will handle ssl and also will handle many static files to reduce the load on apache giving you the better performances.

- 10.3.1 Nginx/Apache + proxy (proxy to custom port, example for tomcat or to other IP and port)
   Apache proxy works like a proxy for other applications or other location, example you can proxy some domain/subdomain to other IP:PORT.
   This can be useful if you need to run some other application on the custom port or if you need to proxy to your custom application on the other server.
   You can also run nginx proxy directly to avoid apache but in some cases, you need to do it via apache.

- 10.1.2 Nginx/Varnish/Apache + php-cgi (suPHP handler running PHP Selector & PHP Switcher, it can also change PHP version per folder)
   This is our old the most flexible apache which supports any script and also has the advantage of php selector and php-switcher.
   Nginx is here used as a proxy server so it will handle ssl and also will handle many static files to reduce the load on apache giving you the better performances.
   Varnish will make your php scripts look like a static site and provide incredible performance and dramatically reduce the load of php-cgi.
   * php selector - gives you the flexibility to run a different php version per folder by using htaccess.
   * php switcher - this is a default version of php installed during cwp first setup and its also default for all new accounts/domains/subdomains.

- 10.2.2 Nginx/Varnish/Apache + php-fpm (via PHP-FPM Selector, one php version per domain/subdomain)
   This is our new feature which provides you with the maximum performances which php has to offer. It runs via fcgi handler with php-fpm selector.
   Here you can run different php versions only per domain/subdomain via php-fpm selector.
   Nginx is here used as a proxy server so it will handle ssl and also will handle many static files to reduce the load on apache giving you the better performances.
   Varnish will make your php scripts look like a static site and provide incredible performance and reduce the load of php-fpm.

- 10.3.2 Nginx/Varnish/Apache + proxy (proxy to custom port, example for tomcat or to other IP and port)
   Nginx is here used as a proxy server so it will handle ssl and also will handle many static files to reduce the load on apache giving you the better performances.
   Varnish will make your scripts look like a static site and provide incredible performance and reduce the load on your script.
   Apache proxy works like a proxy for other applications or other location, example you can proxy some domain/subdomain to other IP:PORT.

- 20.2 Nginx + php-fpm (via PHP-FPM Selector, one php version per domain/subdomain)
   This is our new feature which provides you with the maximum performances which php has to offer. It runs via fcgi handler with php-fpm selector.
   Please note that when nginx is handling all then you need to make custom templates for each type of cms depending on the rewrite/redirect rules you need.

- 20.3 Nginx + proxy (proxy to custom port, example for tomcat or to other IP and port)
   Nginx is here used as a proxy server so it will handle ssl and also will handle many static files to reduce the number of request to your application.

- 30.1 Nginx/Varnish -> proxy to custom IP:port, example for tomcat/ruby/nodejs or some other server
   Nginx is here used as a proxy server so it will handle ssl and also will handle many static files to reduce the number of request to your application.
   Varnish will make your scripts look like static site and provide incredible performance and reduce the load on your script.


Force PHP-FPM
This option would disable php-cgi so you wouldn't be able to use it anymore.
You will be only able to use PHP-FPM selector, PHP Switcher and PHP Selector will not be in use anymore

Activation of varnish
By default Varnish is always disabled, you can only activate it in CWP.admin left menu go to WebServer Settings -> WebServers Domain Conf when you selecting varnish in the custom config for that domain.

Why is Varnish by default disabled?
It's disabled because it cache's almost anything and for example when you modify your site from admin it would still show the old content until the cache expires.

When do I need to activate varnish?
We recommend activation of varnish only when you need to reduce the load because of high number of php processes.


Please also check this instructions:
- WebServers vHost Templates
- Wordpress High Performances
« Last Edit: June 01, 2019, 05:01:32 PM by Administrator »
AntiDDoS Protection (web + mail)
http://centos-webpanel.com/website-ddos-protection-proxy

Join our Development Team and get paid !
http://centos-webpanel.com/develope-modules-for-cwp


Services Monitoring & RBL Monitoring
http://centos-webpanel.com/services-monitor


Do you need Fast and FREE Support included for your CWP linux server?
http://centos-webpanel.com/noc-partner-list
Installation Instructions
http://centos-webpanel.com/installation-instructions
Get Fast Support Here
http://centos-webpanel.com/support-services

Offline
*
Re: CWP WebServers Detailed INFO
« Reply #1 on: January 21, 2021, 11:14:31 PM »
I am using Nginx & Apache setting as follow above but when I Force Apache to use PHP-FPM Selector, then click Save and Rebuilt Configuration button. After this, It needs to Login back to CentOS WebPanel from the beginning again to root but nothing happens. :(

This message is shown after I try to activate Apache Webserver:
Job for httpd.service failed because the control process exited with error code. See "systemctl status httpd.service" and "journalctl -xe" for details.

Now, both of domains can not be access as well and on the browser shown Error 502 Bad getaway.
I do not know what I must do with this case, even SSH I can't log in to. Please help.

Thanks in advance for those who want to help.