Skip to main content

setupwebserver

Setup Web Server Combination

This tool will help you to setup and prepare the web servers for deploying websites and apps. Eenos is a modern hosting control panel that brings the modern webserver configuration , which will help to deploy any apps on a web hosting server. 

The default eenos installer  configure your server with Nginx and Apache HTTPD server. The nginx works on server front end  HTTPD server on backend. 

The eenos control panel is  for enterprise high traffic web sites and application.

Command :

/usr/local/eenos/scripts/setupwebserver

Command Options :


Usage: /usr/local/eenos/scripts/setupwebserver <options> <value>

Command Groups:
Options:
    -i <type> , --install <type>  -   Your choice of web server(s)    
    webserver type : ( chose any of the following )  
        nginx             , Install nginx only web server
        httpd             , Install apache httpd web server
        ols               , Install OpenLiteSpeed web server
        olsvarnish        , install OpenliteSpeed and varnish cache
        nginxhttpd        , Install nginx and apache httpd
        nginxvarnish      , Install nginx with varnish cache
        httpdvarnish      , Install httpd with varnish cache
        nginxhttpdvarnish , Install nginx and httpd with varnish cache
        nginxolsvarnish   , Install nginx and OpenLiteSpeed with varnish cache

Supported Web Server Combinations ( Options)

The eenos control panel support Nginx, Apache HTTPD , OpenLiteSpeed and Varnish Cache  server.  The following combinations of web servers are supported 

nginx

To install nginx only web server . Websites and apps run nginx stand alon web server. 

Command

/usr/local/eenos/scripts/setupwebserver -i nginx

Stand alone Nginx web server is suitable for wordpress websites , which is faster than traditional HTTPD server

Nginx web server doesn't support .htaccess rewrite rules.