[users@httpd] RE: merging Apache context

2015-10-30 Thread Greenberg, Adam
Hi Bill (this is a resend to include the dev and user communities, per your instructions): Thanks very much for the prompt response. I believe we have covered all of the steps you indicate below. Attached please find a tar file that contains a simple C++ module and a makefile to build it. Our

Re: [users@httpd] Apache HTTPD returning status code 413

2015-10-30 Thread Kurtis Rader
On Fri, Oct 30, 2015 at 10:36 AM, Scott Neville < scott.nevi...@bluestar-software.co.uk> wrote: > I have a theory that one of the firewalls/gateways/routers is adding > something to the HTTP request headers (or maybe the body of the request) > which is making it too long for a GET request. Is

[users@httpd] Re: merging Apache context

2015-10-30 Thread William A. Rowe Jr.
On Fri, Oct 30, 2015 at 5:23 PM, Greenberg, Adam wrote: > Hi Bill (this is a resend to include the dev and user communities, per your > instructions): Sorry for any misunderstanding - this seems like a good users@ question (with some C++ thrown in!) so I'm dropping the

[users@httpd] RE: merging Apache context

2015-10-30 Thread Greenberg, Adam
Bill: Thanks again for the quick response. The code I sent you is stripped down for demonstration purposes. We do normally handle the C++ allocation out of pools. That said, I'd like to avoid any confusion C++ might introduce so I've written a C version that demonstrates the same behavior.

Re: [users@httpd] modifying Location header

2015-10-30 Thread Hleb Valoshka
On 10/29/15, John Iliffe wrote: >> Is it possible to modify Location using mod_headers? I want to replace >> http:// with https:// but Header edit http://(.*) https://$1 does not >> work, neither with always. unset and set don't work as well, only add >> works. >> > > Why

[users@httpd] loading a module question

2015-10-30 Thread Merritt, Rob
Ehn I get this kind of error below C:\Users\rwm132>"C:\Program Files\Apache22\bin\httpd.exe" -f "C:\Program Files\Apache22\conf\httpd.conf" httpd.exe: Syntax error on line 130 of C:/Program Files/Apache22/conf/httpd.conf: Cannot load C:/Program Files/Apache22/modules/mod_auth_cas.so into

Re: [users@httpd] loading a module question

2015-10-30 Thread Eric Covener
On Fri, Oct 30, 2015 at 11:24 AM, Merritt, Rob wrote: > Does that mean it cannot find the auth_cas_module in the so? Or does it mean > it just cant find the so? The .so. But on windows, I think the same error occurs if a dynamic dependency of the .so is not found. Try

Re: [users@httpd] Apache HTTPD returning status code 413

2015-10-30 Thread Eric Covener
On Fri, Oct 30, 2015 at 1:36 PM, Scott Neville wrote: > I have a theory that one of the firewalls/gateways/routers is adding > something to the HTTP request headers (or maybe the body of the request) > which is making it too long for a GET request. Is there

RE: [users@httpd] loading a module question

2015-10-30 Thread Merritt, Rob
Haha! Thanks Eric I was missing libcurl.dll Rob Merritt ICT - Reporting and Data Services E246 – 105 Maintenance Road Saskatoon, SK S7N 5C5 Ph: (306) 966-7028 -Original Message- From: Eric Covener [mailto:cove...@gmail.com] Sent: Friday, October 30, 2015 9:26 AM To:

Re: [users@httpd] modifying Location header

2015-10-30 Thread Christopher Schultz
Hleb, On 10/30/15 10:24 AM, Hleb Valoshka wrote: > On 10/29/15, John Iliffe wrote: >>> Is it possible to modify Location using mod_headers? I want to replace >>> http:// with https:// but Header edit http://(.*) https://$1 does not >>> work, neither with always. unset and

[users@httpd] Apache HTTPD returning status code 413

2015-10-30 Thread Scott Neville
Hi, I am looking after a web based application which is developed in Java and fronted by Apache HTTPD (via mod_jk to Tomcat to be specific). We have noticed a very small number of requests which Apache HTTPD returns a status code of 413 to a request which would appear legitimate. When you