Re: [PHP-WIN] Hosting PHP on Windows

2002-08-02 Thread leo g. divinagracia iii
format drive to NTFS if you havent yet and then turn on NTFS rights for each directory. check the rights for the IUSR_* account making sure that it only has read only rights. for just about everywhere... Matt Babineau wrote: > Here is an interesting question... > > Does the IUSR handle security

RE: [PHP-WIN] Hosting PHP on Windows

2002-08-02 Thread Mikey
] > Subject: [PHP-WIN] Hosting PHP on Windows > > > Here is an interesting question... > > Does the IUSR handle security when PHP is run? For instance: > > Lets say I host a web site, and the user creates a php that deletes some > files out side of their web folder. Is

[PHP-WIN] Hosting PHP on Windows

2002-08-02 Thread Matt Babineau
Here is an interesting question... Does the IUSR handle security when PHP is run? For instance: Lets say I host a web site, and the user creates a php that deletes some files out side of their web folder. Is their a way I can restrict access to their folder, on a case by case basis? I want to