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

Popular posts from this blog

c# - Farseer ContactListener is not working -

Automatically create pages in phpfox -

database - one php page with different contents and urls -