Re: [users@httpd]

2018-06-25 Thread Frank Gingras
Have a look at the signature when posting to the list: - To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org For additional commands, e-mail: users-h...@httpd.apache.org On Mon, Jun 25, 2018 at 2:17 PM Jason Brooks wrote

[users@httpd]

2018-06-25 Thread Jason Brooks
unsubscribe - To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org For additional commands, e-mail: users-h...@httpd.apache.org

Re: [users@httpd] Problems with apache 2.4.6 upload data limit?

2018-06-25 Thread Frank Gingras
Other than LimitRequestBody, there isn't any limit enforced by httpd. Further, httpd doesn't really process the uploaded data, aside from esoteric configurations. How did you configure httpd to parse php content? (And should likely leave the legal mumbo jumbo out of your signature for public maili

[users@httpd] Problems with apache 2.4.6 upload data limit?

2018-06-25 Thread Alex Hui
We've recently upgraded our apache server in our product line from 2.4.25 to 2.4.6.We have a screen sharing application which uploads frames to the apache server. Sometimes after an upgrade of our product the screen sharing application doesn't work as no frames are shared. When I inves

[users@httpd] Preserving in-bound address through reverse proxy

2018-06-25 Thread Ryan Shoemaker
Hi, We have a reverse proxy configured to route in-bound traffic to one of two different applications.  Here's our proxy conf: ProxyPass /foo ! ProxyPass / http://localhost:8080/ There's an instance of Tomcat running on port 8080. I'm trying to determine if it is possible to preserve the ori

[users@httpd] Apache http via tomcat WAR or Directory URL syntax (tomcat server.xml) for WAR application not working

2018-06-25 Thread Sandels Mark (RTH) OUH
I am attempting to launch a WAR web application from a tomcat service (tomcat 9.0.2, windows server 2008 R2), after invoking a URL in a browser (Firefox) hosted by an Apache HTTP server (Apache 2.4). The documentation ... https://www.ibm.com/support/knowledgecenter/SS6RHZ_6.0.6/com.ibm.rational.

Re: [users@httpd] Apache allowed OPTIONS

2018-06-25 Thread Alex K
Thanx Nick for the feedback. Indeed when I change the URL to point to a file then I get the PUT reply: HTTP/1.1 200 OK Date: Mon, 25 Jun 2018 13:09:26 GMT Server: Apache/2.4.25 (Debian) DAV: 1,2 DAV: MS-Author-Via: DAV Allow: OPTIONS,GET,HEAD,POST,DELETE,TRACE