[EMAIL PROTECTED] mod_perl issues

2005-12-06 Thread Senthil Nathan
Hi all,these problems are related to Apache 2 and mod_perl 2problem 1:Im using mod_perl 2 on Apache 2. I am using HTML::Template to display the data from the perl/cgi script. For the first time loading the data is displayed properly. then for every reload the data displayed on the template gets

Re: [EMAIL PROTECTED] mod_perl issues

2005-12-06 Thread Octavian Rasnita
From: Senthil Nathan [EMAIL PROTECTED] Hi all, these problems are related to Apache 2 and mod_perl 2 problem 1: Im using mod_perl 2 on Apache 2. I am using HTML::Template to display the data from the perl/cgi script. For the first time loading the data is displayed properly. then for every

Re: [EMAIL PROTECTED] mod_perl issues

2005-12-06 Thread Senthil Nathan
hi,you are right. it uses ModPerl::Registry.so how do i use ModPerl::PerlRun. Because i just used ModPerl::PerlRun and the problem still persists.In the httpd.conf i used, PerlResponseHandler ModPerl::RegistryPrefork please help me on this.thankssenthilOn 12/6/05, Octavian Rasnita [EMAIL

Re: [EMAIL PROTECTED] mod_perl issues

2005-12-06 Thread Senthil Nathan
For more info from the httpd.conf,PerlRequire /opt/hiweb/server/perl-startup/startup.plAlias /hi-bin/ /opt/hiweb/server/htdocs/modperl/higui/#PerlModule ModPerl::PerlRun# PerlModule Apache2::Reload # PerlInitHandler Apache2::ReloadDirectory /opt/hiweb/server/htdocs/modperl/higui/ Options Indexes