[squid-users] Squid not coming up with dynamic host certificate on ssl bum

2019-01-29 Thread bandeep2000
Have squid in transparent, want to ssl bump all the connections which are not whitelisted, but when given *generate-host-certificates=on , *squid keeps crashing when trying to bring it up after service restart. */var/log/messages* Jan 30 07:05:52 ban-squid-proxy22 squid[23323]: Squid Parent: (s

Re: [squid-users] Big HTTP-POST file uploads not working

2019-01-29 Thread Alex Rousskov
On 1/29/19 12:05 AM, Matthias Weigel wrote: > Any idea, why the IIS server behaves differently with Apache as the > Reverse Proxy (anything else being the same)? Given Amos' analysis, if you want to get to the bottom of this problem, you would need to figure out why the origin server drops the co

Re: [squid-users] installing Squid: /run dir creation

2019-01-29 Thread Vieri
I can add the following info to my previous e-mail. Here's the configure command (the pid file name is always the same -- other options may vary according to user preferences or system deps): $ ./configure --prefix=/usr --build=x86_64-pc-linux-gnu --host=x86_64-pc-linux-gnu --mandir=/usr/share/

Re: [squid-users] installing Squid: /run dir creation

2019-01-29 Thread Vieri
On Tuesday, January 29, 2019, 1:06:22 PM GMT+1, Amos Jeffries wrote: >> >> Is it necessary to keep this in the Makefile? >> > > Yes. The path is configurable with --with-pidfile=PATH, so it can be > absolutely anywhere. > > It would help to have a hint about what OS you are using and what > /c

Re: [squid-users] installing Squid: /run dir creation

2019-01-29 Thread Amos Jeffries
On 29/01/19 11:56 pm, Vieri wrote: > Hi, > > My Linux distro warns me that when trying to install Squid an attempt is made > to write to a "volatile" dir. > > The Makefile in the src subdir contains: > >     $(mkinstalldirs) $(DESTDIR)`dirname $(DEFAULT_PID_FILE)` > > The default PID file bein

[squid-users] installing Squid: /run dir creation

2019-01-29 Thread Vieri
Hi, My Linux distro warns me that when trying to install Squid an attempt is made to write to a "volatile" dir. The Makefile in the src subdir contains:     $(mkinstalldirs) $(DESTDIR)`dirname $(DEFAULT_PID_FILE)` The default PID file being /run/squid.pid, the above tries to make the /run dir.

Re: [squid-users] Big HTTP-POST file uploads not working

2019-01-29 Thread Amos Jeffries
On 29/01/19 8:05 pm, Matthias Weigel wrote: > Hi Amos, > > thanks for your analysing! > > Any idea, why the IIS server behaves differently with Apache as the > Reverse Proxy (anything else being the same)? > No ideas, sorry. > Does Squid do anything special with TCP streams? > Nothing that w