[users@httpd] Apache LocationMatch, SetEnvif and X-Forward problem.

2021-05-21 Thread Wendell Hatcher
Hi, I know what I have is not correct and need guidance. I am trying to confirm our Spanish Uri path(es) which I think is correct and then do validation on the language header is(es) for Spanish. If it is then set the header to es which is the value. After this I need to forward the remoteip ad

[users@httpd] Re: APR util slotmem errors.

2020-12-14 Thread Wendell Hatcher
> > Quick question how does the apr use the shm segments and why does it have > a slotmem error if we use mod_proxy with several balancer name calls and > multiple hosts apache servers on a single dev box? I am really trying to > understand how this code segment below works? > > shm.c file call? >

Re: [users@httpd] APR util slotmem errors.

2020-12-12 Thread Wendell Hatcher
Thanks Yann, I really appreciate the information! This really helps! On Sat, Dec 12, 2020, 7:01 AM Yann Ylavic wrote: > Hi, > > These are more questions for the dev@apr.a.o (or dev@httpd) mailing > list, though there are APR developers on this list too ;) > > > > > Quick question how does the ap

[users@httpd] APR util slotmem errors.

2020-12-11 Thread Wendell Hatcher
Quick question how does the apr use the shm segments and why does it have a slotmem error if we use mod_proxy with several balancer name calls and multiple hosts apache servers on a single dev box? I am really trying to understand how this code segment below works? shm.c file call? #if APR_USE_SH

Re: [users@httpd] APR_USE_SHMEM_SHMGET 0-1 option.

2020-12-11 Thread Wendell Hatcher
Thanks Yann. On Fri, Dec 11, 2020, 11:44 AM Yann Ylavic wrote: > On Fri, Dec 11, 2020 at 5:10 PM Wendell Hatcher > wrote: > > > > Hi All, quick question. The APR_USE_SHMEM_SHMGET defined option within > the shm.c file what does it do exactly and can we set the option to

[users@httpd] APR_USE_SHMEM_SHMGET 0-1 option.

2020-12-11 Thread Wendell Hatcher
Hi All, quick question. The APR_USE_SHMEM_SHMGET defined option within the shm.c file what does it do exactly and can we set the option to 0 or 1? What would the setting of the option to those values effect? -Wendell

Re: [users@httpd] slotmem error still occuring after updating to Apache 2.4.43 APR 1.7.0

2020-12-07 Thread Wendell Hatcher
T_SCOREBOARD="logs/apache_runtime_status" -D DEFAULT_ERRORLOG="logs/error_log" -D AP_TYPES_CONFIG_FILE="conf/mime.types" -D SERVER_CONFIG_FILE="conf/httpd.conf" svc...@web70.lab1.ariba.com> On Mon, Dec 7, 2020, 5:41 PM Yann Ylavic wrote: > On Mon, Dec

Re: [users@httpd] slotmem error still occuring after updating to Apache 2.4.43 APR 1.7.0

2020-12-07 Thread Wendell Hatcher
;); do ipcrm -m $x; done 4. Update shutdown apache script to remove .shm files during stopsvc (Not Completed) On Mon, Dec 7, 2020, 5:41 PM Yann Ylavic wrote: > On Mon, Dec 7, 2020 at 6:33 PM Wendell Hatcher > wrote: > > > > Yann, quick question would it be ok to have a

Re: [users@httpd] slotmem error still occuring after updating to Apache 2.4.43 APR 1.7.0

2020-12-07 Thread Wendell Hatcher
uring our apache stop process that will deleting the files from the shm folder we are hoping this will reschedule le our hanging apache servers during stops and starts with a slotmem error. -Wendell On Sun, Dec 6, 2020, 6:45 PM Wendell Hatcher wrote: > Will do! I appreciate the help with

Re: [users@httpd] slotmem error still occuring after updating to Apache 2.4.43 APR 1.7.0

2020-12-06 Thread Wendell Hatcher
which shared memories paths (i.e. > .../slotmem-shm-*.shm) are created/reused/attached by which instance, > and figure out what kind of duplicates there may be.. > > On Sun, Dec 6, 2020 at 8:21 PM Wendell Hatcher > wrote: > > > > Let me gather this information from one of

Re: [users@httpd] slotmem error still occuring after updating to Apache 2.4.43 APR 1.7.0

2020-12-06 Thread Wendell Hatcher
Let me gather this information from one of our servers next week. I will provide a little more background information tomorrow as well. On Sat, Dec 5, 2020, 7:08 PM Yann Ylavic wrote: > On Fri, Dec 4, 2020 at 7:45 PM Wendell Hatcher > wrote: > > > > This has nothing to do w

Re: [users@httpd] slotmem error still occuring after updating to Apache 2.4.43 APR 1.7.0

2020-12-04 Thread Wendell Hatcher
2020 at 6:18 PM Wendell Hatcher < wendellhatcher1...@gmail.com> wrote: > > > > Still seeing, as in a problem that you had both before and after > > the update? Yes both before the update and after. This was during a > shutdown. Why is it occurring during a bad shutdown

Re: [users@httpd] slotmem error still occuring after updating to Apache 2.4.43 APR 1.7.0

2020-08-26 Thread Wendell Hatcher
M, Nick Kew wrote: > > On Wed, 26 Aug 2020 16:34:00 -0400 > Wendell Hatcher wrote: > >> Hello, I updated to the latest version of the APR and Apache but I am >> still seeing the following slotmem error. > > Still seeing, as in a problem that you had both before an

[users@httpd] slotmem error still occuring after updating to Apache 2.4.43 APR 1.7.0

2020-08-26 Thread Wendell Hatcher
Hello, I updated to the latest version of the APR and Apache but I am still seeing the following slotmem error. We run multiple apache services on a single box as well. error.2020.08.26:[Wed Aug 26 09:37:42.188705 2020] [slotmem_shm:error] [pid 125624:tid 140664905795392] (17)File exists: AH0261

[users@httpd] mod_proxyhealthcheck

2020-07-13 Thread Wendell Hatcher
Good afternoon everyone, I have a quick question. I am implementing mod_proxyhealthcheck my proxy ajp config has several load balancers pointing towards different apps on backend servers how do I setup mod_proxyhc to look at each lb uri individually using the same settings for failure and recovery

[users@httpd] AH02429: Response header name 'application/x-www-form-urlencoded'

2020-07-09 Thread Wendell Hatcher
Hi I am getting the following error we were not getting it in apache 2.4.17 but we are getting in our upgraded version 2.4.39. AH02429: Response header name 'application/x-www-form-urlencoded' contains invalid characters, aborting request, referer: https://s1-integration.ariba.com/Buyer/Main/ad/con

[users@httpd] File exists: AH01185: worker slotmem_create failed

2020-07-08 Thread Wendell Hatcher
Hi, I am getting the following error within apache [Sat Jun 20 07:27:13.280938 2020] [:emerg] [pid 6535:tid 47435645317568] AH00020: Configuration Failed, exiting [Sat Jun 20 07:27:13.280932 2020] [proxy_balancer:emerg] [pid 6535:tid 47435645317568] (17)File exists: AH01185: worker slotmem_create f

[users@httpd] Mod proxy balancer route length issue?

2020-07-07 Thread Wendell Hatcher
How do I resolve this issue within my conf file? ERR>! AH00526: Syntax error on line 4 of /home/cqrobotallhanauser/archive/deployments/personal_cqrobotallhanauser/ssws/SSWSRel-RH6-190/config/cluster-ss-testserver.conf: ! BalancerMember Route length must be < 64 characters Wendell

[users@httpd] Error on slotmem mod_proxy out of space.

2020-07-02 Thread Wendell Hatcher
We are seeing the following out of space errors in our apache servers and have the lastest apr and apr-util installed. [slotmem_shm:error] No space left on device: AH02611: create: apr_shm_create(/home/logs/slotmem-shm-p743569) failed. Is there a fix for this or is the only option deleting the sh

Re: [users@httpd] Apache rewritemap condition that will CDIR-ipmatch against returned value from the map?

2020-07-01 Thread Wendell Hatcher
ion, 99.99% don’t because MOST bad IP requests > are automated, so no loss there…. > > Angel > Scotland. > >> On 1 Jul 2020, at 15:33, Wendell Hatcher >> wrote: >> >> Hello, I have a ipfileblocklist text file that has over 10,000 ip addresses >> th

[users@httpd] Apache rewritemap condition that will CDIR-ipmatch against returned value from the map?

2020-07-01 Thread Wendell Hatcher
Hello, I have a ipfileblocklist text file that has over 10,000 ip addresses that need to be matched against. We managed to do a RewriteCond expr " (%{HTTP:x-etsc-client-ip} -ipmatch 'X.X.X.X' )” on the cdir ipmatch that comes back from the F5 but there are too many single rewrite cond exprs that a

Re: [users@httpd] Mod_rewrite removing white spaces from outside url.

2020-06-07 Thread Wendell Hatcher
ote: > > On Sun, Jun 7, 2020 at 4:03 PM Wendell Hatcher > wrote: >> >> Thankyou Eric! :) >> >> Eric, before running I want to confirm that this will work below? > > Why guess? > >> applying pattern '^(.*/|)+(%20)+(.+)$' to uri '/&

Re: [users@httpd] Mod_rewrite removing white spaces from outside url.

2020-06-07 Thread Wendell Hatcher
>  > Thankyou Eric! :) > > Eric, before running I want to confirm that this will work below? > > > > ProxyPreserveHost On > > ProxyPass / http://X.X.X.X:8080/login > > RewriteEngine On > > > RewriteRule ^(.*/|)+(%20)+(.+)$ $1$2 [L] > > # remove spaces from end or before / > RewriteRule

Re: [users@httpd] Mod_rewrite removing white spaces from outside url.

2020-06-07 Thread Wendell Hatcher
>  > Here are my logs as well. > > Eric, > > > 71.75.229.92 - - [13.56.11.156/sid#5646ee71d550][rid#7f5b5000ea70/initial] > init rewrite engine with requested uri / > [Sun Jun 07 19:59:35.067175 2020] [rewrite:trace3] [pid 5829:tid > 140030530008832] mod_rewrite.c(470): [client 71.75.229.92

Re: [users@httpd] Mod_rewrite removing white spaces from outside url.

2020-06-07 Thread Wendell Hatcher
Thankyou Eric! :) Eric, before running I want to confirm that this will work below? ProxyPreserveHost On ProxyPass / http://X.X.X.X:8080/login RewriteEngine On RewriteRule ^(.*/|)+(%20)+(.+)$ $1$2 [L] # remove spaces from end or before / RewriteRule ^(.+?)+(%20)+(/.*|)$ $1$2 [L] # replac

Re: [users@httpd] Mod_rewrite removing white spaces from outside url.

2020-06-07 Thread Wendell Hatcher
Here are my logs as well. Eric, 71.75.229.92 - - [13.56.11.156/sid#5646ee71d550][rid#7f5b5000ea70/initial] init rewrite engine with requested uri / [Sun Jun 07 19:59:35.067175 2020] [rewrite:trace3] [pid 5829:tid 140030530008832] mod_rewrite.c(470): [client 71.75.229.92:59917] 71.75.229.92 - - [

[users@httpd] Mod_rewrite removing white spaces from outside url.

2020-06-07 Thread Wendell Hatcher
Hello, I have an issue where we have Apache 2.4.4.X using mod_proxy_balancer pointing at Apache Tomcat 8. Our applications returning an outside url that has space in the url i.e. (www.example.com/myapp/ structs/ somedata/ We want to return this url without spaces because it fails. I have tried Apac