[users@httpd] Re: [ExternalEmail] Re: [users@httpd] multiple ldap authn sources

2020-08-19 Thread McIntyre, Vincent (CASS, Marsfield)
On Sun, Mar 01, 2020 at 09:20:01PM +, McIntyre, Vincent (CASS, Marsfield) wrote: >On Sat, Feb 29, 2020 at 11:07:30PM +, sebb wrote: >>On Mon, 24 Feb 2020 at 06:30, McIntyre, Vincent (CASS, Marsfield) >> wrote: >>> >>> Hi >>> >>> this has come up a few times in the past and I've tried to us

[users@httpd] unsubscribe

2020-08-19 Thread jeff.allison

[users@httpd] Re: How to upload Files larger than 2GB

2020-08-19 Thread Martin Knoblauch
Hi Mark, thanks for the reply. The mentioning of "Chunked" helped me solve the problem. Our perl based REST client clearly tried to send the file as one buffer. Fortunately changing that was on line of code. > > > > Then looking at the Tomcat configuration. The HTTP connector (working) > > loo

[users@httpd] Logging HTTP/2 request processing time - httpd 2.4.37 CentOS 8

2020-08-19 Thread hostalp
Hello, when I use the LogFormat with server processing time included, for example % {ms}T: LogFormat "%h %l %u %t \"%r\" %>s %b %{ms}T" common-ms The output in the case of request upgraded to HTTP2 looks as follows: ::1 - -  "GET /server-status HTTP/2.0" 200 25389 1597835516363 ::1 - -

[users@httpd] How to upload Files larger than 2GB

2020-08-19 Thread Martin Knoblauch
Hi, our customer has the following setup: Apache/HTTPD(2.4.43)->mod_jk(1.2.48)->Tomcat(9.0.12). The application hosted by Tomcat has a REST interface that allows file upload using POST requests. The problem now is that we get a 500 response when we try to upload files larger than 2 GB. But thi