Hi folks I've got a LAPPP (Linux Apache Postgresql PHP Perl) app running on a FC4 system which has been running fine. Yesterday I ran a 'yum update' which included httpd and now I'm having problems. In my php.ini I have error_reporting = E_ALL | E_STRICT | E_USER_ERROR | E_USER_WARNING | E_USER_NOTICE log_errors = 1 error_log = /var/log/httpd/php which had the effect of logging all errors and warnings to a single file. How PHP errors are going to each virtualhost's errorlog file. Also I have a PHP upload script that then calls a perl backend to process the uploaded file: system("/home/httpd/bin/walon $uploadfile >/var/log/httpd/walon 2>&1 &"); The system call now fails and the program doesn't start. I've checked the file timestamps and none of the config files has been touched. Has anyone got any ideas why this has happened, especially as php wasn't updated. -- Gary Stainburn This email does not contain private or confidential material as it may be snooped on by interested government parties for unknown and undisclosed purposes - Regulation of Investigatory Powers Act, 2000