mirror of
https://github.com/php/php-src.git
synced 2025-08-19 08:49:28 +02:00
The web server user name starts with IUSR_ and not ISUR_,
and some clarifications from Phil Driscoll
This commit is contained in:
parent
a3d6fb043d
commit
6345a7aa7b
1 changed files with 2 additions and 2 deletions
|
@ -684,8 +684,8 @@ Problems?
|
||||||
If it still fails then it could be one of the following:
|
If it still fails then it could be one of the following:
|
||||||
|
|
||||||
file permissions on your php script, php.exe, php4ts.dll, php.ini or any php
|
file permissions on your php script, php.exe, php4ts.dll, php.ini or any php
|
||||||
extensions you are trying to load are such that the anonymous internet user
|
extensions you are trying to load are such that the web server cannot access
|
||||||
ISUR_<machinename> cannot access them.
|
them. For IIS, IUSR_<machinename> needs at least read access.
|
||||||
|
|
||||||
The script file does not exist (or possibly isn't where you think it is
|
The script file does not exist (or possibly isn't where you think it is
|
||||||
relative to your web root directory). Note that for IIS you can trap this error by ticking
|
relative to your web root directory). Note that for IIS you can trap this error by ticking
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue