Re: [users@httpd] Convert mod_jk to mod_proxy

2015-09-03 Thread aparna Puram
Thanks a lot Yann!!:) On Thu, Sep 3, 2015 at 3:51 PM, Yann Ylavic wrote: > On Thu, Sep 3, 2015 at 11:47 AM, aparna Puram > wrote: > > So, This from uri woker properties > > > > > > !/*.png=* works same as ProxyPassMatch \.png$ ! > > > > > > ? &

Re: [users@httpd] Convert mod_jk to mod_proxy

2015-09-03 Thread aparna Puram
So, This from uri woker properties !/*.png=* works same as ProxyPassMatch \.png$ ! ? On Thu, Sep 3, 2015 at 3:15 PM, aparna Puram wrote: > Sure, Thanks a lot!!:) > > > On Thu, Sep 3, 2015 at 2:08 PM, Yann Ylavic wrote: > >> On Thu, Sep 3, 2015 at 10:36 AM,

Re: [users@httpd] Convert mod_jk to mod_proxy

2015-09-03 Thread aparna Puram
Sure, Thanks a lot!!:) On Thu, Sep 3, 2015 at 2:08 PM, Yann Ylavic wrote: > On Thu, Sep 3, 2015 at 10:36 AM, Yann Ylavic wrote: > > > > On Thu, Sep 3, 2015 at 10:13 AM, aparna Puram > wrote: > >> > >> ProxyPass /*.png ! > > > > ProxyPassMatch

[users@httpd] Convert mod_jk to mod_proxy

2015-09-03 Thread aparna Puram
! ProxyPass /*.htm ! ProxyPassReverse /*.htm ! ProxyPass /*.html ! ProxyPassReverse /*.html ! ProxyPass /*.pdf ! ProxyPassReverse /*.pdf ! -- Regards, Aparna Puram +919449473709

[users@httpd] mod_jk to mod_proxy and mod_proxy_balancer conversion

2015-08-26 Thread aparna Puram
k this way? -- Regards, Aparna Puram +919449473709

[users@httpd] Help with rewrite rules

2015-08-05 Thread aparna Puram
. Request you to help me with this. -- Regards, Aparna Puram +919449473709

Re: [users@httpd] Where does apache look for the domain name?

2015-06-21 Thread aparna Puram
In httpd.conf file On 21-Jun-2015 7:37 pm, "Knute Johnson" wrote: > Got this in my log: > > /etc/cron.daily/logrotate: > apache2: Could not reliably determine the server's fully qualified domain > name, using 216.240.58.141 for ServerName > > Where does apache look for the domain name? > > Thanks

Re: [users@httpd] Where does apache look for the domain name?

2015-06-21 Thread aparna Puram
In https.conf file On 21-Jun-2015 7:37 pm, "Knute Johnson" wrote: > Got this in my log: > > /etc/cron.daily/logrotate: > apache2: Could not reliably determine the server's fully qualified domain > name, using 216.240.58.141 for ServerName > > Where does apache look for the domain name? > > Thanks

[users@httpd] query on Max clients reqest

2015-06-10 Thread aparna Puram
Hello Team, Till what limit can the max clients value be increased in linux? is there any limit in terms of numbers? and what other parameters are requried to be considered while changing the max clients values? -- Regards, Aparna Puram +919449473709

[users@httpd] 500 error while accessing tomcat

2015-03-21 Thread aparna Puram
ode.* We have given full access to all the directories in apache on windows. Still we are getting 500 msg. I am not sure what else am i missing. -- Regards, Aparna Puram +919449473709

[users@httpd] Memory allocation request exceeded 65,000 bytes

2014-10-09 Thread aparna Puram
bypass this error? HTTP Web Server: Lotus Notes Exception - Memory allocation request exceeded 65,000 bytes -- Regards, Aparna Puram +919449473709

Re: [users@httpd] Certificate mismatch error

2013-02-25 Thread aparna Puram
create any issue as > I have used both the name in my certificate and also I am not getting any > error while browsing the website with either name. > Please correct me if I am wrong or any other pointer that will be helpful. > > > > Thanks & Regards, > Bijayant Kumar > > > > > > -- Regards, Aparna Puram +919449473709

Re: [users@httpd] enable priority and bybusyness feilds in balancer-manger gui

2013-02-12 Thread aparna Puram
change the code to see the priority column in balancer manager gui. On Tue, Feb 12, 2013 at 9:02 PM, Jeff Trawick wrote: > On Tue, Feb 12, 2013 at 6:24 AM, aparna Puram wrote: > >> Hello All, >> >> Can any one please suggest me on how to enable the priority and >>

Re: [users@httpd] LoadBalancingIssue - Users are not distributed equally among users

2013-02-09 Thread aparna Puram
Hi Jim, We have access logs enabled for the tomcat servers and I used awstats to measure the no of hits. On Fri, Feb 8, 2013 at 9:41 PM, Jim Jagielski wrote: > How are you measuring the load on the backend Tomcats? > > On Feb 8, 2013, at 7:57 AM, aparna Puram wrote: > >

[users@httpd] LoadBalancingIssue - Users are not distributed equally among users

2013-02-08 Thread aparna Puram
check if the tomcat is really busy and that's the reason the apache is not sending request to it. Are there any tools to measure the load that is being balanced to all the tomcats? -- Regards, Aparna Puram +919449473709

Re: [users@httpd] TLS 1.2 handshake problem?

2012-06-12 Thread aparna Puram
Check this blog.. http://blog.taddong.com/2011/10/tlssled-v12.html This might help you to find out if the openssl version that you have supports the TLSV1.2 On Wed, Jun 13, 2012 at 1:42 AM, Garrison, Jim (ETW) wrote: > > -Original Message- > > From: Eric Covener [mailto:cove...@gmail.co

Re: [users@httpd] TLS 1.2 handshake problem?

2012-06-12 Thread aparna Puram
What is the version of openssl being used? On Wed, Jun 13, 2012 at 12:29 AM, Garrison, Jim (ETW) wrote: > The problem appears to be the TLSv1.2 handshake. Here are the cases: > > > * openssl s_client -connect gbit:443 > > This sends a TLSv1.2 handshake inside a TLSv1.0 CLIENT HELLO, and Apach

Re: [users@httpd] TLS 1.2 handshake problem?

2012-06-12 Thread aparna Puram
Hi, Sometimes from the huge list of supported cipher suites, It will be hard for us to select the exact cipher. If you are working on solaris, You can use the following command to check the exact cipher and protocol being used by the client. /opt/csw/bin/openssl s_client -connect clinethostname:

[users@httpd] 302 http status code after setting the redirects

2012-04-12 Thread aparna Puram
Hello All, We have implemented the redirects from http to https RewriteEngine On RewriteCond %{HTTPS} off RewriteRule (.*) https://dnsname.com%{REQUEST_URI} this server can be accessing using 3 different names. localhostname and there are 2dns names for accessing the server. After implementing

Re: [users@httpd] Caching webservice calls using apache

2012-04-10 Thread aparna Puram
Thanks a lot Mark I will check with the applicaiton once and come back to you on this. On Tue, Apr 10, 2012 at 5:56 PM, Mark Montague wrote: > On April 10, 2012 4:31 , aparna Puram wrote: > >> Currently we have only a tomcat installed and all are directly accessing >> the

Re: [users@httpd] NameVirtualHost has no VirtualHosts

2012-04-10 Thread aparna Puram
Hi, Did u try rebuilding the apache config file using the following script? /scripts/rebuildhttpdconf On Tue, Apr 10, 2012 at 4:38 PM, Luc Saffre wrote: > Thanks, Eric and Rainer, for your replies. > > On 10.04.2012 10:26, Rainer Frey wrote: > > 2 ideas: > > * the default site is not enabled

[users@httpd] Caching webservice calls using apache

2012-04-10 Thread aparna Puram
Hello All, Can we cache webservice calls using Apache. Currently we have only a tomcat installed and all are directly accessing the tomcat via apache, And all the webserivice calls are directly being called from tomcat and this inturn is increasing the load on the tomcat server. Is there a way t

Re: [users@httpd] Urgent !!! - Rewrite issue

2012-03-18 Thread aparna Puram
regardless of the scheme actually requested. That > seems to be the behaviour you're asking for. > > This all assumes you are using this rule in your port 80 and port 433 > virtualhosts. > > > > On 18/03/12 17:45, aparna Puram wrote: > > Hello Spliff, &g

Re: [users@httpd] Urgent !!! - Rewrite issue

2012-03-17 Thread aparna Puram
:// but when I type https:// it is redirecting to https:// I want it to be redirecting to https:// as the ssl certificate CN : is the dnsname. On Sun, Mar 18, 2012 at 10:00 AM, SpliFF wrote: > On 18/03/12 15:02, aparna Puram wrote: > > Hello Daniel/Mathijs, > > There is only o

Re: [users@httpd] Urgent !!! - Rewrite issue

2012-03-17 Thread aparna Puram
type https://selectvcp1.sw.ericsson.se, I m still being in https://selectvcp1.sw.ericsson.se I m not sure y. Is there any other way around? When On Sun, Mar 18, 2012 at 3:10 AM, Daniel Ruggeri wrote: > On 3/17/2012 12:58 PM, aparna Puram wrote: > > Hello All, > > > > I am

[users@httpd] Urgent !!! - Rewrite issue

2012-03-17 Thread aparna Puram
Hello All, I am working on a project where I have to redirect all the http requests to https protocol. I have configured the following rewrite rules and it is working fine. RewriteEngine On RewriteCond %{SERVER_PORT} !^443$ RewriteRule ^(.*)$ https://$1 [L,R] then http:// is redirecting to htt

Re: [users@httpd] SSL cipher suite modification

2011-12-09 Thread aparna Puram
: > On 08.12.11 00:38, aparna Puram wrote: > >> I understand from your mail that the following 2 cipher suites will work >> with the existing and the new clinet configurations. >> >> Kindly correct me if I m wrong. >> >> 1-->!ADH:!EXPORT56:DES-CBC-**SHA

Re: [users@httpd] SSL cipher suite modification

2011-12-07 Thread aparna Puram
Hello Igor, Thanks a lot for excellent suggestion... We will raise this concern to our client. However, There are many third party servers that are connecting to our webserver, This will take time I guess. Hence we will try configuring the following for time being and check if the new client wit

Re: [users@httpd] SSL cipher suite modification

2011-12-07 Thread aparna Puram
Hi Igor, Thanks a zillion. I understand from your mail that the following 2 cipher suites will work with the existing and the new clinet configurations. Kindly correct me if I m wrong. 1-->!ADH:!EXPORT56:DES-CBC-SHA:RC4+RSA:+HIGH:+MEDIUM:+LOW:+SSLv2:+EXP:+eNULL 2-->!ADH:!MD5:DES-CBC-SHA:RC4+RSA

[users@httpd] SSL cipher suite modification

2011-12-06 Thread aparna Puram
Hello , Currently we are using the following ciphersuite in our httpd.conf file. SSLCipherSuite !ADH:!EXPORT56:RC4+RSA:+HIGH:+MEDIUM:+LOW:+SSLv2:+EXP:+eNULL But our new client does not support the RC4+RSA cipher tag. They support DES-CBC-SHA tag. However, There are many other clinets using the