user-documentation
user-documentation copied to clipboard
Cannot complet installation of hhvm no fastcgi.sh installed during installation of hhvm
Please complete the information below:
Where is the problem?
You state: Our included script sudo /usr/share/hhvm/install_fastcgi.sh will configure nginx correctly for stock installs. The important part is that it adds include hhvm.conf near the top of of the nginx config mentioned above -- this will direct nginx to take any file that ends in .hh or .php and send it to HHVM via fastcgi.
-
-
- eg "The section describing how widgets work" - - -
-
What is the problem?
There is no /usr/share/hvvm/install_fascgi.sh created when installing see screen shot of that directory. Therefore I cannot complete the installation correctly

-
-
- eg "It doesn't explain that widgets are singletons" - - -
-
Please don't change anything below this point.
- Build ID: 2019-03-28T20:35:01+0000:ad1b205f883d45390bd899cf4b713efd1b932fb0
- Page requested: /hhvm/advanced-usage/fastCGI
- Page requested at: Wed, 17 Apr 2019 05:12:02 +0000
- Controller: GuidePageController
Therefore I cannot complete the installation correctly
We strongly recommend not using fastcgi, and using the built-in server correctly. That said, this does need fixing.
If you're using 4.1, you should have the script in /opt/hhvm/4.1/share/hhvm/install_fastcgi.sh
Thanks for the quick reply. As an observation, rather than fixing the instructions to show the script is in /opt/hhvm/4.1/share/hhvm/install_fastcgi.sh based on your recommendation that "We strongly recommend not using fastcgi, and using the built-in server correctly. That said, this does need fixing." perhaps it would be better to get ride of the reference to fastcgi. Just a thought.
Since I was following a online tutorial on how to install hhvm and it installed and configured factcgi I didn't realize you don't recommend using it. That being said where can I find instructions on how to "use the built in server correctly", after installation I plan on installing wordpress.
Thank you Marvin Snell
Marvin Snelll On 4/17/2019 8:56:09 AM, Fred Emmott [email protected] wrote: Therefore I cannot complete the installation correctly We strongly recommend not using fastcgi, and using the built-in server correctly. That said, this does need fixing. — You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub [https://github.com/hhvm/user-documentation/issues/629#issuecomment-484150907], or mute the thread [https://github.com/notifications/unsubscribe-auth/AvZ5SN22y5G8mcroW6MpNMUak4W562Ohks5vh0QYgaJpZM4c0OrS].
hhvm -m server -p someport
I plan on installing wordpress.
HHVM 4 does not support PHP code, and support for 3.30 ends in November; you probably don't want to set up a new Wordpress environment with HHVM, and to look at PHP7 instead.