Skip Menu |

This queue is for tickets about the HTML-Mason CPAN distribution.

Report information
The Basics
Id: 104638
Status: resolved
Priority: 0/
Queue: HTML-Mason

People
Owner: Nobody in particular
Requestors: kes-kes [...] yandex.ru
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: (no value)



Subject: can not second handle_request
I have encountered same problem: http://sourceforge.net/p/mason/mailman/message/14999444/ Trying to google give me no result. Parameters for object are: $ah{ $r->hostname } ||= HTML::Mason::ApacheHandler->new ( args_method => 'mod_perl', comp_root => "$ROOT/www", data_dir => '/var/cache/mason', error_format => 'text', error_mode => 'fatal', preamble => 'use utf8;', escape_flags => {h => \&HTML::Mason::Escapes::basic_html_escape}, request_class => 'MasonX::Request::WithApacheSession', session_class => 'Apache::Session::File', session_directory => '/var/cache/apache2/session', session_lock_directory => '/var/cache/apache2/session', session_use_cookie => 1, session_cookie_name => 'SESSION', session_cookie_expires => 'session', session_cookie_secure => 0, ); Docs also have no info about right error handling. It will be good to have them.
On Sat May 23 03:22:31 2015, kes-kes@yandex.ru wrote: Show quoted text
> I have encountered same problem: > http://sourceforge.net/p/mason/mailman/message/14999444/ > > Trying to google give me no result. > > Parameters for object are: > > $ah{ $r->hostname } ||= HTML::Mason::ApacheHandler->new ( > args_method => 'mod_perl', > comp_root => "$ROOT/www", > data_dir => '/var/cache/mason', > error_format => 'text', > error_mode => 'fatal', > preamble => 'use utf8;', > escape_flags => {h => > \&HTML::Mason::Escapes::basic_html_escape}, > request_class => 'MasonX::Request::WithApacheSession', > session_class => 'Apache::Session::File', > session_directory => '/var/cache/apache2/session', > session_lock_directory => '/var/cache/apache2/session', > session_use_cookie => 1, > session_cookie_name => 'SESSION', > session_cookie_expires => 'session', > session_cookie_secure => 0, > ); > > Docs also have no info about right error handling. It will be good to > have them.
I don't understand what bug you're reporting.