Re: extending HTTP 1.1

2003-12-31 Thread Stas Bekman
Jan Algermissen wrote: Hi, I am working on an implementation of a notification system based on HTTP and I need to write a mod_perl-based Apache module that handles the (non-HTTP1.1 MONITOR method). I started using the URI translation phase which works fine, but since I need support for virtual hos

Re: extending HTTP 1.1

2003-12-29 Thread Thomas Schindl
Hello again, for Apache2 take a look at http://search.cpan.org/~stas/Apache-Filter-HTTPHeadersFixup-0.01/lib/Apache/Filter/HTTPHeadersFixup.pm Tom On Mon, 2003-12-29 at 11:27, Thomas Schindl wrote: > Why don't you use Apache2/mod_perl2 where you can create > Protocol-Handlers? > > http://perl.a

Re: extending HTTP 1.1

2003-12-29 Thread Thomas Schindl
Why don't you use Apache2/mod_perl2 where you can create Protocol-Handlers? http://perl.apache.org/docs/2.0/user/handlers/protocols.html Tom On Sat, 2003-12-27 at 17:03, Jan Algermissen wrote: > Hi, > > I am working on an implementation of a notification system based on HTTP > and I need to wri

extending HTTP 1.1

2003-12-27 Thread Jan Algermissen
Hi, I am working on an implementation of a notification system based on HTTP and I need to write a mod_perl-based Apache module that handles the (non-HTTP1.1 MONITOR method). I started using the URI translation phase which works fine, but since I need support for virtual hosts and per-directory c