[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[cobalt-developers] ProFTPD and default directories
- Subject: [cobalt-developers] ProFTPD and default directories
- From: "Dave @ The Hostworks" <dave@xxxxxxxxxxxxxxxx>
- Date: Thu Mar 27 12:20:01 2003
- List-id: Discussion Forum for developers on Sun Cobalt Networks products <cobalt-developers.list.cobalt.com>
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>