RE: Mod_perl Apache to encapsulate legacy protocol

2005-08-16 Thread Chris Werner
Title: RE: Mod_perl Apache to encapsulate legacy protocol One of these approaches should fit my need. Thank you, Christian Werner -Original Message- From: Stas Bekman [mailto:[EMAIL PROTECTED]] Sent: Tuesday, August 16, 2005 10:56 AM To: Tom Schindl Cc: Chris Werner; modperl

Re: Mod_perl Apache to encapsulate legacy protocol

2005-08-16 Thread Stas Bekman
Tom Schindl wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Is this what you are searching for: http://perl.apache.org/docs/2.0/user/handlers/protocols.html There are projects already online which use MP2 to implement their own protocol e.g. SMTP, ... . And sometimes you can extend the H

Re: Mod_perl Apache to encapsulate legacy protocol

2005-08-16 Thread Tom Schindl
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Is this what you are searching for: http://perl.apache.org/docs/2.0/user/handlers/protocols.html There are projects already online which use MP2 to implement their own protocol e.g. SMTP, ... . Tom Chris Werner wrote: > I am in process of porting an

Mod_perl Apache to encapsulate legacy protocol

2005-08-16 Thread Chris Werner
Title: Mod_perl Apache to encapsulate legacy protocol I am in process of porting an existing cgi database application over to Mod_perl2 Apache [and learning Mod_perl at the same time]. I have moved all cgi scripts over to registry scripts and am working on moving to handlers. The app is a