Re: Maintaining modules.mk for modules with multiple sources... (solved)

2010-09-24 Thread Mike Meyer
On Wed, 22 Sep 2010 22:08:17 -0400 Mike Meyer wrote: > I'm working on a module whose source is spread across multiple > files. About the time I was adding the seventh file's .lo & .slo, I > decided "The computer should be doing this", and did what I thought > was a standard make hack: > > C_FILE

Re: determine if mod called via ssl request

2010-09-24 Thread J.D. Mullin
I'll give that a try. thanks Ben. On Tue, Sep 21, 2010 at 9:38 AM, Ben Noordhuis wrote: > On Tue, Sep 21, 2010 at 17:24, J.D. Mullin > wrote: > > It seems like I am missing some very simple way to tell if the request > was > > made via https, but I have scanned all of the structures available f

Possible bug in rules.mk?

2010-09-24 Thread Mike Meyer
In trying to get my module makefiles working properly, I noticed two things that seem to be at odds with each other (this is the 2.2 distro; apologies if it's fixed later): 1) modules.mk typically makes the *.la file depend on the *.slo files. 2) build/rules.mk in the distro changes the output of

Bounces from this list

2010-09-24 Thread Nick Kew
Who manages this list these days? Can someone remove this bouncing address? This is the third bounce I've had, and I expect everyone posting here is getting them. -- Nick Kew Begin forwarded message: Date: Fri, 24 Sep 2010 16:05:17 GMT From: [email protected] To: [email protected]

How can I see HTML response of web server (Apache)?

2010-09-24 Thread Mithilesh Kr. Mishra
Dear all I am willing to develop some module to look into the content of web server response against any query (from browser) in order to do some on-the-fly processing and filtering of some of the HTML tags to specialize that response of web server. Any help/guidance is thankfully awaited. --

Re: How can I see HTML response of web server (Apache)?

2010-09-24 Thread Prashant Kulkarni
Hi, U can develop Output filter for ur task -- Prashant Kulkarni On Sat, Sep 25, 2010 at 9:34 AM, Mithilesh Kr. Mishra wrote: > Dear all > > I am willing to develop some module to look into the content of web server > response against any query (from browser) in order to do some on-the-fly >