sfcuboy 最近的时间轴更新
sfcuboy

sfcuboy

V2EX 第 76371 号会员,加入于 2014-10-09 10:49:09 +08:00
sfcuboy 最近回复了
2015-01-11 21:47:01 +08:00
回复了 buobuk 创建的主题 PHP HHVM 果然神器!!!!
error_page 500 501 502 503 504 505 = @hhvm_index_error;

location @hhvm_index_error {
root /home/work/webroot/;
set $phpvm zend;
include fastcgi_params;
fastcgi_param SCRIPT_FILENAME /home/work/webroot/$fastcgi_script_name;
fastcgi_pass 127.0.0.1:9000;
}

另外,最好用supervisor 监控下,进程死了,拉起来。当然如果需要监控的地方不多的话,shell监控也挺好的
关于   ·   帮助文档   ·   博客   ·   API   ·   FAQ   ·   我们的愿景   ·   实用小工具   ·   2690 人在线   最高记录 6543   ·     Select Language
创意工作者们的社区
World is powered by solitude
VERSION: 3.9.8.5 · 12ms · UTC 10:41 · PVG 18:41 · LAX 03:41 · JFK 06:41
Developed with CodeLauncher
♥ Do have faith in what you're doing.