Re: Turning off modperl in specific directories

2004-05-21 Thread Jozef Kosoru
, but in > "mod_cgi"-like mode, not "mod_cgi". See my other reply. SetHandler none Regards, Jozef -- jozef kosoru http://www.uid0.sk/zyzstar -- Report problems: http://perl.apache.org/bugs/ Mail list info: http://perl.apache.org/maillist/modperl.html

mod_perl2: Session handling

2004-06-07 Thread Jozef Kosoru
Hello, What is the best 'State of Art' approach to implement session handling in Apache2,mod_perl2 environment? Thank you, Jozef -- jozef kosoru http://zyzstar.kosoru.com -- Report problems: http://perl.apache.org/bugs/ Mail list info: http://perl.apache.org/maillist/modperl

Re: [SITE][mp2] Associating an interpreter pool with a directory

2004-08-27 Thread Jozef Kosoru
(approx. 1 month ago) it didn't work. It caused Apache to hang on startup. Does anybody successfully use this option? jozef -- jozef kosoru http://zyzstar.kosoru.com -- Report problems: http://perl.apache.org/bugs/ Mail list info: http://perl.apache.org/maillist/modperl.html List etiquette: http://perl.apache.org/maillist/email-etiquette.html

Re: Apache::Cookie->new/bake broken - mod_perl 2

2004-11-20 Thread Jozef Kosoru
mbination Apache::SessionManager + CGI::Cookie works fine. Regards, Jozef -- jozef kosoru http://zyzstar.kosoru.com -- Report problems: http://perl.apache.org/bugs/ Mail list info: http://perl.apache.org/maillist/modperl.html List etiquette: http://perl.apache.org/maillist/email-etiquette.html

[mp2] How to get a Location in the modperl handler?

2005-03-01 Thread Jozef Kosoru
ny help! Jozef -- jozef kosoru http://zyzstar.kosoru.com

[mp2] Installing mod_perl packages into different location than default

2005-12-02 Thread Jozef Kosoru
uot;. I want to achieve a completely user space installation. My apache2 is also fully installed in "/home/webuser/opt/apache2/". I haven't found any "build option" on http://perl.apache.org/docs/2.0/user/install/install.html how to specify my own perl package location. Thank you, Jozef -- jozef kosoru http://zyzstar.kosoru.com

Re: [mp2] Installing mod_perl packages into different location than default

2005-12-02 Thread Jozef Kosoru
On Fri, Dec 02, 2005 at 18:27:21 -0600, Frank Wiles wrote: > On Sat, 3 Dec 2005 01:12:41 +0100 Jozef Kosoru wrote: > > Is there a way how to install mod_perl packages into different > > location than it chooses by default? > > [...] > > You should be able to use

Re: [mp2] Installing mod_perl packages into different location than default

2005-12-03 Thread Jozef Kosoru
On Sat, Dec 03, 2005 at 02:31:06 -0500, Philip M. Gollucci wrote: > >Jozef Kosoru wrote: > >>> $ perl Makefile.PL PREFIX=/home/webuser/perl/ > >> > >>Unfortunately that doesn't work. It still tries to use global > >>directory: > >> >

Re: Mod_Perl and MaxRequestsPerChild

2007-10-18 Thread Jozef Kosoru
/mod_proxy.html But I'm not sure this is relevant to http reverse proxies. -- jozef kosoru http://zyzstar.kosoru.com

mod_perl crashes with Perl 5.10

2009-03-29 Thread Jozef Kosoru
Any advise on how to efficiently track this problem would be greatly appreciated. Thank you. Jozef -- Jozef Kosoru

Re: mod_perl crashes with Perl 5.10

2009-04-21 Thread Jozef Kosoru
Hi Philippe, (Sorry for the delay with my answer - I'll be quick from now on) Thank you for your interest to help me with this crasher. On Tue, Apr 07, 2009 at 22:17:27 -0400, Philippe M. Chiasson wrote: > On 29/3/09 15:30, Jozef Kosoru wrote: > > Hello, > > > > I test