[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
RE: [cobalt-users] httpd.conf problem
- Subject: RE: [cobalt-users] httpd.conf problem
- From: "Gil Bechtel" <gil@xxxxxxxxxxxx>
- Date: Sun Nov 11 11:32:04 2001
- List-id: Mailing list for users to share thoughts on Cobalt products. <cobalt-users.list.cobalt.com>
> When a user logs in to upload files, the initial location the user is
> sent to is /users/(username)/
>
> You need to instruct your users to backup in the tree to their / and
> then go into the /web folder to upload files.
>
> I also have a difficult time explaining this to some of my customers and
> would like to come up with a work around, but have not yet discovered a
> good way to do it.
I fixed this a little while ago in proftpd.conf add the following line below
TimeoutIdle
DefaultChdir ../../web site-adm
I am not sure if that was all I added, I did find the instruction in the KB
thou
Gil