Ok, here's the deal: I've made a search script which searches through a file for a text string. It is ment to search trough files uploaded by a upload-script I made, but it just doesent... When I run a is_readable() test on the files it says that the uploaded files (who's owner is the user Apache) is not readable... But I made an example file as user root and that works fine... So why doesent it search through the files owned by Apache, even thou the search-script also is being run as user Apache???