[users@httpd] Problem matching with ProxyPassMatch

2012-06-07 Thread Chris DiLorenzo
Hello, I have the following ProxyPassDirective: ProxyPassMatch ^/product/(detail.+bsins=20.*) balancer://product-gift/$1 The balancer is 2 app servers running an HTTP connector. The Balancer is configured properly. When the server receives this request, or something similar: http:///product/d

[users@httpd] CGI script is not executed

2012-06-07 Thread Thad Humphries
Re thread #103692 On May 19, 2012, at 3:27 AM, Igor Cicimov wrote: The name should be test.cgi On May 19, 2012 5:29 PM, "Allen Liu" wrote: > Hi experts, > I just set up my first httpd server 2.4.2. It is a simple setup, I took > almost everything as default setting. > After it was started, I t

[users@httpd] Using 'SetEnvIf' IP address matches in IPv6 space - do I match on 'short' or 'expanded' address?

2012-06-07 Thread k5876
In my httpd conf, I set a var for use in matching conditions. In IPv4 space this is clear. SetEnvIf X-FORWARDED-FOR "^192\.168\.1\.(.*)" okOFFICE=$1 SetEnvIf X-FORWARDED-FOR "^127\.0\.0\.1(.*)" okLOCALHOST=$1 I want to add the analogue for IPv6 addresses. Which do I match aga

Re: [users@httpd] Uncompressing incoming requests

2012-06-07 Thread Nick Kew
On Thu, 7 Jun 2012 08:33:11 -0700 (PDT) Abhi Auradkar wrote: > Hi Nick,  > > To test it futher I gzipped a local file and posted it apache using 'ab' (I > had set the content-encoding header as well') > Even then I see the same result. It logging the same error about magic bytes > not matching

Re: [users@httpd] MOD_STATUS

2012-06-07 Thread Daniel Ruggeri
On 6/7/2012 6:14 AM, a...@jezebeldesign.co.uk wrote: > Sorry if this is a dumb question but, I am trying to diagnose why my > website keeps falling over often by reaching MAXCLIENTS. > I have asked the server host to give me access to server-status > ( MOD_STATUS ) and one thing that I have noticed

Re: [users@httpd] Uncompressing incoming requests

2012-06-07 Thread Abhi Auradkar
Hi Nick,  To test it futher I gzipped a local file and posted it apache using 'ab' (I had set the content-encoding header as well') Even then I see the same result. It logging the same error about magic bytes not matching.  Any pointers to mistakes that I am making?  Thanks, ~Abhi - Orig

[users@httpd] Re: mod_proxy, jetty -- (20014)Internal error: proxy: error reading status line

2012-06-07 Thread Oleg Dulin
Ok, problem solved by switching to nginx…. Thank you guys. On 2012-06-04 13:51:14 +, Oleg Dulin said: We have a configuration as follows: Apache2 httpd with mod_proxy (2.2.15) in the DMZ Java server process with embedded Jetty in the secure zone All calls to the Java server are POST made b

[users@httpd] MOD_STATUS

2012-06-07 Thread andy
Sorry if this is a dumb question but, I am trying to diagnose why my website keeps falling over often by reaching MAXCLIENTS. I have asked the server host to give me access to server-status ( MOD_STATUS ) and one thing that I have noticed that is different to ALL the other examples I have seen i

Re: [users@httpd] Uncompressing incoming requests

2012-06-07 Thread Abhi Auradkar
Hi Nick,  I added some debug statements and error statements to mod_deflate code and built the module.  The error is coming from the following   /* We didn't get the magic bytes. */         if (len != 10 ||             deflate_hdr[0] != deflate_magic[0] ||             deflate_hdr[1] != deflate_m