in reply to Re^3: mod_perl questions
in thread mod_perl questions

> Have you confirmed that the handler code you showed is getting run?

Yes

Is there any chance you have more than one apache installed on your system?

Nope.

Another possibility is that you might have changed the LogLevel setting from its default.

I tried defferent ones.

> I'd suggest you check the docs that came with your build or ask on the mod_perl list.

Damn. I should have thought about it on my own. Thanx ;)

One more thing. It really pisses off: when there is a syntax error, apache says 'Can't load module...' but does not mention the reason at all. So it becomes a complicated quest to correct such issues.

Thanx,
Artem.

Replies are listed 'Best First'.
Re^5: mod_perl questions
by perrin (Chancellor) on Mar 30, 2007 at 14:24 UTC
    If it's not one of those things, I don't know why warn isn't working for you. It works on every mod_perl I've compiled.

    I load my modules during startup from a startup.pl called from httpd.conf. I seem to get the full error messages when they don't compile.