Re: [users@httpd] ProxyPass + Redirect

2015-12-16 Thread Marat Khalili
Crude, but what about: ProxyPassMatch "^/foo/(.+)$" "http://localhost:8009/foo/$1"; ? (not sure about + escaping, can be \+) -- With Best Regards, Marat Khalili On 17/12/15 01:34, Christopher Schultz wrote: All, I've got a reverse-proxy in front of Tomcat that I'd like to configure. Wh

Re: [users@httpd] ProxyPass + Redirect

2015-12-16 Thread Christopher Schultz
Bill, On 12/16/15 5:45 PM, William A Rowe Jr wrote: > On Wed, Dec 16, 2015 at 4:34 PM, Christopher Schultz > mailto:ch...@christopherschultz.net>> wrote: > > >RedirectMatch ^/foo(/)?$ /foo/someplace_specific.html >RedirectMatch ^/foo/index.html$ /foo/someplace_specific.html >

Re: [users@httpd] ProxyPass + Redirect

2015-12-16 Thread William A Rowe Jr
On Wed, Dec 16, 2015 at 4:34 PM, Christopher Schultz < ch...@christopherschultz.net> wrote: > >RedirectMatch ^/foo(/)?$ /foo/someplace_specific.html >RedirectMatch ^/foo/index.html$ /foo/someplace_specific.html >ProxyPass /foo/index.html ! >ProxyPass /foo/ http://localhost:8009/foo

[users@httpd] ProxyPass + Redirect

2015-12-16 Thread Christopher Schultz
All, I've got a reverse-proxy in front of Tomcat that I'd like to configure. When using mod_jk, we have a configuration like this: RedirectMatch ^/foo(/)?$ /foo/someplace_specific.html RedirectMatch ^/foo/index.html$ /foo/someplace_specific.html JkMount /foo/*.do myWorker This works swi

[users@httpd] slow reload apache22

2015-12-16 Thread apache
hello world, so i run Apache/2.2.31 on FreeBSD9. 64 bit. Hosting about 400 websites on this virtual server that executes well enough - except, whenever i make configuration changes and gracefully reload the httpd, the service kind of stalls for about 10-20 seconds. The server acts as reverse

RE: [users@httpd] how to compile apache httpd 2.4.17

2015-12-16 Thread David Long
Can anyone help me with following error when compile httpd2.4.17? I got a lot of “exports.c:1217: error: redefinition of 'ap_hack_apr_allocator_create'” Errors. Thanks David Long From: William A Rowe Jr [mailto:wr...@rowe-clan.net] Sent: Tuesday, November 17, 2015 1:14 PM To: David Long Cc: user

Re: [users@httpd] Logging an masqueraded header in Apache 2.4

2015-12-16 Thread Rainer Canavan
2015-12-16 17:56 GMT+01:00 Christian Georg : > Hi all, > > > I am looking for a solution to masquerade/anonymize data I am writing to the > acccess log on my proxy. For debugging purposes we need to trace data based > on the x-auth header. As this header contains critical data I do not want to > en

[users@httpd] Logging an masqueraded header in Apache 2.4

2015-12-16 Thread Christian Georg
Hi all, I am looking for a solution to masquerade/anonymize data I am writing to the acccess log on my proxy. For debugging purposes we need to trace data based on the x-auth header. As this header contains critical data I do not want to enable logging of the full header. Instead I am looking