Skip to content

Instantly share code, notes, and snippets.

@pgrimaud
Last active January 8, 2019 10:41
Show Gist options
  • Save pgrimaud/9cbff7fd16de654d807e23fc98f5c494 to your computer and use it in GitHub Desktop.
Save pgrimaud/9cbff7fd16de654d807e23fc98f5c494 to your computer and use it in GitHub Desktop.
config/httpd-vhosts.conf
<VirtualHost *:80>
DocumentRoot "/usr/local/apache2/htdocs"
ProxyPassMatch ^/(.*\.php(/.*)?)$ fcgi://iim_php:9000/var/www/html/$1
</VirtualHost>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment