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

[cobalt-developers] ProFTPD and default directories



the below settings work fine.. but will they hold?
I read somewhere that every time a new site is added to that IP, that config
gets reset??
How is everyone else managing this?!

/etc/proftpd.conf

<VirtualHost x.x.x.x>
    DefaultRoot     / wheel
        DefaultRoot             / admin-users
        DefaultRoot             ~/../../.. site-adm
        DefaultRoot             ~ !site-adm
        DefaultChdir            ../../../web site-adm
        AllowOverwrite  on
        DisplayLogin    .ftphelp
</VirtualHost>