1 / 5

Kalinichenko1

Making your production powered by HHVM

drupalcamp
Download Presentation

Kalinichenko1

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Making your production powered by HHVM: First Steps. https://github.com/AexChecker/drupal-nginx-hhvm-phpfpm See also “HHVM and Drupal” https://goo.gl/itMDhy, https://goo. gl/0l0Lv6 Oleksiy Kalinichenko, AexChecker@gmail.com

  2. About Me Oleksiy Kalinichenko Drupal Exp.: 12 years E-mail: AexChecker@gmail.com Skype: AexChecker

  3. Nginx confs https://github.com/AexChecker/drupal-nginx-hhvm-phpfpm/tree/master/etc/nginx nginx.conf fastcgi_microcache_zone.conf proxy_microcache_zone.conf reverse_proxy.conf upstream_phpapache.conf upstream_hhvm_unix.conf (upstream_hhvm_tcp.conf) upstream_phpcgi_unix.conf (upstream_phpcgi_tcp.conf) ● ● ● ● ● ● ●

  4. PHP-FPM confs https://github.com/AexChecker/drupal-nginx-hhvm-phpfpm/tree/master/etc/php5/fpm php.ini php-fpm.conf conf.d/* pool.d/* ○ backup.conf ○ testing.conf ○ www.conf ○ zwei.conf ● ● ● ● ○ backup.conf ○ testing.conf ○ www.conf ○ zwei.conf

  5. HHVM confs https://github.com/AexChecker/drupal-nginx-hhvm-phpfpm/tree/master/etc/hhvm ● php.ini ● php-cli.ini ● server.ini

More Related