nixCraft

Leap Second To Be Added End Of 2008 And Its Impact On Clustered Computers / Network
The aged Earth is slowing down in its daily rotation, at least in the current epoch. So a leap second is added (a one-second adjustment added) to our time. This year will be exactly one second longer.
Precise time measurements are needed for high-speed communications systems among other modern technologies such as clusters, GPS, networks. You need to make sure that you are running updated version of ntpd that support leap second for UNIX and Windows computers.
Read more: Leap Second To Be Added End Of 2008 And Its Impact On Clustered Computers / Network
Copyright © nixCraft. All Rights Reserved. Support nixCraft when you shop at amazon. Thanks!
XEN Virtualization Set The MTU For xenbr0 Interface
With this quick tip you can increase MTU size to get a better networking performance.
Read more: XEN Virtualization Set The MTU For xenbr0 Interface
Copyright © nixCraft. All Rights Reserved. Support nixCraft when you shop at amazon. Thanks!
SELinux Apache Allow To Serve The Contents Of a Loopback Mounted ISO Image
Answer to "SELinux Apache Allow To Serve The Contents Of a Loopback Mounted ISO Image"
Copyright © nixCraft. All Rights Reserved. Support nixCraft when you shop at amazon. Thanks!
Top 10 Linux Virtualization Software
- Platform Virtualization
- Resource Virtualization
- Storage Virtualization
- Network Virtualization
- Desktop Virtualization
Read more: Top 10 Linux Virtualization Software
Copyright © nixCraft. All Rights Reserved. Support nixCraft when you shop at amazon. Thanks!
Apache2 mod_fastcgi: Connect to External PHP via UNIX Socket or TCP/IP Port
Read more: Apache2 mod_fastcgi: Connect to External PHP via UNIX Socket or TCP/IP Port
Copyright © nixCraft. All Rights Reserved. Support nixCraft when you shop at amazon. Thanks!
Red Hat / CentOS Apache 2 FastCGI PHP Configuration
FastCGI is a protocol for interfacing interactive programs with a web server. FastCGI's main aim is to reduce the overhead associated with interfacing the web server and CGI programs, allowing a server to handle more web page requests at once.
Also, PHP is not recommended with multithreaded Apache2 (worker MPM) because of performance and some 3rd party PHP extensions are not not guaranteed thread-safe.
nginx and lighttpd has inbuilt support for FastCGI. For Apache web server you need to use either mod_fastcgi or mod_fcgid.
mod_fastcgi allows server and application processes to be restarted independently -- an important consideration for busy web sites. It also facilitates per-application security policies -- important for ISPs and web hosting companies.
In this quick tutorial, you will learn about Apache 2 + mod_fastcgi + PHP installation and configuration under Red Hat Enterprise Linux / CentOS Linux version 5.x+.
Read more: Red Hat / CentOS Apache 2 FastCGI PHP Configuration
Copyright © nixCraft. All Rights Reserved. Support nixCraft when you shop at amazon. Thanks!