Hi, I just installed kloxo on a new vps. works fine. now when I try to run this command using php, the script seems to keep going on and on... <?php echo exec("ping google.com"); ?> I don't think that exec is allowed with kloxo. How do I enable it? Some other commands like mkdir, chmod, unlink are also not working. What do I need to make them all work? Thanks
Ping on a linux system will go until you cancel it. If you only want a certain number of times, you would use the -c command: ping -c 10 google.com
Hi, It's not only ping command, many other php commands are of no use like: chmod, mkdir, rmdir, exec, passthru, are all non-functional. I checkd the php.ini but "disable_functions" value is empty. How do I enable these functions on kloxo? Please let me know Thanks