On 7/19/02 4:23 PM, "Dan Sabo" <[EMAIL PROTECTED]> wrote:

> Hi,
> 
> Does anyone know the procedure to setting up FTP capabilities on a server so
> I can create new users with separate FTP accounts, tie domain names to those
> user accounts, and set up of domain names without IP addresses for those
> accounts (so that when someone goes to a particular domain name in their
> browser, the domain name is resolved via my server IP address and not the
> domain names IP address - I forgot what that type of domain setup is
> called)?

Sorry for the delay in answering this.

I think you're talking about virtual serving.  This is something that works
for web requests because a web browser passes the domain name to the server
in its request.  Ftp does no such thing - so the server has no way to know
which domain the client is looking for.

Proftp does virtual hosting, but what it's really doing is setting up
different characteristics based on the user logging in.  So, your users
would need to be authenticated.  If that's OK, proftpd is the way to go.

Otherwise, you could have people download through http - set up a web page
that requires some kind of authentication.  That would be based on domain.

Did I understand correctly?
-- 
Ed Marczak
[EMAIL PROTECTED]



_______________________________________________
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list

Reply via email to