Apache 2.4 with PHP-FPM
- by tubaguy50035
I'm trying to setup Apache 2.4 with PHP-FPM 5.4 using the new modules with Apache 2.4. The following is what I have currently in my virtual host file:
<VirtualHost *:80>
ServerAdmin root@localhost
DocumentRoot /var/www
#Directory permissions
<Directory /var/www/>
Options Indexes FollowSymLinks MultiViews
…