Re: mod_perl - separate PERL interpreter for each LocationMatch

2011-09-12 Thread Torsten Förtsch
On Monday, 12 September 2011 13:03:30 utham hoode wrote: > Here is the problem. Both path1 and path2 are sharing same global > variable $param.Is there any way to avoid that?. Because In the > actual proxy program I am reading aconfiguration file and storing it > in a global variable. For path1 and

RE: mod_perl - separate PERL interpreter for each LocationMatch

2011-09-12 Thread utham hoode
> From: torsten.foert...@gmx.net > To: modperl@perl.apache.org > Subject: Re: mod_perl - separate PERL interpreter for each LocationMatch > Date: Mon, 12 Sep 2011 11:52:57 +0200 > CC: uttamho...@live.com > > On Monday, 12 Septembe

Re: mod_perl - separate PERL interpreter for each LocationMatch

2011-09-12 Thread Torsten Förtsch
On Monday, 12 September 2011 11:04:35 utham hoode wrote: > I have written a mod_perl proxy server which redirects the HTTP > traffic to a webserver. > In the apache worker thread is enable. In the httpd.conf two > are configured > http://ipaddress/path1/ > http://ipaddress/path2/ > After starting t

RE: mod_perl - separate PERL interpreter for each LocationMatch

2011-09-12 Thread utham hoode
.@gmx.net > To: modperl@perl.apache.org > Subject: Re: mod_perl - separate PERL interpreter for each LocationMatch > Date: Mon, 12 Sep 2011 10:18:59 +0200 > CC: uttamho...@live.com > > On Monday, 12 September 2011 09:22:57 utham hoode wrote: > > Hi All, I have written a mod_p

Re: mod_perl - separate PERL interpreter for each LocationMatch

2011-09-12 Thread Torsten Förtsch
On Monday, 12 September 2011 09:22:57 utham hoode wrote: > Hi All, I have written a mod_perl proxy server which redirects > the HTTP traffic to a webserver.I have pasted the snippet below. > In the apache worker thread, is enable. In the httpd.conf two > are configured > http://ip

mod_perl - separate PERL interpreter for each LocationMatch

2011-09-12 Thread utham hoode
Hi All, I have written a mod_perl proxy server which redirects the HTTP traffic to a webserver.I have pasted the snippet below. In the apache worker thread, is enable. In the httpd.conf two are configured http://ipaddress/path1/http://ipaddress/path2/ After starting the http s