Re: [users@httpd] Redirect BookMark Link

2019-02-16 Thread Ajay B
RewriteCond %{QUERY_STRING} ^orgId=1 > RewriteRule ^/page$ /page?orgId=2 [R,L] > > El jue., 14 feb. 2019 a las 17:16, Ajay B > () escribió: > > > > Hi All > > > > We have an urgent requirement coming in to redirect the users Bookmarked > link > > > &g

[users@httpd] Redirect BookMark Link

2019-02-14 Thread Ajay B
Hi All We have an urgent requirement coming in to redirect the users Bookmarked link Example The users has currently stored https://example.com/page?orgId=1 We need to redirect it to https://example.com/page?orgId=2 Any help here would be appreciated Thanks Ajay

[users@httpd] Change in DNS(CNAME)

2017-01-09 Thread Ajay B
Hi All We have two Environments Production/DR which is having the same CNAME and we are using the same in ssl.conf file. But we are facing an issue where in whenever we failover to DR (Point the CNAME to DR IP) Apache does not automatically point to DR. we have to restart the services to bring t

Re: [users@httpd] Issue During Cname Switch

2016-12-16 Thread Ajay B
ation you need to restart the > service. There is no way around that. If that isn't the problem, try > describing the steps you take when you make a change. > > - Y > > Sent from a device with a very small keyboard and hyperactive autocorrect. > > On Dec 16, 2016 6:51

[users@httpd] Issue During Cname Switch

2016-12-16 Thread Ajay B
Hi All We are using Apache HTTPD server and pointing to our server using cname. Whenever we point the cname to different server the apache is not able to recognize it till we restart the httpd service. Once we restart the apache it passed the request to new server. Please help us in fixing this