A Linux and Cybersecurity expert in Australia. RHCE, Linux+, Sec+, CySA+, CASP+, CISM

Contact our friendly team to get started.

All HowTo's Linux Redhat, Fedora and CentOS Linux Web Servers

Configure Apache2 with PHP-FPM on CentOS

This document explains how to convert an Apache2+php server to Apache2+php-fpm. We’re staring from a system with Apache already installed and PHP working. Install the additional software: wget http://pkgs.repoforge.org/rpmforge-release/rpmforge-release-0.5.3-1.el6.rf.x86_64.rpm rpm -ivh rpmforge-release-0.5.3-1.el6.rf.x86_64.rpm yum install mod_fastcgi php-fpm This directory needs to exist: mkdir /usr/lib/cgi-bin Configure Apache/Httpd. Here is a sample virtual

Read more