Re: [users@httpd] result codes from Bash CGI

2021-02-17 Thread Claude Warren
Is there documentation for any of these methods? If you can point me to the proper section of the code base I can probably figure it out and document if necessary. Claude On Mon, Feb 15, 2021 at 11:59 PM Dino Ciuffetti wrote: > So I would do something like > echo "Status: 410 Gone" > to

[users@httpd] mod_proxy and ProxyErrorOverride Directive

2021-02-17 Thread Sean LeBlanc
We have switched from mod_jk to mod_proxy_ajp recently, and I'm trying to get similar behavior to what we did via uriworkermap.properties files, in which we blocked most error codes coming from our Java application, for example: /app|/*worker1;use_server_errors=401, serve up instead>

RE: [users@httpd] stickysession and BalancerMember route

2021-02-17 Thread DICKEY Rob
Thanks - I found that 64 limit in code, and did not look like any other character in the route string match would be problematic but for a route value like route=ab-8080-cde1 we are finding that stickiness is not consistent... the preamble to the route is another string like

Re: [users@httpd] stickysession and BalancerMember route

2021-02-17 Thread Yann Ylavic
On Tue, Feb 16, 2021 at 4:52 PM DICKEY Rob wrote: > > The source code appears to perform basic string comparisons to match the > stickysession token value against the route, but are there character or > length constraints to the route attribute? The route is limited to 64 characters and must