php页面调用外部执行文件问题

系统是CentOS 5

在php页面内容如下:
<?php
$output = shell_exec("/usr/bin/sudo   /usr/local/smartfox/SFS_PRO_1.6.2/srver/sfs restart");
?>
而在/etc/sudoers加入一条语句 "apache ALL=NOPASSWD: /usr/local/smartfox/SFS_PRO_1.6.2/srver/sfs restart"
之后我重新启动系统,在浏览器打开php页面,发现无任何反映是怎么回事呢??