Anyway to list the enabled mod-perl hooks?

Dave Cross davorg at gmail.com
Thu Jan 20 17:01:52 UTC 2005


On Thu, 20 Jan 2005 11:48:24 -0500, Larry Richardson
<larryr2 at bellsouth.net> wrote:
> I've got the standard rpm install of fedora core 2, with mod-perl.  What
> I'm trying to figure out is if there is any way to list the enabled
> hooks in the mod-perl installation (my modperl is from the fedora core2
> rpm).  So far, all my digging through google leads me to believe that I
> will need to recompile mod-perl from source and simply list the hooks I
> want.  It would be nice to just find out the enabled hooks that are in
> my current mod-perl rpm.
> 
> The few tricks I found online to do this have failed (from the
> mod-perl-guide : Apache::MyConfig doesn't exist, and the httpd symbol
> table has been stripped).
> 
> My goal is to get the AuthCookie module to work properly, but the 'make
> test' is having many problems, so I'm trying to eliminate what might be
> wrong (AuthCookie requires that certain mod-perl hooks be enabled).
> 
> Any help is appreciated.

Have you looked at enabling the /perl-status url handler on your web server?

  http://perl.apache.org/docs/2.0/api/Apache/Status.html

Dave...




More information about the fedora-list mailing list