• Plesk Uservoice will be deprecated by October. Moving forward, all product feature requests and improvement suggestions will be managed through our new platform Plesk Productboard.
    To continue sharing your ideas and feedback, please visit features.plesk.com

<Bug> logs in plesk give you error <fixed>

105547111

Silver Pleskian
Hey anyone done a new install to Plesk 8.3 your in for some grief if you want to look at your domains logs.

However I found the fix, they set the wrong permissions inside every single domain in /var/www/vhosts.

The fix inside every single domain in your /var/www/vhosts/domain.name find the directory /statistics

Its been set a foolish 550 chmod, you need to change this to 755

But we are not done, go into your /statistics and find logs

This has been set a foolish 750, preventing Plesk from reading the logs. For this dir I chose a -R and set everything inside logs to 755 and the subdir logs as well.
 
On our CentOS servers with Plesk 8.3.0 the statistics dirs are 550, the logs dirs inside are 750 and we have no problems.
 
breun,

Actually Scott from atomic and I have chatted and we found asl-web-gui is broken on Fedora 7 due to permission problems also.

I don't feel this is a swsoft bug but more on the heightened security in the later Fedora OS.

Also anyone running Fedora 7 you have to do the mod above or you cant get your logs, its also independent of selinux, enforcing, permissive or off the results are the same.
 
Breun,

Ah the issue is the Plesk installer, if you check the groups:

Broken in install, psaserv group psaadm is NOT there...

psaserv:x:2523:psaftp,apache

To fix it:

add to psaserv group psaadm
psaserv:x:2523:psaftp,apache,psaadm


Swsoft are looking at this bug.
 
Back
Top