Re: Help in Writing Apache Modules in C

2004-02-03 Thread ranier
Nick Kew wrote:

On Wed, 28 Jan 2004, Will Lowe wrote:

 

If you're looking for Apache 1.x (not 2.x)
   

Given that he's writing C, and that 2.x is a vastly richer development
environment than 1.3, why should he even consider that?
In 1.3 days, application developers had to resort to all kinds of
add-ons, none of which are in C.  If it had had the power of the
2.0 API, we'd probably still have CGI and PHP at the bottom end,
of add-ons, but the need for backends like Tomcat would probably
never have been felt.
 

Awaiting for a Helping Hand.
 

Suggest looking at existing modules, and reading the nicely-documented
Apache header files.
 

Look at http://modules.apache.org/doc/Intro_API_Prog.html and
   http://www.oreillynet.com/pub/ct/38 and
   
http://threebit.net/tutorials/apache2_modules/tut1/tutorial1.html

Ranier.


Re: Help in Writing Apache Modules in C

2004-01-29 Thread Eduardo Franco
There're two good articles to start learning how to develop an Apache 
module:

http://threebit.net/tutorials/apache2_modules/tut1/tutorial1.html

and the continuation

http://threebit.net/tutorials/apache2_modules/tut2/tutorial2.html

You can also find more information here:

http://httpd.apache.org/docs-2.0/developer/

--
Eduardo Franco
Benedict DSilva wrote:

Thanks for the reply!!

But, I am looking out for an online tutorial which could help me with it.
If you have any, then please do guide me with it.
Awaiting,
Thanks
--BENNY


-Original Message-
From: Will Lowe [mailto:[EMAIL PROTECTED] 
Sent: Thursday, January 29, 2004 11:14 AM
To: [EMAIL PROTECTED]
Subject: Re: Help in Writing Apache Modules in C

If you're looking for Apache 1.x (not 2.x) and you're already fairly
proficient in C, check out the excellent book "Writing Apache Modules
in Perl and C".  It's written mostly with a slant towards Perl but the
concepts all apply and the last few chapters give an excellent
in-depth view of the C interface.
On Thu, Jan 29, 2004 at 10:52:33AM +0530, Benedict DSilva wrote:

Hi All,

I have just joined the group. Please could anyone help me on a tutorial
with

Writing Apache Modules in C.

Awaiting for a Helping Hand.

Thanks & Warm Regards
--BENNY





RE: Help in Writing Apache Modules in C

2004-01-28 Thread Benedict DSilva
Thanks for the reply!!

But, I am looking out for an online tutorial which could help me with it.
If you have any, then please do guide me with it.

Awaiting,
Thanks
--BENNY



-Original Message-
From: Will Lowe [mailto:[EMAIL PROTECTED] 
Sent: Thursday, January 29, 2004 11:14 AM
To: [EMAIL PROTECTED]
Subject: Re: Help in Writing Apache Modules in C

If you're looking for Apache 1.x (not 2.x) and you're already fairly
proficient in C, check out the excellent book "Writing Apache Modules
in Perl and C".  It's written mostly with a slant towards Perl but the
concepts all apply and the last few chapters give an excellent
in-depth view of the C interface.

On Thu, Jan 29, 2004 at 10:52:33AM +0530, Benedict DSilva wrote:
> Hi All,
> 
> I have just joined the group. Please could anyone help me on a tutorial
with
> Writing Apache Modules in C.
> 
> Awaiting for a Helping Hand.
> 
> Thanks & Warm Regards
> --BENNY

-- 
thanks,

Will


Re: Help in Writing Apache Modules in C

2004-01-28 Thread Nick Kew
On Wed, 28 Jan 2004, Will Lowe wrote:

> If you're looking for Apache 1.x (not 2.x)

Given that he's writing C, and that 2.x is a vastly richer development
environment than 1.3, why should he even consider that?

In 1.3 days, application developers had to resort to all kinds of
add-ons, none of which are in C.  If it had had the power of the
2.0 API, we'd probably still have CGI and PHP at the bottom end,
of add-ons, but the need for backends like Tomcat would probably
never have been felt.

> > Awaiting for a Helping Hand.

Suggest looking at existing modules, and reading the nicely-documented
Apache header files.

-- 
Nick Kew


Re: Help in Writing Apache Modules in C

2004-01-28 Thread Will Lowe
If you're looking for Apache 1.x (not 2.x) and you're already fairly
proficient in C, check out the excellent book "Writing Apache Modules
in Perl and C".  It's written mostly with a slant towards Perl but the
concepts all apply and the last few chapters give an excellent
in-depth view of the C interface.

On Thu, Jan 29, 2004 at 10:52:33AM +0530, Benedict DSilva wrote:
> Hi All,
> 
> I have just joined the group. Please could anyone help me on a tutorial with
> Writing Apache Modules in C.
> 
> Awaiting for a Helping Hand.
> 
> Thanks & Warm Regards
> --BENNY

-- 
thanks,

Will


Help in Writing Apache Modules in C

2004-01-28 Thread Benedict DSilva
Hi All,

I have just joined the group. Please could anyone help me on a tutorial with
Writing Apache Modules in C.

Awaiting for a Helping Hand.

Thanks & Warm Regards
--BENNY