Posted by Trobi on 10/04/05 11:05
Jason Morehouse wrote / napísal (a):
> Hello. I'm not sure if this is an apache problem or php... but
> wondering if anyone has come across the same problem.
>
> -rw------- 1 root root test.html
> -rw------- 1 root root test.php
>
> Trying to access test.html via a browser servers up the apache 403
> error page. The test.php however produces:
>
> Warning: Unknown: failed to open stream: Permission denied in Unknown
> on line 0 Warning: Unknown: Failed opening '/www/test.php' for
> inclusion (include_path='.:/www/php') in Unknown on line 0
>
> Any ideas?
>
> Thanks!
>
What about:
as root:
chmod 775 test.php
then
chmod 775 test.html
Theese comands gives the right to read and execute to web server runing
with nobody rights
to read and execute above mentioned files.
trobi
[Back to original message]
|