Re: apache-php file creation question

2005-10-14 Thread B
Hej Michael, your PHP-Script runs as www-data, same as your apache does. Try the following steps: 1. write your output to /var/tmp . Every user is allowed to write there. Check if your php script really puts out. 2. chmod for the target directory. Don't change the perissions for the files

apache-php file creation question

2005-10-14 Thread Michael Martinell
Hi. I did ask this question to same apache people and they think it must be the OS. So here goes: I am running debian woody with apache and php. I have created a php application that should let me create and edit text files in a particular directory. When I try out my program I get a security