iDRAC Setting Graphical / Web Within the webUI of the iDRAC itself, within the iDRAC Settings, is the option to enable/disable and configure the virtual device. This screenshot shows the [ … ]
Category: Real Time Concepts
The PHP-FPM Ondemand Process Manager
Php-fpm Pool Configuration The PM section of the php-fpm pool (e.g.v/etc/php-fpm.d/domain.com.conf, in Red Hat/CentOS) should look something like this: pm = ondemand pm.max_children = 20 pm.max_requests = 100 pm.process_idle_timeout = [ … ]
strace apache child serving your request
Overview First of all we will identify the PID of apache child process serving our request and we will then strace that specific PID while it is serving our HTTP [ … ]
Linux Install SSL Certificate and Key
Checking the Certificate There are some commands you can run to check if the certificate is valid from the command line. You want to do this before installing a certificate [ … ]
Instant LAMP Deployment Ansible Playbooks
What this does This version of the Ansible playbook is hosted and maintained here: https://github.com/dannylujan/lamp-fpm-centos-7 This playbook will set up LAMP on a clean install. It sets up Q and [ … ]
HTTP2 Support and Install – Part 2
Plesk While 12.5.30 Update #28 and above is aware and capable of using HTTP2 also requires the latest version of nginx. the underlying Operating System must also provide the correct [ … ]
HTTP2 Support and Install – Part 1
HTTP1.1 vs HTTP/2 Limitations of HTTP/1.1 The HTTP/1.1 protocol is fraught with the following shortcomings that make it less ideal especially when running high-traffic web servers: 1.Delays in loading web [ … ]
Goaccess
Introduction GoAccess was designed to be a fast, terminal-based log analyzer. Its core idea is to quickly analyze and view web server statistics in real time without needing to use [ … ]
CMS Master Slave Rules
Configuration Below are a set of Apache rules for ensuring that files uploaded to a load balanced CMS are always put on to the master server, and then correctly displayed [ … ]
Apache 2.4 with PHP-FPM
Introduction Advantages of PHP-FPM Memory-efficiency. With mod_php, the full PHP interpreter lives within each Apache child process. Even if an Apache child process only handles requests for static resources (such [ … ]
