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.pl"Alias /hi-bin/ "/opt/hiweb/server/htdocs/modperl/higui/"#PerlModule ModPerl::PerlRun#  PerlModule Apache2::Reload #  PerlInitHandler Apache2::Reload    Options Indexes    AllowOverride None    Order allow,deny 

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 PROT

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

[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 rep