mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-14 17:59:59 +00:00
php: add apache configuration for php-fpm
Signed-off-by: Marcin Juszkiewicz <marcin.juszkiewicz@linaro.org> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
This commit is contained in:
committed by
Koen Kooi
parent
94a59521dc
commit
8424c379fb
@@ -0,0 +1,6 @@
|
||||
# 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/
|
||||
Reference in New Issue
Block a user