I'm going to install PHP5 on Win2k3 server and need to
know what permissions to grant to what users/groups.
There're 3 objects where I have to set permissions:
1. main php folder where CGI/ISAPI and extension modules
2. session files folder
3. php.log file (I'm planning to use log file instead syst
My WinXP IIS configured to use CGI version
of PHP5 (php-cgi.exe). When a script file located
under /inetpub/wwwroot/..., i.e. absolute location,
the PHP runs well. But when I use Virtual directory in IIS,
i.e. the script file is not located under /inetpub/wwwroot/,
the IIS returns 404 File not foun