On Sun, May 24, 2009 at 11:38 AM, Torsten Sauer
<[email protected]> wrote:
> I started to integrate the ftp server into our own application server and
> I'm searching for an option to support virtual hosts. I think here of
> virtual hosts like in a web server (e.g. apache ;))...
>
> Is there a possibility to "switch on" this feature or do you see a chance to
> integrate it?

Assuming you would like to have different hosts on different IPs/ports
(since there is nothing like the Host header in FTP)? No, we do not
support this since some of our components are global (like the user
manager). We do however have support for multiple listenerna, but the
main purpose for this is to be able to have SSL and plain listeners
for the same server. But, any configuration on the listener level is
of course possible to have separate per local IP/port.

Having better support for being able to have separate user managers
and so on, per listener would be something I would like to work on for
a future release (like 1.2). Would that solve your use case?

/niklas

Reply via email to