• 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!
  • We are looking for U.S.-based freelancer or agency working with SEO or WordPress for a quick 30-min interviews to gather feedback on XOVI, a successful German SEO tool we’re looking to launch in the U.S.
    If you qualify and participate, you’ll receive a $30 Amazon gift card as a thank-you. Please apply here. Thanks for helping shape a better SEO product for agencies!
  • 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.

/var/log/nginx/error.log => proxy_access_log failed (13: Permission denied)

Azurel

Silver Pleskian
Hello,

I use plesk 11.5.30 MU#31 and found today in /var/log/nginx/error.log this error lines for each domain I have:
2014/02/05 03:36:20 [emerg] 15534#0: open() "/var/www/vhosts/system/domain.tld/logs/proxy_access_ssl_log" failed (13: Permission denied)
2014/02/05 03:36:20 [emerg] 15534#0: open() "/var/www/vhosts/system/domain.tld/logs/proxy_access_log" failed (13: Permission denied)

The error was for all domains "2014/02/05 03:36:20", this is from a cronjob, thats use heavy cpu load every night. The owner of the file "proxy_access_log" is "nginx". Last write "2014/02/05 03:18:06".

domainA
proxy_access_log => nginx
proxy_access_ssl_log => nginx

domainB
proxy_access_log => nginx
proxy_access_ssl_log => root


What is the best way to handle this problem? Thanks. :)
 
Last edited:
I get this error message every day. So I have edit in each domain the "nginx" user to "root". But I not thing that this fix this bug permanent.
 
The errror is back for all domains.. owner of the file is again "nginx" and /log/nginx/error.log says:

2014/02/09 04:18:14 [emerg] 31656#0: open() "/var/www/vhosts/system/domain.tld/logs/proxy_access_log" failed (13: Permission denied)

What can I do?
 
Back
Top