Skip to content

Instantly share code, notes, and snippets.

@roderik
Created December 2, 2011 10:26
Show Gist options
  • Save roderik/1422719 to your computer and use it in GitHub Desktop.
Save roderik/1422719 to your computer and use it in GitHub Desktop.
<IfModule mod_fastcgi.c>
AddHandler php5-fcgi .php
Action php5-fcgi /php5-fpm/php5.external
<Location "/php5-fpm/php5.external">
Order Deny,Allow
Deny from All
Allow from env=REDIRECT_STATUS
</Location>
</IfModule>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment