我的mac,5.3和5.5中安装了2个版本的php。但我想通过php 5.3运行supervisor命令。我已经在命令节点中提到了php 5.3的绝对路径,但它仍然需要使用php 5.5来执行该文件。我正在使用mac OS YOSOMITE。
以下是使用supervisor.conf编写的工作人员
[program:gearman_worker1]
command=/usr/local/php5-5.3.29-20141019-211753/bin/php path/to/the/file
autostart=true
autorestart=true
stderr_logfile=/var/log/worker1.err.log
stdout_logfile=/var/log/worker1.out.log