RE: Need help with --activate-module

2009-02-05 Thread Michele Waldman
com] Sent: Thursday, February 05, 2009 6:29 AM To: modules-...@httpd.apache.org Subject: Re: Need help with --activate-module Shibu Narendranathan wrote: > Hi All, > > I am trying to implement a proprietary encryption mechanism on an > existing apache server. > What is des

Re: Need help with --activate-module

2009-02-05 Thread Saju Pillai
Shibu Narendranathan wrote: Hi All, I am trying to implement a proprietary encryption mechanism on an existing apache server. What is desired is the following. ClientServer --|- 1) sends a

Need help with --activate-module

2009-02-05 Thread Shibu Narendranathan
Hi All, I am trying to implement a proprietary encryption mechanism on an existing apache server. What is desired is the following. ClientServer --|- 1) sends a binary message to | 1) receiv

RE: Antwort: Re: Antwort: Need help with --activate-module

2009-02-05 Thread Shibu Narendranathan
: Antwort: Re: Antwort: Need help with --activate-module Check also modules/experimental/mod_example.c for a general view on the module behaviour. You also can use it as a template for writing your own module. Pierre Heim Produktentwicklung Mindlab Solutions GmbH Marktplatz 19 D-73728 Esslingen

Need help with --activate-module

2009-01-28 Thread Shibu Narendranathan
Hi All, I am a newbie to apache modules and having trouble adding a new module of my own. So any help would be very much appreciated. I am referring the book "Writing Apache Modules with Perl and C" by Lincoln Stein & Doug MacEachern and I am trying to write a module in C. In the book, it is ment