mike xu wrote:
Its so strange, when I runing /etc/rc.d/rc3.d/S85httpd restart, the php script couldn't fopen pipe file. But if I copy /etc/rc.d/rc3.d/S85httpd to some other place (for example /root), and execute `/root/S85httpd restart`, the php script could fopen file successfully! Its so confusing ...
As Ryan suggested, it sounds like a SELinux issue. Try disabling SeLinux temporarily to see if that fixes the problem. If it does, you'll need to look at the policy and fix it (we won't be able to help much with that part of the process though).
-- Postgresql & php tutorials http://www.designmagick.com/ -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php