> -----Original Message-----
> From: Lyle Brooks [mailto:[EMAIL PROTECTED]]
> Sent: Friday, August 17, 2001 2:39 PM
> To: Geoffrey Young
> Cc: [EMAIL PROTECTED]
> Subject: Re: Querying Apache Configuration
> 
> 
> It's kinda like writing mod_info as a mod_perl handler, only allow the
> handler to get the data in an object oriented manner from the mod_perl
> interface.

well, that's different :)  most of the info from mod_info can be gathered
using the examples in Apache::Module or using the Apache::Server object.

Apache::Module is on CPAN, but you'll need to apply the below patch 

--Geoff

--- Module.xs.old       Sun Jun  6 14:31:03 1999
+++ Module.xs   Fri Feb 23 13:45:36 2001
@@ -51,7 +51,8 @@
  */
 
 /* $Id: Module.xs,v 1.2 1998/10/23 00:13:57 dougm Exp $ */
-#include "modules/perl/mod_perl.h"
+#include "apache_inc.h"
+#include "mod_perl.h"
 
 typedef int (*handler_func) (request_rec *);
 extern module *top_module;

Reply via email to