how to (run/start) shoutcast via php in linux? -
my code
<?php $command = "/path/to/sc_serv /path/to/sc_serv.conf"; $pid = shell_exec("$command > /dev/null & echo $!"); ?> this give me pid number close shoutcast ps aux in console pid not found , there's no thing in logs
now found problem framework not let command excuted !! can't know why happned !! framework cakephp
Comments
Post a Comment