I'm having a problem with apache + php 5.3.5 installed on Debian 6. Apache will not honor the permissions of my files. Apache is running under user & group "daemon" and the files are owned by user & group "myUser".
For example if myfile.php is with permissions 700 apache will execute it although it shouldn't be doing it.
The same configuration works fine under Slackware 13.1. Does anybody know what am I doing wrong?
www-data; does your config includesuphporsuexec? – Shadur Jun 23 '11 at 15:18www-dataas the apache user, not 'daemon'. Try again. – Shadur Jun 23 '11 at 17:42