Loading...

Category: Real Time Concepts

Dell iDRAC Virtual NIC USB

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

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

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

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