Index: [Article Count Order] [Thread]

Date:  Sun, 25 May 2008 23:19:35 -0700
From:  "Michael Aronoff" <ma (at mark) ciic.com>
Subject:  [coba-e:13081] Re: AW:  Re: Ftp doesn't work with IE7
To:  <coba-e (at mark) bluequartz.org>
Message-Id:  <006b01c8bef8$798c3de0$6401a8c0@MALAPTOP>
In-Reply-To:  <200805260248.26795.bq (at mark) solarspeed.net>
X-Mail-Count: 13081

Michael Stauber wrote:
> As for FTP login to the webroot instead of the userspace: This requires
some 
> extra logic in the scripts and handlers, but it's rather trivial. I'll
give 
> it a look over, too.

This is something I change each time a setup a new BQ server.  I had to a do
a bunch a little bit ago so I made a text file to walk me through all the
things I do to a clean BQ install.  #32 reads as follows...

Change /usr/sausalito/handlers/base/ftp/config_ftp_site.pl to have ftp login
to site folder and add the third line below the other 2 shown.

	DefaultRoot             ~ !$Base::Vsite::SITE_ADMIN_GROUP
	AllowOverwrite  on
	DefaultChdir            /web  # new added
	service xinetd restart 

This leaves the ProFTP configs correct in everyother way and simply has site
admins default to the /web folder on login. The change above properly does
this is to the config as each site is added so changes to the base FTP
config will not break the change for each site.

I hope this saves you some time. Oh and credit does not belong to me.  I got
this from someone else on the list a long time ago.  Sorry I don't have to
original post to give them credit.

________________________________
Michael Aronoff - West Hills, CA