News

If the increased memory usage is an issue, fastcgi or fcgid generally yields good reductions (since mod_php isn't loaded into memory separately for every apache process).
While Apache has always been module-based, Apache 1.3 can load and unload modules, called Dynamic Shared Objects (DSOs), as they are needed. Apache 1.3 includes a program called apxs (APache eXtenSion ...
How to configure Apache mod_deflate to enhance web server performance Your email has been sent Gaining even the smallest performance boost from your web server can be crucial. Jack Wallen shows you ...
So I've written some (rather crude) scripts in PHP that run on our intranet under apache 2.<BR><BR>Now they call alot of shell commands to do some back end lifting which take some considerable ...
Learn how to troubleshoot Apache 2 when it's not executing PHP files with this easy-to-follow, step-by-step tutorial.