Re: Is FTP through haproxy at all viable?

2015-05-09 Thread Rainer Duffner
I consider openssh for sftp pretty much unusable for clients/customers. I wouldn’t say that. Certainly true if they don’t actually know what they’re doing. As for the setup: yes, the first directory users can write to in a chroot-setup is a subdirectory of the home directory (because $HOME

Best wholesale price of latest 3G camera

2015-05-09 Thread Jenny
DearSirorMadam, Hopethingsarewellwithyou. Bytheway,Wesupply oneofournbs=p;3Gnewworkcameraswhichsellespeciallywellforyourreference.Ev=erymonth ,weallexportover5pcstoUSA and Euro=pe.,welcomeyourinquiries ,thanks. OEM,ODMareavailable. ModelNo.:SM-336GWelookforwardtohearingfromyou.

Re: Is FTP through haproxy at all viable?

2015-05-09 Thread Dennis Jacobfeuerborn
On 09.05.2015 21:50, Shawn Heisey wrote: On 5/9/2015 11:43 AM, Dennis Jacobfeuerborn wrote: Most FTP clients these days support SFTP as well and if you use say proftpd+mod_sftp then handling SFTP on the server side become pretty much identical to handling FTP (except all that active/passive

Re: Stick tables and counters persistence

2015-05-09 Thread Jai Gupta
On Fri, Apr 17, 2015 at 9:46 PM, Dennis Jacobfeuerborn denni...@conversis.de wrote: Yes, you add a peer section: peers haproxy-peers peer haproxy1 127.0.0.1:1024 (haproxy1 must the the hostname of the local system) and then you add a reference to that peer section in you stick table

Re: Is FTP through haproxy at all viable?

2015-05-09 Thread Shawn Heisey
On 5/9/2015 2:04 AM, Malcolm Turnbull wrote: LVS with FTP works fine in the current kernels but does need the correct firewall modules loaded + conntrack enabled. I was really hoping to avoid that, but the more I've read, the more I've dreaded that the firewall would be required. Setting it up

Re: [PATCH 0/3] Add support for TLS ticket key socket updates

2015-05-09 Thread Pavlos Parissis
On 09/05/2015 08:45 πμ, Nenad Merdanovic wrote: This patchset adds support for updating TLS ticket keys using the admin socket. Nenad Merdanovic (3): MINOR: Add TLS ticket keys reference and use it in the listener struct MEDIUM: Add support for updating TLS ticket keys via socket

Re: Is FTP through haproxy at all viable?

2015-05-09 Thread Shawn Heisey
On 5/9/2015 11:43 AM, Dennis Jacobfeuerborn wrote: Most FTP clients these days support SFTP as well and if you use say proftpd+mod_sftp then handling SFTP on the server side become pretty much identical to handling FTP (except all that active/passive nonsense goes away an nobody can simply

[PATCH 1/3] MINOR: Add TLS ticket keys reference and use it in the listener struct

2015-05-09 Thread Nenad Merdanovic
Within the listener struct we need to use a reference to the TLS ticket keys which binds the actual keys with the filename. This will make it possible to update the keys through the socket Signed-off-by: Nenad Merdanovic nmer...@anine.io --- include/types/listener.h | 3 +--