Browsing tag

web server

How To Install Jetty Web Server On CentOS 7 / RHEL 7

Jetty web server is a java based HTTP server and servlet container. Web servers are generally used for serving static content to the client. Nowadays Jetty is used for server to server communication, within large frameworks. Jetty is developed under open source license by the Eclipse foundation. It is used in multiple active products such […]

Install LEMP (Nginx + MariaDB + PHP) on openSUSE 13.2

Nginx is a free, open-source, high-performance HTTP server. Nginx is known for its stability, rich feature set, simple configuration, and low resource consumption. This tutorial shows you how to install Nginx on a openSUSE 13.2 with PHP support (through PHP-FPM) and MariaDB support. PHP-FPM is an alternative PHP FastCGI implementation, it has some additional features […]

Installing LLMP (Lighttpd, PHP And MariaDB) on openSUSE 13.2

Security, speed, compliance, and flexibility — all of these describe lighttpd (pron. lighty) which is rapidly redefining efficiency of a web server; as it is designed and optimized for high performance environments. With a small memory footprint compared to other web-servers, effective management of the cpu-load, and advanced feature set (FastCGI, SCGI, Auth, Output-Compression, URL-Rewriting […]

Install LAMP (Apache2,MariaDB and PHP) on openSUSE 13.2

  LAMP stands for Linux, Apache,MySQL and PHP, of course Linux can be any variant (Debian/Redhat), here is the small tutorial about installing AMP stack on openSUSE 13.2., MySQL is replaced by MariaDB as a default database. Environment: OS: openSUSE 13.2 Install Apache: To start off we will install Apache. Open up the Terminal and […]

How to Install Lighttpd With PHP FPM And MariaDB on CentOS 7 / RHEL 7

Security, speed, compliance, and flexibility — all of these describe Lighttpd (pron. lighty) which is rapidly redefining efficiency of a web server; as it is designed and optimized for high-performance environments. With a small memory footprint compared to other web-servers, effective management of the CPU-load, and advanced feature set (FastCGI, SCGI, Auth, Output-Compression, URL-Rewriting and […]