Hi! I'm trying to setup HHVM with latest ISPConfig 3.1dev from git.ispconfig.org. So... the problem is — after select HHVM: Apache config file updated — OK: But! There are no file «/var/www/clients/client1/web2/cgi-bin/hhvm-fcgi-10.92.118.**-**-***up.cloudapp.net» My installation steps & info: Debian 8 (Jessy) ISPConfig 3.0.5.4p8 Latest HHVM 3.11 (Do I need to run /usr/share/hhvm/install_fastcgi.sh??? Coz I dont run this script...) Update to ISPConfig 3.1dev from git.ispconfig.org Select HHVM in PHP value Error: So... Any idea what's wrong?
Thats a virtual path, so nothing that exists as a file in the filesystem. Does the socket in /var/run/hhvm/.... exist?
Nope. All is clean. Code: /usr/bin/hhvm /.../info.php >> info.html Work perfect! Plz, look at: http://goo.gl/D5nhl6 I think that this is config error... hhvm cant find requested «/info.php» file...
Looks fine as far as I can see. we had a code change in the hhvm starter file, the umask was changed from 017 to 022, Maybe a change of the umask in that file on your server fixes the issue.
Just get update to latest from GIT... but same: Code: RequestInitDocument Not Found How to get full debug of this error?
Did you change something in the website (e.g. php mode to fpm, saved, php mode back to hhvm? I don't know, have not used hhvm that much yet.