I added a virtualhost for each domain to the proftpd.conf file.

<VirtualHost 123.123.123.123>
DefaultRoot     ~
</VirtualHost>

Seems to work OK. 
Slap me for wasting bandwidth on a foolish Q.

On Friday 07 September 2001 15:22, Ronnie Gauthier wrote:
> To restrict virtual website owners to their own folders in proftp can I use
> the defaultroot directive globally, like this? Can I follow this with the
> VirtualHost directives like so, to change the setup for accounts on an
> individual basis?
> I think this is OK but want to make sure as it is a production box.
>
> <Global>
>       AllowChmod                    on
>       # Report localtime, not GMT
>       TimesGMT                        off
>       DefaultRoot~
>  </Global>
>
> <VirtualHost 123.123.123.123>
>       DefaultRoot     / administrator
>       DefaultRoot             ~/../.. site-adm
>       DefaultRoot             ~ !site-adm
>       AllowOverwrite          on
>       DisplayLogin            .ftphelp
> </VirtualHost>
>
> thanks

-- 
Ronnie
==================
Life can be a dream; or it can be a nightmare
it's all in your mind
_______________________________________________
http://linux.nf -- [EMAIL PROTECTED]
Archives, Subscribe, Unsubscribe, Digest, Etc 
->http://linux.nf/mailman/listinfo/linux-users

Reply via email to