如何(运行/启动)通过php在Linux中shoutcast?

时间:2013-05-20 02:37:08

标签: php linux shell cakephp-2.0 shoutcast

我的代码现在是

<?php

$command = "/path/to/sc_serv /path/to/sc_serv.conf";
$PID = shell_exec("$command > /dev/null & echo $!");

?>

这将给我PID数字,但会关闭shoutcast 通过控制台中的ps aux,找不到PID 并且日志中没有东西


现在我发现框架不会让这个命令正常执行的问题!但我不知道为什么这是幸福的!! 我的框架是CakePHP

0 个答案:

没有答案