Thanks for Nick and Jim. I am trying the mod_security. Otherweise I will write
my own module.
Best Regards
-Ursprüngliche Nachricht-
Von: Jim Jagielski [mailto:j...@jagunet.com]
Gesendet: Donnerstag, 9. März 2017 14:02
An: users@httpd.apache.org
Betreff: Re: [users@httpd] Apache load b
Yeah... if really required, sticky sessions are the
quickest way... As Nick sez, having to parse the payload
slows things way down.
> On Mar 9, 2017, at 7:48 AM, Nick Kew wrote:
>
> On Thu, 2017-03-09 at 12:26 +, Chen, Yongcheng wrote:
>> Yes, http Post method with XML Text in http body.
>
>
On Thu, 2017-03-09 at 12:26 +, Chen, Yongcheng wrote:
> Yes, http Post method with XML Text in http body.
A load balancer wouldn't normally look at the payload.
It's a much bigger overhead than most users want!
If you want it, either write your own module, or check
mod_security or ironbee for
Yes, http Post method with XML Text in http body.
-Ursprüngliche Nachricht-
Von: Jim Jagielski [mailto:j...@jagunet.com]
Gesendet: Donnerstag, 9. März 2017 13:21
An: users@httpd.apache.org
Betreff: Re: [users@httpd] Apache load balancing based on http request body
content
In the body of
In the body of the request? Ala in POST data?
> On Mar 9, 2017, at 6:50 AM, Chen, Yongcheng
> wrote:
>
> Dear all,
>
> I am using Apach httpd for loadbalaning. Now, i want to forward all the
> requests with an expected string in xml in http body to the same backend
> server. For example:
>
Dear all,
I am using Apach httpd for loadbalaning. Now, i want to forward all the
requests with an expected string in xml in http body to the same backend
server. For example:
http body with string 1 --> Backend Server 1, http body with string 2 -->
Backend Server 2
Does somebody know the tr
Hi all,
I'm trying to build Apache httpd server 2.4.25 on Ubuntu 4.8.0.
The idea is to embed httpd server into own application and to be able
to install on target machine in any location in file system.
I found the tool $(root src)/build/binbuild.sh which should do exactly
what I want.
After I run
Hi
Since a few months we're using WebDAV (apache mod_dav) to serve files
for one of our apps. Everything works alright but when combined with an
older WebDAV client (needed for Office 2010 and older) we're running
into some issues.
The company that made the client has looked into the problem