Re: WebDAV via HAproxy simply won't work with Microsoft Windows

2015-03-05 Thread Jarno Huuskonen
Hi, On Thu, Mar 05, Eamonn Hynes wrote: Hello Jarno, Thank you very much for your message. Yes, I was wondering about that 301 code. I wonder do you have any more suggestions here? Can you try to set the port 8080 virtualhost to use ServerName https://myserver.com (or

Re: WebDAV via HAproxy simply won't work with Microsoft Windows

2015-03-05 Thread Eamonn Hynes
Hello Jarno, Thank you very much for your message. Yes, I was wondering about that 301 code. I wonder do you have any more suggestions here? Apache2 isn't listening on https at all. All the SSL is done by haproxy. It's Apache2, not TomCat. Thanks again, Eamonn On 5 March 2015 at 14:33,

Re: WebDAV via HAproxy simply won't work with Microsoft Windows

2015-03-05 Thread Jarno Huuskonen
Hi, On Thu, Mar 05, Eamonn Hynes wrote: `net use X: \\myserver.com@SSL\home\eamorr` #A Windows command here's the server-side HAProxy log (/var/log/haproxy.log): Mar 5 11:51:00 apacheserver1 haproxy[22786]: 137.43.130.107:51168 [05/Mar/2015:11:50:25.233] www-https~

RE: WebDAV via HAproxy simply won't work with Microsoft Windows

2015-03-05 Thread Lukas Tribus
Hi Lukas, Thank you for taking the time to reply. Here are the global and defaults sections:  Add: option prefer-last-server to your default section. Lukas

RE: WebDAV via HAproxy simply won't work with Microsoft Windows

2015-03-05 Thread Lukas Tribus
Here's my haproxy config:  This config is incomplete. We need at least all options and timeouts, including global and default sections. Lukas

Re: WebDAV via HAproxy simply won't work with Microsoft Windows

2015-03-05 Thread Eamonn Hynes
Hi Lukas, Thank you for taking the time to reply. Here are the global and defaults sections: global log /dev/loglocal0 log /dev/loglocal1 notice chroot /var/lib/haproxy stats socket /run/haproxy/admin.sock mode 660 level admin stats timeout 30s

Re: webdav

2013-10-10 Thread Sander Klein
Wicked, thanks for your answer. Sander On 10.10.2013 00:03, Bryan Talbot wrote: I've used it in front of SVN running in apache httpd and proxy in http mode with ssl.  works great. -Bryan On Wed, Oct 9, 2013 at 1:59 AM, Sander Klein roe...@roedie.nl wrote: Hey Baptiste, We want to use

Re: webdav

2013-10-09 Thread Baptiste
Hi Sander, As long as webdav respect HTTP RFC, there won't be any issues at all. Which product are you targeting for your webdav deployment? Baptiste On Wed, Oct 9, 2013 at 8:57 AM, Sander Klein roe...@roedie.nl wrote: Hi, Is it possible to use webdav with haproxy while in http mode? Or dou

Re: webdav

2013-10-09 Thread Sander Klein
Hey Baptiste, We want to use it in front of svn and git. We wont actually do any load balancing with it. We just want to use haproxy for a single entry point to the repositories. Greets, Sander On 09.10.2013 09:31, Baptiste wrote: Hi Sander, As long as webdav respect HTTP RFC, there

Re: webdav

2013-10-09 Thread Bryan Talbot
I've used it in front of SVN running in apache httpd and proxy in http mode with ssl. works great. -Bryan On Wed, Oct 9, 2013 at 1:59 AM, Sander Klein roe...@roedie.nl wrote: Hey Baptiste, We want to use it in front of svn and git. We wont actually do any load balancing with it. We just