summaryrefslogtreecommitdiffstats
path: root/php.conf2
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2015-07-23 13:31:02 +0200
committerRemi Collet <fedora@famillecollet.com>2015-07-23 13:31:02 +0200
commitd4f9012f851983a4f0caff03f0365951f86acf71 (patch)
tree236fd54ad78a73b63a0b97358e250f9cb92e2d42 /php.conf2
php 7.0.0beta2 (as bas package, new)
Diffstat (limited to 'php.conf2')
-rw-r--r--php.conf29
1 files changed, 9 insertions, 0 deletions
diff --git a/php.conf2 b/php.conf2
new file mode 100644
index 0000000..2c12ca8
--- /dev/null
+++ b/php.conf2
@@ -0,0 +1,9 @@
+
+# Redirect to local php-fpm if mod_php (5 or 7) is not available
+<IfModule !mod_php5.c>
+ <IfModule !mod_php7.c>
+ <FilesMatch \.php$>
+ SetHandler "proxy:fcgi://127.0.0.1:9000"
+ </FilesMatch>
+ </IfModule>
+</IfModule>