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

.htaccess - First slash is removed after domain when entering a webpage in the browser -

Automatically create pages in phpfox -

c# - Farseer ContactListener is not working -