RE: [PHP-WIN] Re: IIS/PHP w/ NTFS issue

2002-12-05 Thread Charles P. Killmer
AM To: [EMAIL PROTECTED] Subject: Re: [PHP-WIN] Re: IIS/PHP w/ NTFS issue And i think that IIS uses the user IWAN for running CGIs instead of the IUSR user... Cheers... Luis Ferro Charles P. Killmer wrote: >The problem when it was running as a cgi is the php.ini may not have >been acce

Re: [PHP-WIN] Re: IIS/PHP w/ NTFS issue

2002-12-05 Thread Luis Ferro
PROTECTED] Subject: [PHP-WIN] Re: IIS/PHP w/ NTFS issue Ok, I may have fixed my own problem. I am posting so that others can see how I did so. 1. I changed from running as CGI Binary to ISAPI filter. I had tried this before but forgot something that time around. 2. Allowed "EVERYONE" gro

RE: [PHP-WIN] Re: IIS/PHP w/ NTFS issue

2002-12-05 Thread Charles P. Killmer
5.0 Windows 2000 Server -Original Message- From: Christopher England [mailto:[EMAIL PROTECTED]] Sent: Thursday, December 05, 2002 11:42 AM To: [EMAIL PROTECTED] Subject: [PHP-WIN] Re: IIS/PHP w/ NTFS issue Ok, I may have fixed my own problem. I am posting so that others can see how I did

[PHP-WIN] Re: IIS/PHP w/ NTFS issue

2002-12-05 Thread Christopher England
Ok, I may have fixed my own problem. I am posting so that others can see how I did so. 1. I changed from running as CGI Binary to ISAPI filter. I had tried this before but forgot something that time around. 2. Allowed "EVERYONE" group to read/exec the C:\PHP folder (instead of just IWSR user). Ho