jailkit-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Jailkit-users] a www folder as symlink to a failed folder


From: Mike van Hoof
Subject: Re: [Jailkit-users] a www folder as symlink to a failed folder
Date: Tue, 13 Jun 2006 23:20:39 +0200
User-agent: Thunderbird 1.5.0.4 (Windows/20060516)

Olivier Sessink schreef:
Mike wrote:

Well.... i now know why it didn't work. This is because the directory wasn't owned by apache.

so i did a chown -R apache:apache /home/jail/pizr and i can now approach it from the web, but now i can't login anymore because: Jun 13 08:56:00 thames jk_chrootsh[24607]: abort, path /home/jail/./home/pizr is not owned by 500

make it group writable and group apache

chmod 500 /home/jail/pizr
chmod g+sw /home/jail/pizr

Olivier
Thank mate, that kinda helpen me out :)

this is what i have now, and what works:

the folder /home/jail/home/pizr owned by pizr:pizr. chmod o+r
/home/jail/home/pizr/html chown -R apache:apache and chmod -R o+rwx

Mike




reply via email to

[Prev in Thread] Current Thread [Next in Thread]