Questions tagged [www-data]

Default user under which apache web server is run on Debian-based systems.

www-data is the default user under which apache web server is run on Debian-based systems like Debian and Ubuntu.

77 questions
-1
votes
1 answer

PHP: how to write a file when no permissions are granted to www-data user

I have a WEB-page on Apache/2.2.9 (Debian) server located in .../public_html I am a user with no root preveligies. I rewrote my site in PHP and noticed that it cannot write files in ../public_html I changed everything in the folder to 777 and the…
-1
votes
1 answer

www-data runs in terminal but in php it does not execute, apache2, debian squeeze

I have external program.exe inside my website that gets data from text file, process it and then output to another textfile. Since apache uses www-data as user account, i manage to log in to terminal using www-data, configure it to execute…
1 2 3 4 5
6