V2EX = way to explore
V2EX 是一个关于分享和探索的地方
现在注册
已注册用户请  登录
V2EX  ›  sfcuboy  ›  全部回复第 1 页 / 共 1 页
回复总数  1
2015-01-11 21:47:01 +08:00
回复了 xLzgkddTywk9ALsX 创建的主题 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   ·   我们的愿景   ·   实用小工具   ·   3281 人在线   最高记录 6543   ·     Select Language
创意工作者们的社区
World is powered by solitude
VERSION: 3.9.8.5 · 11ms · UTC 13:46 · PVG 21:46 · LAX 06:46 · JFK 09:46
Developed with CodeLauncher
♥ Do have faith in what you're doing.