[users@httpd] Apache rewrite rule with hungarian character set

2011-09-01 Thread Arunkumar Janarthanan
Hi, I am trying to configure a rewrite rule in Apache which runs on Linux server, the Apache instance has multiple virtual host one of the site runs for Hungary. While the user requested for a rewrite rule with Hungarian character set which is appearing ok in browser, however when I try to

[users@httpd] Re: Apache balancer manager duplicate entries with no JVM route

2011-07-09 Thread Arunkumar Janarthanan
Hi, Appreciate if someone share your concerns / advice on this issue. Best Regards, Arun Janarthanan On Thu, Jul 7, 2011 at 11:41 AM, Arunkumar Janarthanan arunkumar.webad...@gmail.com wrote: Hi, We are running Apache 2.2.17 on RedHat Enterprise Linux with 64bit pltform with Tomcat

Re: [users@httpd] REQUEST_URI multiple wildcard pattern

2011-05-03 Thread Arunkumar Janarthanan
and RewriteLogLevel - they can be VERY helpful. Make sure you remove those directives when you are done, you do not want to be logging rewrites on a live server. On 30/04/2011 18:41, Arunkumar Janarthanan wrote: Thank you very much Lee, appreciate your assistance with this issue. However with the below

Re: [users@httpd] REQUEST_URI multiple wildcard pattern

2011-04-30 Thread Arunkumar Janarthanan
at 2:22 AM, Lee lee...@gmail.com wrote: On 30/04/2011 05:46, Arunkumar Janarthanan wrote: Hi, I have a request that the site contains specific URI pattern should go to another URL while the other URI patterns goes to 404 page of external site. Here below the rule I have written

Re: [users@httpd] REQUEST_URI multiple wildcard pattern

2011-04-30 Thread Arunkumar Janarthanan
with a wildcard -- you have a match at the beginning. What is it exactly that you are trying to achieve? Lee On 30/04/2011 12:44, Arunkumar Janarthanan wrote: Thanks Lee, for your reply. I could use !^/(files|admin|user|product|go), however this would allow all wildcard pattern for the URI string

Re: [users@httpd] REQUEST_URI multiple wildcard pattern

2011-04-30 Thread Arunkumar Janarthanan
include grouped wildcard parts in that pattern. This is because, when the pattern does NOT match (ie, the negation matches), there are no contents for the groups. Thus, if negated patterns are used, you cannot use |$N| in the substitution string! On 30/04/2011 14:05, Arunkumar Janarthanan

[users@httpd] REQUEST_URI multiple wildcard pattern

2011-04-29 Thread Arunkumar Janarthanan
Hi, I have a request that the site contains specific URI pattern should go to another URL while the other URI patterns goes to 404 page of external site. Here below the rule I have written, however this is not working for wildcard match of the URI pattern. RewriteCond %{REQUEST_URI}

[us...@httpd] Internet explorer saves Drupal Dynamic pages with ProxyPass enabled on Apache

2010-11-02 Thread Arunkumar Janarthanan
Hi, I have moved my site running on Drupal from with Boost enabled from one server to another, the only difference is I have used light weight ProxyPass Apache model in where the front end Apache running on port 80 servers static pages. There is another Apache running on backend with port 8080

[users@httpd] Apache rewriterule generator with multiple null query string

2010-10-20 Thread Arunkumar Janarthanan
Hi All, Do we have any tool that can generate based on the input / rule I select ? I have an URL that contain a query string. The condition should check if the query string parameter is Null and Or the query string parameter is not passed at all should go to a specific page ? Please advice.

[us...@httpd] Help !!! Apache HTTP process consumes high memory usage

2010-05-13 Thread Arunkumar Janarthanan
Hi, I have build an Apache instance 2.2.15 with prefork MPM and most of the modules as shared. I have PHP and MYSQL installed and configured on this machine (MYSQL client) with this every process created by Apache daemon consumes 280M memory almost for each call. I am running on RHEL 5 with 5

[us...@httpd] Re: Help !!! Apache HTTP process consumes high memory usage

2010-05-13 Thread Arunkumar Janarthanan
/lib64/php/modules/zip.so On Fri, May 14, 2010 at 1:10 AM, Arunkumar Janarthanan arunkumar.webad...@gmail.com wrote: Hi, I have build an Apache instance 2.2.15 with prefork MPM and most of the modules as shared. I have PHP and MYSQL installed and configured on this machine (MYSQL client

Re: [us...@httpd] ReverseProxy for Tomcat (AJP) not working for SSL redirects

2010-04-28 Thread Arunkumar Janarthanan
Hi, Did you try the sslProxyEngine On, However I have got the specific error in my Apache log stating have to check this one. Hope this helps. Best Regards, Arun Janarthanan On Wed, Apr 28, 2010 at 5:44 AM, Mauri lai...@gmail.com wrote: Hi Timo. i don't know ajp protocol, but I have a

[us...@httpd] .htaccess functionalities

2010-04-25 Thread Arunkumar Janarthanan
Hi, I see all the Directives and functionality of .htaccess file can be used from httpd.conf file itself, could somebody please advice what can be done from .htaccess which is not possible through Apache configuration file ? Many thanks. Arun J

Re: [us...@httpd] .htaccess functionalities

2010-04-25 Thread Arunkumar Janarthanan
Thanks Nilesh, so according to you httpd.config file is more advanced than .htaccess ? On Sun, Apr 25, 2010 at 8:31 AM, Nilesh Govindarajan li...@itech7.comwrote: On 04/25/10 17:57, Arunkumar Janarthanan wrote: Hi, I see all the Directives and functionality of .htaccess file can be used

Re: [us...@httpd] .htaccess functionalities

2010-04-25 Thread Arunkumar Janarthanan
Thanks which docs says httpd.conf is super set of .htaccess file ? On Sun, Apr 25, 2010 at 8:39 AM, Nilesh Govindarajan li...@itech7.comwrote: On 04/25/10 18:07, Arunkumar Janarthanan wrote: Thanks Nilesh, so according to you httpd.config file is more advanced than .htaccess ? On Sun, Apr

[us...@httpd] Setting up Case insensitive Reverse Proxy

2010-04-20 Thread Arunkumar Janarthanan
Hi, I would like to setup case insensitive reverse proxy for my site which has more than 100 such reverse proxy and the code has the links with different cases in it. As of now I am setting two Reverse PRoxy for such setup as below. ProxyPass /abc/http://www.xyx.com/ABC ProxyPassReverse

Re: [us...@httpd] Re: SSL mutual authentication client certificate creation using Keytool

2010-03-08 Thread Arunkumar Janarthanan
the requests from my client application ? http://java.sun.com/j2se/1.3/docs/tooldocs/win32/keytool.html Please advice. On Fri, Mar 5, 2010 at 9:23 AM, Eric Covener cove...@gmail.com wrote: On Fri, Mar 5, 2010 at 9:14 AM, Arunkumar Janarthanan arunkumar.webad...@gmail.com wrote: Could anyone please

[us...@httpd] SSL mutual authentication client certificate creation using Keytool

2010-03-04 Thread Arunkumar Janarthanan
Hi All, I have an application connecting to the secure Apache URL, I have generated OpenSSL certificates and used it as CA and servercert, also generated client certificate using hte below documentation. http://www.impetus.us/~rjmooney/projects/misc/clientcertauth.html However my client

[us...@httpd] Re: Apache server getting lot of Closing connection

2010-02-14 Thread Arunkumar Janarthanan
Could anyone please advice on this ? On Sat, Feb 13, 2010 at 10:26 PM, Arunkumar Janarthanan arunkumar.webad...@gmail.com wrote: Hi, I have Apache server 2.2.6 running on RedHat Linux 5 with ProxyPass and Reverse Proxy configured. The server limit has 512 connections. Now that the number

[us...@httpd] Apache server getting lot of Closing connection

2010-02-13 Thread Arunkumar Janarthanan
Hi, I have Apache server 2.2.6 running on RedHat Linux 5 with ProxyPass and Reverse Proxy configured. The server limit has 512 connections. Now that the number of connection has always Closing connection and when load increases they make the maximum connection reached out. I used netstat -a

[us...@httpd] Apache balancer manager JVMRoute missing

2010-02-08 Thread Arunkumar Janarthanan
Hello all, I have Apache/2.2.6 (Unix) Solaris 8 configured with 4 Tomcat instances balancing using proxy_ajp_module. I noticed that the balancer manager page does not show the JVMRoute to all other 3 Tomcat instances out of them App1 App2 are running on different machine where two other Tomcat

[us...@httpd] [Resolved] Apache balancer manager JVMRoute missing

2010-02-08 Thread Arunkumar Janarthanan
. Thanks, Arun J On Mon, Feb 8, 2010 at 9:24 AM, Arunkumar Janarthanan arunkumar.webad...@gmail.com wrote: Hello all, I have Apache/2.2.6 (Unix) Solaris 8 configured with 4 Tomcat instances balancing using proxy_ajp_module. I noticed that the balancer manager page does not show the JVMRoute to all

Re: [us...@httpd] Apache Server status page shows uneven number of requests across load balanced web servers

2010-01-28 Thread Arunkumar Janarthanan
Could anyone help me with this issue ? I still see the number of workes differing to each Apache though it configured for well load balancing ? On Wed, Jan 27, 2010 at 3:50 PM, Arunkumar Janarthanan arunkumar.webad...@gmail.com wrote: Gary, Here is the netstat output attached from one

Re: [us...@httpd] Apache Server status page shows uneven number of requests across load balanced web servers

2010-01-28 Thread Arunkumar Janarthanan
: | | --| |Arunkumar Janarthanan arunkumar.webad...@gmail.com

[us...@httpd] Apache Server status page shows uneven number of requests across load balanced web servers

2010-01-27 Thread Arunkumar Janarthanan
Hello All, We have apache servers running on RedHat Linux physical servers, all 4 servers are balanced by Citrix Netscaler 8.1 load balancer with round robin weight load sharing algorithm. However when I check the server status page to find the number of requests are served by each Apache

Re: [us...@httpd] Apache Server status page shows uneven number of requests across load balanced web servers

2010-01-27 Thread Arunkumar Janarthanan
, Nilesh Govindarajan li...@itech7.comwrote: On 01/27/2010 08:06 PM, Arunkumar Janarthanan wrote: Hello All, We have apache servers running on RedHat Linux physical servers, all 4 servers are balanced by Citrix Netscaler 8.1 load balancer with round robin weight load sharing algorithm