Apache doesn't honor my file's permissions ?

Posted by The Devil on Server Fault See other posts from Server Fault or by The Devil
Published on 2011-06-23T15:15:12Z Indexed on 2011/06/23 16:24 UTC
Read the original article Hit count: 417

Filed under:
|

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?

© Server Fault or respective owner

Related posts about apache

Related posts about permissions