HttpServer进程 ¶
简要 ¶
- 常驻web服务,替代常规php-fpm
启动 ¶
sh
php think worker
然后就可以通过浏览器直接访问当前应用
http://localhost:2346
linux下面可以支持下面指令操作
sh
# 启动
php think worker
php think worker start
# 重载
php think worker reload
# 重起
php think worker restart
# 停止
php think worker stop
# 状态
php think worker status
workerman的参数可以在应用配置目录下的worker.php里面配置。
由于onWorkerStart运行的时候没有HTTP_HOST,因此最好在应用配置文件中设置app_host