gunix wrote:
[...]
<Directory ~/home/public/suporte>
        <Limit ALL>
                AllowAll
                AllowGroup G_SUPORTE_JFA
        </Limit>
</Directory>

Você já tentou com

    <Directory /home/public/suporte> # sem o ~
        <Limit ALL>
            AllowAll
        </Limit>
    </Directory>

E dae dentro do home do seus usuários você criar um link simbólico para essa pasta

    $ ln -s /home/public/suporte


--
Atenciosamente,

Arthur Furlan
[email protected]


--
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]

Responder a