Hi all,

I was trying to write an apache module which makes httpd able to read 
file that could not be read by user which executes apache. (for example, 
apache runs as 'www' and read successully a file owned by another user, 
with 700 as unix permission).
Everything runs fine, but when next filter in apache chunks is "php", I 
got 'unknown error' during file processing. I realized that was file 
permission, so: does php re-open then file that was already open by apache??

Best Regards

Ferruccio

-- 
"Only thos who attempt the absurd can achieve the impossible"


-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to