mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-14 05:49:57 +00:00
8424c379fb
Signed-off-by: Marcin Juszkiewicz <marcin.juszkiewicz@linaro.org> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
7 lines
263 B
Plaintext
7 lines
263 B
Plaintext
# Taken from http://wiki.apache.org/httpd/PHP-FPM
|
|
|
|
LoadModule proxy_module lib/apache2/modules/mod_proxy.so
|
|
LoadModule proxy_fcgi_module lib/apache2/modules/mod_proxy_fcgi.so
|
|
|
|
ProxyPassMatch ^/(.*\.php(/.*)?)$ fcgi://127.0.0.1:9000/usr/share/apache2/htdocs/
|