summaryrefslogtreecommitdiffstats
path: root/server/etc
diff options
context:
space:
mode:
authorRamón M. Gómez <ramongomez@us.es>2018-11-15 16:11:31 +0100
committerRamón M. Gómez <ramongomez@us.es>2018-11-15 16:11:31 +0100
commit37481d8781c8f9b023ecd34c125f28c4b1e96381 (patch)
tree2ebd3a11491d38b618cacbc04837bf00d3350c83 /server/etc
parentb351d8afce7769df7e57c13c88efc3b1346d031e (diff)
#784: Apache configuration now supports connection with PHP-FPM via socket and port.
Diffstat (limited to 'server/etc')
-rw-r--r--server/etc/apache.conf.tmpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/server/etc/apache.conf.tmpl b/server/etc/apache.conf.tmpl
index d637c2fe..edb3fda8 100644
--- a/server/etc/apache.conf.tmpl
+++ b/server/etc/apache.conf.tmpl
@@ -5,7 +5,7 @@ Alias /opengnsys CONSOLEDIR
# PHP-FPM configuration
<IfModule proxy_fcgi_module>
<FilesMatch ".+\.ph(p[3457]?|t|tml)$">
- SetHandler "proxy:unix:SOCKFILE|fcgi://localhost"
+ SetHandler "proxy:fcgi://127.0.0.1:9000"
</FilesMatch>
</IfModule>