[users@httpd] Fwd: Need help on CORS ( Cross Origin Resource Sharing ) Issue

2017-08-01 Thread Sailaja Gadireddy
Hello Team, I need help on the CORS issue and what needs to be configured for the below error. User receive CORS error when calling IGC with AJAX Javascript call from the browser. "Cross-Origin Request Blocked: The Same Origin Policy disallows reading the remote resource at https:/ibm/iis/igc-re

[users@httpd] Need help on CORS ( Cross Origin Resource Sharing ) Issue

2017-08-01 Thread Sailaja Gadireddy
Hello Team, I need help on the CORS issue and what needs to be configured for the below error. User receive CORS error when calling IGC with AJAX Javascript call from the browser. "Cross-Origin Request Blocked: The Same Origin Policy disallows reading the remote resource at https:/ibm/iis/igc-re

[users@httpd] Header directive to enable Cross Origin Resource Sharing

2017-07-19 Thread Sailaja Gadireddy
Hello Team, Could you please assist me in adding Header directive in httpd.conf file? Where I can add the below configuration in the file? Header set Access-Control-Allow-Origin "*" Thanks & Regards, Sailaja.

Re: [users@httpd] Need help in change of context root while redirecting url

2017-05-16 Thread Sailaja Gadireddy
Thanks Eric.. As we do not have pre prod environment, wanted to check before trying it. I will check and update. Thanks & regards, Sailaja On Tue, May 16, 2017 at 10:09 PM, Eric Covener wrote: > On Tue, May 16, 2017 at 12:24 PM, Sailaja Gadireddy > wrote: > > Hello Team,

[users@httpd] Need help in change of context root while redirecting url

2017-05-16 Thread Sailaja Gadireddy
Hello Team, I have a requirement to change the context root in the url when redirecting. For example: If user hits the url https://www.xyz.com/abc/def It should redirect to https://www.xyz.com/ghi/jkl. from url: https://www.xyz.com/*abc/def *--> https://www.xyz.com/ *ghi/jkl* Please help me if

[users@httpd] Redirection of URL in Apache

2017-05-11 Thread Sailaja Gadireddy
Hello Team, I have a request to redirect a URL to a different server (host) and then to another server. How rewrite module can help me in this case. Please do the needful and let me know if need further details. Thanks & Regards, Sailaja.

[users@httpd] Need to check supported Cipher suites for TLS v1.1 protocol for the Apache 2.4.3

2015-04-21 Thread Sailaja Gadireddy
Hello Team, I would like to know what are the supported SSLCipher Suites at webserver level. Apache 2.4.3 - with enabled SSL - TLS1.1 protocol is enabled TLS_RSA_WITH_RC4_128_SHA TLS_RSA_WITH_RC4_128_MD5 TLS_RSA_WITH_AES_128_CBC_SHA TLS_RSA_WITH_AES_256_CBC_SHA TLS_RSA_WITH_3DES_EDE_CBC_SHA TLS

[users@httpd] Failed to load perl file when restarting Apache 2.2.29 with mod_perl 2.0.8

2015-04-14 Thread Sailaja Gadireddy
Hello Team, We have installed Apache with mod_perl 2.0.8 and facing the issue when restarting apache. Below is the error *ld.so.1: httpd: fatal: relocation error: file /opt/pgm/perl/5.10.0/lib/site_perl/5.10.0/sun4-solaris-thread-multi/auto/ARS/ARS.so: symbol Perl_Istack_sp_ptr: referenced sym

[users@httpd] Compatible mod_perl module to Apache 2.4.3

2015-04-09 Thread Sailaja Gadireddy
Hello Team, I would like to know if mod_perl-2.0.8.tar.gz is compatible to Apache 2.4.3. I have tried compliling it and fot the below error. bash-3.2# perl Makefile.PL MP_APXS=/opt/web/apache_test/bin/apxs MP_APR_CONFIG=/opt/app/software/httpd-2.4.3/srclib/apr/apr-1-config -Duseithreads Reading

Re: [users@httpd] How to enable TLSV1.1 or above on Apache

2015-03-26 Thread Sailaja Gadireddy
Hello Team, I have upgraded my apache to Apache V2.4.3. and OpenSSL version is 0.9.8g When I have modified httpd conf with SSLProtocol TLSV1.1, It says Illegal protocol. Do I need to install latest openssl version? If so please suggest the version. Please suggest me the way to enable TLSV1.1 on

Re: [users@httpd] How to enable TLSV1.1 or above on Apache

2015-03-19 Thread Sailaja Gadireddy
Thank you for the update..! My client requirement is to have only TLS1.1. Even TLS1.0 have to be disabled. I would like to know is there a way to use just TLS 1.1 for the older versions. Or if I upgrade Apache to latest version then will it be possible? Please do let me know for further details.

[users@httpd] How to enable TLSV1.1 or above on Apache

2015-03-18 Thread Sailaja Gadireddy
Hello Team, Currently my Apache server supports SSLV2, V3, TLSV1. The client requirement is to enalbe TLSV1.1 or above on the webserver. Current Version of Apache: Apache V2.2.16 When I tried to Add SSLProtocol All TLSv1.1 TLSv1.2. Server has thrown the error saying Illegal Protocol. Please do

[users@httpd] How to disable SSLV3 protocol at Apache

2015-03-12 Thread Sailaja Gadireddy
Hello Team, As SSLv3 is having POODLE attack, client has initiated to disable and upgrade it to TLSV1. Please do let me know how do we do that and how to check on impact on application after disabling it. How we can check from client side if they are having SSLV3 or TLSV1. What are the pre-requi

Re: [users@httpd] how to integrate mod_webapp to tomcat [wd-vc]

2015-03-03 Thread Sailaja Gadireddy
W. Really. We mean it. > Only version 2.2 and 2.4 are being maintained. > > apache 2.4 with mod_jk works with tomcat and jboss. > > Kurt Bremser > > Newton was wrong. There is no gravity. The Earth sucks. > -- > *Von:* Sailaja Gadireddy

[users@httpd] how to integrate mod_webapp to tomcat

2015-03-02 Thread Sailaja Gadireddy
Hello Team, Currently we have a setup of Apache 1.3.x to tomcat 4.x and mod_webapp is being used to integrate to tomcat. There was a requirement to upgrade tomcat version to tomcat5. and I am unable to connect from apache 1.3.x and mod_webapp to tomcat 5. I would like to know is mod_webapp conne

[users@httpd] How to route the request from apache with custom ports ( 86- http port, 4444-SSL port) to tomcat

2015-01-07 Thread Sailaja Gadireddy
Hi Team, We have a set up like Apahce (80,443) redirects the request to Tomcat (8080) using mod_jk. The new requirement is to route the request from the same apache to another tomcat (8090). Hence I made the different config file for apache with different ports (86,) and different worker for

Re: [users@httpd] How to create Custom Http Status code

2014-04-07 Thread Sailaja Gadireddy
there and recompile. However, I advise strongly against using > custom HTTP status codes for what should hopefully be obvious reasons. > Perhaps this is an XY problem? > > Pete > > On Fri, Mar 28, 2014 at 04:38:06PM +0530, Sailaja Gadireddy wrote: > > We have a requirement to us

[users@httpd] How to create Custom Http Status code

2014-03-28 Thread Sailaja Gadireddy
Hello Team, We have a requirement to use custom Http status codes instead of using default codes. Could you please let us know how we can implement this in apache.? Thanks & Regards, Sailaja.

[users@httpd] How to limit the number of requests routed to Tomcat via Apache V2.4.3

2014-01-07 Thread Sailaja Gadireddy
Hello Team, We have a requirement where the tomcat load has to be managed by tuning the following parameters. --> Limit the number of user requests at Apache level that are routed to Tomcat server. --> Track the number of processed requests and the requests that are queued at Apache level. Ki