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 create
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 pltfor
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
or the
> groups. Thus, if negated patterns are used, you cannot use |$N| in the
> substitution string!
>
>
>
> On 30/04/2011 14:05, Arunkumar Janarthanan wrote:
> >
> > Hi Lee,
> >
> > sorry for posting the requirement as it is, this is what the
> &
.
>
> You do not need to terminate the pattern 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.
>
>
ule.
On Sat, Apr 30, 2011 at 2:22 AM, Lee 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
> >
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}
!^/(files(.*
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 is
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.
Best
/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 thi
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 Gi
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 wrote:
> Hi Timo.
>
> i don't know ajp protocol, but I have a similar configur
Thanks which docs says httpd.conf is super set of .htaccess file ?
On Sun, Apr 25, 2010 at 8:39 AM, Nilesh Govindarajan wrote:
> On 04/25/10 18:07, Arunkumar Janarthanan wrote:
>
>> Thanks Nilesh, so according to you httpd.config file is more advanced
>> than .htaccess ?
&g
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 wrote:
> On 04/25/10 17:57, Arunkumar Janarthanan wrote:
>
>> Hi,
>>
>> I see all the Directives and functionality of .htaccess
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
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 /abc
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 wrote:
> On Fri, Mar 5, 2010 at 9:14 AM, Arunkumar Janarthanan
> wrote:
> > Could anyone please advice with this ?
>
>
Could anyone please advice with this ?
On Thu, Mar 4, 2010 at 8:43 AM, Arunkumar Janarthanan <
arunkumar.webad...@gmail.com> wrote:
> Hi All,
>
> I have an application connecting to the secure Apache URL, I have generated
> OpenSSL certificates and used it as CA and serverce
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 applicat
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
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 outpu
.
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
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 i
t;
>
>
>
>
> |>
> | From: |
> |>
>
>
> >-------
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 at
, Nilesh Govindarajan wrote:
> 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
>>
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 ser
27 matches
Mail list logo