Page 1 of 1

PHP pages permission on Apache Server

Posted: Thu Jul 12, 2007 12:27 am
by anp24
Hello,
I want to know what permissions for PHP pages should be given on Apache web server so that PHP pages can be executed. If PHP pages are in a folder, what permissions should be given for that folder?

thank you

Posted: Thu Jul 12, 2007 6:35 am
by feyd
Easiest way to learn is to play around with them. Best case, you make three changes. Worst case, you'll go through twenty-seven.

Posted: Thu Jul 12, 2007 9:10 am
by Gente
Yes. I'd been working as PHP developer for several months and only than I found out that 777 permissions for executable files (`index.php` for example :)) may cause the Error 500 on some servers :)