Skip to content

Instantly share code, notes, and snippets.

@pgrimaud
Last active March 20, 2023 15:14
Show Gist options
  • Save pgrimaud/0d2fe8cfc860634842759bcd57c56643 to your computer and use it in GitHub Desktop.
Save pgrimaud/0d2fe8cfc860634842759bcd57c56643 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