https://store-images.s-microsoft.com/image/apps.38889.8e8ed2f5-ee16-44ac-b136-c19793ffe6a9.7ada5588-96be-4f05-a2d2-8567bdcea7d6.3bf02c19-05a4-44a8-9fae-e6a665fee0f2

LEMP on Ubuntu 18.04

Apps4Rent LLC

(2 értékelés)

LEMP on Ubuntu 18.04

Apps4Rent LLC

(2 értékelés)

An alternative to LAMP stack, where Apache is replaced by Nginx

LEMP is an acronym for Linux, Nginx, MySQL, and PHP. While it replaces 'A' for Apache in the LAMP, it is pretty much similar to it. It can be a great alternative to developers who are comfortable with Nginx over Apache. That's the major difference between LEMP and LAMP solutions. 

Why Nginx over Apache?

As Nginx was able to address scalability and performance issues related with Apache, it has become a widely popular web server application. It can be event-driven, asynchronous and non-blocking approach and doesn't create new processes for each web request. Also having an internal PHP code compiler, there is no need for PHP module. Even while using the same set of hardware, Nginx is more efficient and quicker than Apache to process and handle larger loads.

Features of LEMP on Ubuntu 18.04:

  • Combination of four software layers: PHP, Nginx, MySQL, Linux
  • SSL support
  • PHP support for Nginx and MySQL (MariaDB)
  • PHP development helpers
  • Highly scalable
  • Time-tested stack used throughout open source community
  • Flexible with every popular language
  • Reduce development time with community support

Application URL: Access the application via a browser at http://PublicDNS

Disclaimer:  Apps4Rent does not offer commercial licenses of any of the products mentioned above. The products come with open source licenses.

Default ports:

  • SSH: 22
  • HTTP: 80
  • HTTPS: 443
  • MariaDB:3306