Re: Practical examples of mod_perl Method handlers?

2001-06-06 Thread Matt Sergeant

On Tue, 5 Jun 2001, Randy J. Ray wrote:

 Are there any CPAN modules for Apache that are examples of writing a method
 handler? The docs in the manpage, the book, and the mod_perl guide are
 pretty much all the same (brief) text. A good example would help a great
 deal. Thanks.

I think this is what you need:

http://take23.org/articles/2001/01/08/intro.xml

-- 
Matt/

/||** Founder and CTO  **  **   http://axkit.com/ **
   //||**  AxKit.com Ltd   **  ** XML Application Serving **
  // ||** http://axkit.org **  ** XSLT, XPathScript, XSP  **
 // \\| // ** mod_perl news and resources: http://take23.org  **
 \\//
 //\\
//  \\




Re: Practical examples of mod_perl Method handlers?

2001-06-06 Thread will trillich

On Tue, Jun 05, 2001 at 04:30:47PM -0700, Randy J. Ray wrote:
 Are there any CPAN modules for Apache that are examples of writing a method
 handler? The docs in the manpage, the book, and the mod_perl guide are
 pretty much all the same (brief) text. A good example would help a great
 deal. Thanks.

you could go to the source (may the schwartz be with you)
for an neat mod_perl concept -- tracking web hits via SQL
database...

http://webtechniques.com/archives/2000/04/perl/index.shtml

i originaly did cut-and-paste and the sucker nearly worked
for me right out of the box. i've since tweaked the heck out of
it, for my own nefarious purposes...

-- 
#95: We are waking up and linking to each other. We are watching. But
we are not waiting.  -- www.cluetrain.com

[EMAIL PROTECTED]
http://sourceforge.net/projects/newbiedoc -- we need your brain!
http://www.dontUthink.com/ -- your brain needs us!



Practical examples of mod_perl Method handlers?

2001-06-05 Thread Randy J. Ray

Are there any CPAN modules for Apache that are examples of writing a method
handler? The docs in the manpage, the book, and the mod_perl guide are
pretty much all the same (brief) text. A good example would help a great
deal. Thanks.

Randy
--
---
Randy J. Ray | Buy a copy of a baby naming book and you'll never be at a
[EMAIL PROTECTED] | loss for variable names. Fred is a wonderful name, and easy
+1 408 543-9482  | to type. --Roedy Green, How To Write Unmaintainable Code



Re: Practical examples of mod_perl Method handlers?

2001-06-05 Thread Ken Williams

[EMAIL PROTECTED] (Randy J. Ray) wrote:
Are there any CPAN modules for Apache that are examples of writing a
method handler? The docs in the manpage, the book, and the mod_perl
guide are pretty much all the same (brief) text. A good example would
help a great deal. Thanks.

Apache::AuthCookie uses method handlers.  Several subclasses of it also
exist, like Apache::AuthTicket, Apache::AuthCookieDBI, and whatever DIY
module you build to use AuthCookie itself.


  ------
  Ken Williams Last Bastion of Euclidity
  [EMAIL PROTECTED]The Math Forum