HHVM with ISPConfig 3.1dev

Discussion in 'Installation/Configuration' started by Florense, Dec 27, 2015.

  1. Florense

    Florense New Member

    Hi!
    I'm trying to setup HHVM with latest ISPConfig 3.1dev from git.ispconfig.org.
    So... the problem is — after select HHVM:
    [​IMG]

    Apache config file updated — OK:
    [​IMG]

    But!
    There are no file «/var/www/clients/client1/web2/cgi-bin/hhvm-fcgi-10.92.118.**-**-***up.cloudapp.net»

    My installation steps & info:
    1. Debian 8 (Jessy)
    2. ISPConfig 3.0.5.4p8
    3. Latest HHVM 3.11
      (Do I need to run /usr/share/hhvm/install_fastcgi.sh??? Coz I dont run this script...)
    4. Update to ISPConfig 3.1dev from git.ispconfig.org
    5. Select HHVM in PHP value
    Error:
    [​IMG]
    So... Any idea what's wrong?
     
  2. till

    till Super Moderator Staff Member ISPConfig Developer

    Thats a virtual path, so nothing that exists as a file in the filesystem.

    Does the socket in /var/run/hhvm/.... exist?
     
    Last edited: Dec 27, 2015
  3. Florense

    Florense New Member

    Yes:
    [​IMG]
     
  4. till

    till Super Moderator Staff Member ISPConfig Developer

    Do you have mod_fastcgi and mod_fcgi installed and enabled?
     
  5. Florense

    Florense New Member

    mod_fcgi? Maybe mod_fcgid?
    Yes. mod_fastcgi and mod_fcgid.

    [​IMG]

    [​IMG]
     
  6. till

    till Super Moderator Staff Member ISPConfig Developer

    Thats ok. Are there any errors in the log files (apache, hhvm) ?
     
  7. Florense

    Florense New Member

    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...
     
    Last edited: Jan 1, 2016
  8. till

    till Super Moderator Staff Member ISPConfig Developer

    Please post the output of:

    ps aux | grep hhvm
     
  9. Florense

    Florense New Member

    [​IMG]
     
  10. till

    till Super Moderator Staff Member ISPConfig Developer

    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.
     
  11. Florense

    Florense New Member

    Just get update to latest from GIT... but same:
    Code:
    RequestInitDocument Not Found
    How to get full debug of this error?
     
  12. till

    till Super Moderator Staff Member ISPConfig Developer

    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.
     
  13. Florense

    Florense New Member

    Nope. Absolutely fresh install.
     
  14. remmedia

    remmedia New Member

    Any solution yet?
     

Share This Page