aboutsummaryrefslogtreecommitdiff
path: root/development/hhvm/README
diff options
context:
space:
mode:
authorEugene Wissner <belka@caraus.de>2017-06-06 20:02:35 +0700
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2017-06-06 20:02:35 +0700
commit86b9dd6fc10ab0a729713389321d2e7734563474 (patch)
tree3863fdecabbce153614500ed6bf9deac39bf5f91 /development/hhvm/README
parentf6c851a6d851691e4818b8a11b981aa50598187c (diff)
development/hhvm: Updated for version 3.19.2.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development/hhvm/README')
-rw-r--r--development/hhvm/README4
1 files changed, 2 insertions, 2 deletions
diff --git a/development/hhvm/README b/development/hhvm/README
index 0145748d605c..44cf62b0615c 100644
--- a/development/hhvm/README
+++ b/development/hhvm/README
@@ -35,8 +35,8 @@ can create a new group and add your web server user to this group or
just use the main group of your web server and start HHVM as following:
hhvm_GROUP=apache /etc/rc.d/rc.hhvm start
-FastCGI must be configured to communicate with HHVM.
-A good start point is: https://github.com/facebook/hhvm/wiki/FastCGI
+Alternatively to reverse proxy, you can use FastCGI:
+https://docs.hhvm.com/hhvm/advanced-usage/fastCGI.
To start a project you have to configure the type checker as well.
See the official documentation: