Re: [EMAIL PROTECTED] Serving dynamic pages with C

2005-11-05 Thread Boysenberry Payne
What list is the Apache Modules list, I'll sign up for that one too. Never hurts to learn new things. Boysenberry boysenberrys.com | habitatlife.com | selfgnosis.com On Nov 5, 2005, at 12:18 PM, Nick Kew wrote: On Saturday 05 November 2005 18:14, Boysenberry Payne wrote: I didn't know it was

Re: [EMAIL PROTECTED] Serving dynamic pages with C

2005-11-05 Thread Nick Kew
On Saturday 05 November 2005 18:14, Boysenberry Payne wrote: > I didn't know it was abandoned, sorry. > Is there going to be an equivalent? With a bit of luck there'll be a real book on the subject:-) On the apache modules list I said "watch this space". I guess this list might just get to hear

Re: [EMAIL PROTECTED] Serving dynamic pages with C

2005-11-05 Thread Boysenberry Payne
I didn't know it was abandoned, sorry. Is there going to be an equivalent? Boysenberry boysenberrys.com | habitatlife.com | selfgnosis.com On Nov 5, 2005, at 12:10 PM, Nick Kew wrote: On Saturday 05 November 2005 18:04, Boysenberry Payne wrote: It probably the best one until this comes out:

Re: [EMAIL PROTECTED] Serving dynamic pages with C

2005-11-05 Thread Nick Kew
On Saturday 05 November 2005 18:04, Boysenberry Payne wrote: > It probably the best one until this comes out: > > http://www.amazon.com/exec/obidos/tg/detail/-/1590594436/002-2785792 > -3636047?v=glance Good grief! That one was abandoned a *long* time ago. Don't say Amazon are taking orders on i

Re: [EMAIL PROTECTED] Serving dynamic pages with C

2005-11-05 Thread Boysenberry Payne
It probably the best one until this comes out: http://www.amazon.com/exec/obidos/tg/detail/-/1590594436/002-2785792 -3636047?v=glance Boysenberry boysenberrys.com | habitatlife.com | selfgnosis.com On Nov 4, 2005, at 5:02 PM, Nick Kew wrote: On Friday 04 November 2005 16:56, Boysenberry P

Re: [EMAIL PROTECTED] Serving dynamic pages with C

2005-11-04 Thread Nick Kew
On Friday 04 November 2005 16:56, Boysenberry Payne wrote: > I good book to check out is Writing Apache Modules with Perl and C by > O'Reilly. Well, it's no doubt better than nothing, but it's too old to apply to much more than CGI-replacement level development with current apache versions. -- N

Re: [EMAIL PROTECTED] Serving dynamic pages with C

2005-11-04 Thread Joshua Kogut
Cool, I should try that out. btw:I am not so great, I know *nothing*. Just have lots of opinions.On 11/4/05, Sean Conner <[EMAIL PROTECTED]> wrote: It was thus said that the Great Joshua Kogut once stated:>> Also, what advantages over perl, php, heck, even asp does C have? Many of > these server-s

Re: [EMAIL PROTECTED] Serving dynamic pages with C

2005-11-04 Thread Sean Conner
It was thus said that the Great Joshua Kogut once stated: > > Also, what advantages over perl, php, heck, even asp does C have? Many of > these server-side languages have syntax that is closely related to C. > There's a better way to do this, and you would be saving yourself alot of > time and eff

Re: [EMAIL PROTECTED] Serving dynamic pages with C

2005-11-04 Thread Boysenberry Payne
I good book to check out is Writing Apache Modules with Perl and C by O'Reilly. http://www.oreilly.com/catalog/wrapmod/desc.html Boysenberry boysenberrys.com | habitatlife.com | selfgnosis.com On Nov 3, 2005, at 6:58 PM, Rob Belics wrote: I would like my Apache server to dynamically create a

Re: [EMAIL PROTECTED] Serving dynamic pages with C

2005-11-04 Thread Peter J Milanese
Original poster.-Sent from my NYPL BlackBerry Handheld.  - Original Message -  From: Joshua Kogut [EMAIL PROTECTED]  Sent: 11/04/2005 11:42 AM  To: users@httpd.apache.org  Subject: Re: [EMAIL PROTECTED] Serving dynamic pages with C OP?? What in the world does that have to

Re: [EMAIL PROTECTED] Serving dynamic pages with C

2005-11-04 Thread Joshua Kogut
OP?? What in the world does that have to do with this. (Define: OP)On 11/4/05, Rob Belics <[EMAIL PROTECTED] > wrote:As far as I'm concerned as the OP, this is off topic and I'm notinterested in hearing more about it. -The official

Re: [EMAIL PROTECTED] Serving dynamic pages with C

2005-11-04 Thread Octavian Rasnita
From: "Joshua Kogut" <[EMAIL PROTECTED]> Also, what advantages over perl, php, heck, even asp does C have? Many of these server-side languages have syntax that is closely related to C. There's a better way to do this, and you would be saving yourself alot of time and effort. A combined idea could

Re: [EMAIL PROTECTED] Serving dynamic pages with C

2005-11-04 Thread Rob Belics
As far as I'm concerned as the OP, this is off topic and I'm not interested in hearing more about it. - The official User-To-User support forum of the Apache HTTP Server Project. See http://httpd.apache.org/userslist.html> for m

Re: [EMAIL PROTECTED] Serving dynamic pages with C

2005-11-04 Thread Joshua Kogut
I am not warring, I am just wondering why C? ALSO, I did not START that php vs perl thread. I dropped the topic and somebody else picked it back up in a new thread. I am just an innocent person wanting to know more. So don't blame me for somebody elses ignoreance. On 11/4/05, Nick Kew < [EMAIL PRO

Re: [EMAIL PROTECTED] Serving dynamic pages with C

2005-11-04 Thread Nick Kew
On Friday 04 November 2005 15:40, Joshua Kogut wrote: > Also, what advantages over perl, php, heck, even asp does C have? Haven't we had enough language wars here in your php-vs-perl thread? Each has its place, and you wouldn't have perl or php - let alone their apache bindings - if someone hadn't

Re: [EMAIL PROTECTED] Serving dynamic pages with C

2005-11-04 Thread Joshua Kogut
]> wrote:   - Original Message - From: Joshua Slive To: users@httpd.apache.org Sent: Thursday, November 03, 2005 8:14 PM Subject: Re: [EMAIL PROTECTED] Serving dynamic pages with C On 11/3/05, Rob Belics <[EMAIL PROTECTED]> wrote: > I would like

Re: [EMAIL PROTECTED] Serving dynamic pages with C

2005-11-03 Thread Sean Davis
Title: Re: [EMAIL PROTECTED] Serving dynamic pages with C   - Original Message - From: Joshua Slive To: users@httpd.apache.org Sent: Thursday, November 03, 2005 8:14 PM Subject: Re: [EMAIL PROTECTED] Serving dynamic pages with C On 11/3/05, Rob Belics

Re: [EMAIL PROTECTED] Serving dynamic pages with C

2005-11-03 Thread Joshua Slive
On 11/3/05, Rob Belics <[EMAIL PROTECTED]> wrote: > I would like my Apache server to dynamically create and serve some web > pages using 'C'. I am not interested in using the default CGI or Perl. > I have gotten myself turned round and round for weeks on how to do > this. I know I need to use the

[EMAIL PROTECTED] Serving dynamic pages with C

2005-11-03 Thread Rob Belics
I would like my Apache server to dynamically create and serve some web pages using 'C'. I am not interested in using the default CGI or Perl. I have gotten myself turned round and round for weeks on how to do this. I know I need to use the API but I don't understand where handlers and module