Atsushi Fujita wrote:
> Hi Stas,
> 
> 
>>Can you please try to convert the script into a mod_perl handler and
>>test again?
> 
> 
> OK, I just checked it.
> The result was everything fine using by mod_perl handler!
> There was no problem in my new code.
 >
> ...But I want to use ModPerl::Registry, because this is easy to migrate from
> normal CGI script.
> Please investigate the reason.

I still doubt it's a registry problem. Because you've used different 
SetHandler's for the registry and the mod_perl handler.

I bet that if you set:

     <Location /perl>
        SetHandler  modperl
                    ^^^^^^^
        PerlResponseHandler ModPerl::Registry
        PerlOptions +ParseHeaders
        Options          +ExecCGI
     </Location>

it'll all work.

Read:
http://perl.apache.org/docs/2.0/user/config/config.html#mod_perl_2_0_Handlers
and that will explain the problem.

Please let us know if this was indeed the cause.

__________________________________________________________________
Stas Bekman            JAm_pH ------> Just Another mod_perl Hacker
http://stason.org/     mod_perl Guide ---> http://perl.apache.org
mailto:[EMAIL PROTECTED] http://use.perl.org http://apacheweek.com
http://modperlbook.org http://apache.org   http://ticketmaster.com

Reply via email to