On Thu, 11 Apr 2002, Puneet Kishor wrote:

> I think I wrote too soon... my Apache/mod_perl combo is back to the same
> as it was... that is, not working without any error messages.

But isn't it supposed to not work unless it offers error messages?

;)

It's only a partial remedy, but are your mod_perl related config statments
wrapped in an appropriate <if...> block?

    <IfModule mod_perl.c>
        PerlSendHeader On
        PerlHandler Apache::Registry
        AddHandler perl-script .mpl
    </IfModule>

Etc. That might help to compartmentalize the errors. If you have
continuing errors though, you might want to look over the archives of --
and maybe sign up for -- the mod_perl list. Chances are this is a general
mod_perl issue, as opposed to a specific MacOSX issue. See lists.perl.org
and, specifically (but among others) the mod_perl users' list at
http://lists.perl.org/showlist.cgi?name=modperl-user


--
Chris Devers                                [EMAIL PROTECTED]
Apache / mod_perl / http://homepage.mac.com/chdevers/resume/

"More war soon. You know how it is."    -- mnftiu.cc


Reply via email to