in reply to Re^3: Can't locate object method "content_type"
in thread Can't locate object method "content_type"

Hi Finally i found the solution. in .htaccess file need to add this.
SetHandler perl-script PerlOptions +MergeHandlers PerlResponseHandler Apache2::AddFilterDyn
Actually I already have one PerlResponseHandler ModPerl::Registry So, my AddFilterDyn filter is not working proper. PerlOptions +MergeHandlers gives the solution for it. Thanks all.