• Debian 11 is approaching its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.80 will be the last release to support it.
    If you are running Plesk Obsidian on Debian 11, we recommend you upgrade those servers to Debian 12 using our dist-upgrade tool.
  • We plan to deprecate and remove the support for XML RPC protocol versions earlier than 1.6.9.1 in Plesk Obsidian 18.0.82. We strongly recommend that you update all existing integrations using earlier versions of the XML RPC protocol to comply with the version 1.6.9.1 specification.

wrong permissions for UebiMiau

N

nisi

Guest
On a new installed plesk server (7.5.2) I added a few domains and activated UebiMiau (2.7 R4) for a few domains but unfortunately its not working.
I get a permission denied so watched the logs ad found: [Mon Apr 11 19:07:35 2005] [crit] [client 84.163.65.75] (13)Permission denied: /home/httpd/vhosts/xxxxxx.xxx/httpdocs/wmail/.htaccess pcfg_openfile: unable to check htaccess file, ensure it is readable

Then i checked permissions for the directory wmail: drwx------ 9 xxxxxxxx psacln 4096 Apr 11 19:25 wmail

Afaik It should be drwxr-xr-x :(

I deleted the domain and created a new one => same error.

Any hints why the permissions are wrong ? I know i can change them by hand but It should work without manually fixing it.

Thanx
 
Make sure that the directory is 755 and there are no .htaccess files in that directory with wrong permissions. If you chmod/chmod *, the .* files are not matched.
 
Originally posted by hardweb
Make sure that the directory is 755 and there are no .htaccess files in that directory with wrong permissions. If you chmod/chmod *, the .* files are not matched.
I didn't change anything. its a new domain !
Thats the default permissions from plesk creating the directory :(
 
*bump*

Anyone knows which part of plesk sets the permissions ? I cant find any readable scripts :(
 
Back
Top