Skip to content

Instantly share code, notes, and snippets.

@ecoleman
Created April 2, 2012 16:34
Show Gist options
  • Save ecoleman/2284832 to your computer and use it in GitHub Desktop.
Save ecoleman/2284832 to your computer and use it in GitHub Desktop.
# Associate an alias mapping for the 'fake' fcgi call.
Alias /php5.fcgi /var/www/php5.fcgi
# Assign the 'fake' fcgi to call to an 'external' FastCGI Server
FastCGIExternalServer /var/www/php5.fcgi -flush -host 127.0.0.1:9000
# Create the handler mappings to associate PHP files with a call to '/php5.fcgi'
AddType application/x-httpd-fastphp5 .php
Action application/x-httpd-fastphp5 /php5.fcgi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment