• Please be aware: Kaspersky Anti-Virus has been deprecated
    With the upgrade to Plesk Obsidian 18.0.64, "Kaspersky Anti-Virus for Servers" will be automatically removed from the servers it is installed on. We recommend that you migrate to Sophos Anti-Virus for Servers.
  • The Horde webmail has been deprecated. Its complete removal is scheduled for April 2025. For details and recommended actions, see the Feature and Deprecation Plan.
  • We’re working on enhancing the Monitoring feature in Plesk, and we could really use your expertise! If you’re open to sharing your experiences with server and website monitoring or providing feedback, we’d love to have a one-hour online meeting with you.

IIS permissions for PHP applications: Permission denied

MislavO

Regular Pleskian
Hello.

Plesk version is 11.0.9., running windows server 2008.

Here is the situation/problem:
- client has domain1 and domain2/domain3
- on domain2/3 he have php applications and on domain1 there are pictures (he want to write from domain2/3 to domain1)
- now, the part for allowing php to execute outside it done with open_basedir

Problem is now when it comes to writing from domain2/3 to domain1 - I've tried quite few solutions suggested, including changes on IUSR user on folders through IIS manager, adding additional read/write permissions in hosting settings, but no success - I always get permission denied:
Warning: touch() [function.touch]: Unable to create file C:\Inetpub\vhosts\domain1\httpdocs\test\test2.txt because Permission denied in C:\Inetpub\vhosts\domain2\httpdocs\test\test.php on line 6

What do you suggest?
 
Back
Top