On 04/19/07 15:19, Perrin Harkins wrote:
On 4/19/07, Sergij Borodych <[EMAIL PROTECTED]> wrote:
I check virtual hosts conf and not found difference.
The httpd.conf files on the machine that works and the one that
doesn't are completely identical? Make sure you are really looking at
the correct files.
Which apache directives can affect ?
Most of them: Location, Directory, Files, etc.
As I say virtual hosts conf are identical
and httpd.conf are most default(distrib) with only contain
<Directory />
Options FollowSymLinks
AllowOverride None
</Directory>
what affect to this
I check list of modules - its seems to equal
I try discover this problem
code
$r->warn('HANDLERS: '.join(',',@{
$r->get_handlers('PerlResponseHandler') || [] }));
at start
[Thu Apr 19 17:00:42 2007] [warn] HANDLERS:
after set_handlers
[Thu Apr 19 17:00:42 2007] [warn] HANDLERS: CODE(0x987005c)
at PerlFixupHandler MyModule::test phase (add for test only)
[Thu Apr 19 17:00:42 2007] [warn] HANDLERS: CODE(0x987005c)
so set_handlers work
after I found directive PerlTrace
and try set PerlTrace h (see attach)
I can't found here string like:
modperl_callback_run_handlers: running 1 PerlResponseHandler handlers
nothing about PerlResponseHandler :(
The main difference is that I run worker mpm
On other server - prefork mpm
Also I try set PerlInterpScope handler (and other)
not help :(
maybe i try recompile apache with prefork mpm and test tomorrow
--
Sergij Borodych
http://bor.org.ua
modperl_ptr2obj: sv_setref_pv(Apache2::RequestRec, 0x8c046d0)
modperl_callback_run_handlers: [10151/3067767696] running 1 PerlAuthzHandler
handlers
MpHandler flags dump (MyModule::authorize):
Anon Off
Autoload Off
Dynamic Off
Fake Off
Method Off
Object Off
Parsed On
modperl_handler_new: [10151/3067767696] new handler
MyModule::here_some_func_that_need_to_run
modperl_callback_run_handlers: callback 'MyModule::authorize' returned 0
modperl_callback_run_handlers: no PerlTypeHandler handlers configured
(/test.html)
modperl_callback_run_handlers: no PerlFixupHandler handlers configured
(/test.html)
modperl_filter_add_request: no OutputFilter handlers configured (/test.html)
modperl_filter_add_request: no InputFilter handlers configured (/test.html)
modperl_ptr2obj: sv_setref_pv(Apache2::RequestRec, 0x8c046d0)
modperl_callback_run_handlers: [10151/3067767696] running 1 PerlLogHandler
handlers
MpHandler flags dump (MyModule::logger):
Anon Off
Autoload Off
Dynamic Off
Fake Off
Method Off
Object Off
Parsed On
modperl_callback_run_handlers: callback 'MyModule::logger' returned 0
modperl_callback_run_handlers: no PerlCleanupHandler handlers configured
(/test.html)