Browsing tag

webserver

Installing LLMP (Lighttpd, PHP And MySQL) on Ubuntu 14.10

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 […]

How to Install Nginx on LinuxMint 18 / LinuxMint 17

Nginx is a free, open-source, high-performance, lightweight HTTP web server for those who do not need the bulk and extra services that Apache may offer and want more performance. This tutorial shows you how to install Nginx on Linux Mint 18 and LinuxMint 17. Install Nginx Both LinuxMint (Ubuntu) and Nginx.org offer Nginx packages for […]

Install Apache2 web server on Ubuntu 13.04 “Raring Ringtail”

Apache web server is the most widely used web server application in the word, it shares 63% word web server market. It supports all major distribution such as windows, Linux , Solaris and Mac operating system, it considerably has large usage on Unix platform due to the package bundled with operating system disc and also […]

Monitor Windows Servers 2003 / 2008 using Nagios Server

Nagios server provides ability to monitor the windows box using the NSClient++ agent on it, you can able to monitor the attributes like Memory usage,CPU load,Disk usage,Service states,Running processes, etc.Without the agent you can not monitor any attributes, it acts as a proxy between Nagios plugin which actually does the monitoring and attributes of the machine. Nagios server does […]

Nagios Trouble Shooting Tutorial

While compiling Nagios plugins, you may get an error regarding the SSL version; it requires to install the OpenSSL on the Linux box. ========================== check_http.c:312:9: error: ‘ssl_version’ undeclared (first use in this function) …. make[2]: *** [check_http.o] Error 1 make[2]: Leaving directory `/usr/local/src/nagios-plugins-1.4.16/plugins’ make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/usr/local/src/nagios-plugins-1.4.16′ make: *** [all] Error […]