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
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
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
: 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
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