On Monday 17 December 2001 11:52 am, Paul Lindner wrote:
> Hi,
> 
> I'm playing with Apache 2.0's multiprotocol features.  I'm
> starting by porting the old U of MN gopher server code to work
> as a module.  I'm using the ap_hook_process_connection()
> function to call my own routines.
> 
> This seems like it will work just fine.
> 
> However, I was wondering if I could leverage the request
> phases that Apache normally uses to gain per-directory
> configuration instead of using the built-in gopher
> configuration commands.  Basically I just want to override
> the request and header processing with my own code.
> 
> Could I generate my own request_req and process it, much
> like ap_process_http_connnection() works?  I suspect if I
> set the assbackwards flag I'd get the desired behavior..

Yeah, take a look at how httpd-pop3 does this.  That is a CVS
project that fully implements POP3 using Apache 2.0.

Ryan

______________________________________________________________
Ryan Bloom                              [EMAIL PROTECTED]
Covalent Technologies                   [EMAIL PROTECTED]
--------------------------------------------------------------

Reply via email to