• Our team is looking to connect with folks who use email services provided by Plesk, or a premium service. If you'd like to be part of the discovery process and share your experiences, we invite you to complete this short screening survey. If your responses match the persona we are looking for, you'll receive a link to schedule a call at your convenience. We look forward to hearing from you!
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

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