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
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
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
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
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
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
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
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
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