[users@httpd] Modifying request body and content type going to proxy url

2018-06-02 Thread Shiva Kumar K R
Hi All, I am able to configure httpd as reverse proxy, I have to modify json body in post request coming from client to URL encoded format before sending that to specific proxy server, I have searched for the answer on the internet but got nothing can anyone give a hint on this. Thanks, Shiva

Re: [users@httpd] how to enable TLS v1.1 and TLS v1.2 alone in Apache 2.4.10 ?

2017-04-28 Thread K R
https://serverfault.com/questions/314858/how-to-enable-tls-1-1-and-1-2-with-openssl-and-apache On Wed, Apr 19, 2017 at 7:37 AM, Chunduru, Krishnachaithanya < krishnachaithanya.chund...@broadridge.com> wrote: > Hi Eric/All, > > Can you please help me with the below. > > Regards, > Krishna > >

[users@httpd] rewrite/redirect help

2016-06-03 Thread K R
Hi all, i have a need to do the below req on the apache http://website/index?doc=line&ptr=&root=HLD -> http://website/index?doc=line&ptr= here is a dynamic variable e.g S1234 , S01234,P10338 appreciate any help thanks in advance.

Re: [users@httpd] url forwarding

2016-04-08 Thread K R
=content&topic=TVAR&popular=HOT-TOPIC> " on the redirect On Fri, Apr 8, 2016 at 11:57 AM, Christopher Schultz < ch...@christopherschultz.net> wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > K, > > On 4/8/16 2:35 PM, K R wrote: > > I hav

[users@httpd] url forwarding

2016-04-08 Thread K R
All, I have a need to setup a redirect for around 3000 pages which are in below format http://myhost.com/index?page=content&topic=TVAR&popular=HOT-TOPIC --> http://myhost.com/index?page=content&topic=TVAR and here TVAR can be any string ( we have now around 500 different key e.g ALW , CAW

Re: [users@httpd] Apache logging format

2016-01-28 Thread K R
we are using SAML . On Thu, Jan 28, 2016 at 11:52 AM, Richard < lists-apa...@listmail.innovate.net> wrote: > > > > Date: Thursday, January 28, 2016 09:38:47 -0800 > > From: K R > > > > Is there a way to capture user login user login failure in > > A

[users@httpd] Apache logging format

2016-01-28 Thread K R
Is there a way to capture user login user login failure in Apache logs. TIA

[users@httpd] redirect q

2015-09-29 Thread K R
Hi, I am trying to force redirect HTTP to HTTPS as below RewriteEngine On RewriteCond %{HTTPS} !=on RewriteRule ^/?(.*) https://%{SERVER_NAME}/$1 [R,L] but it fails with too many redirect error . appreciate any help . thanks Kart

[users@httpd] virtual host configuration

2015-07-23 Thread K R
Hi, my customer want to configure virtual host for 5 website in one apache environment . do i have to get 5 ip addresses from network team. Can someone please point me on how can i achieve the same Thanks in advance

[users@httpd] how to trace a proxypass directive

2015-06-29 Thread K R
Hi, I am trying to use a proxypass and proxypass directive but it seems to be not working . How can I trace it . appreciate any pointers Thanks in advance Kart

[users@httpd] apache redirect q

2015-06-04 Thread K R
Hi, need to setup a rule for below source - > https://website1.com/prt/sell?yr=73 target -> https://website2.com/chn/hk/dg?yr=73 appreciate any help Thanks in advance