not necessarily a selinux problem

来源: 2009-12-11 17:56:07 [旧帖] [给我悄悄话] 本文已被阅读:

could be caused by,

1. wrong configuration in config.php
2. dns problem
3. network connection problem

the last thing to think about is selinux if it's indeed turned on.

to call a shell command from a php script, use shell_exec(string $cmd) or backticks.

good luck.