Re: why is my module being called for all pages?

2007-08-12 Thread Frank Jones
On 8/12/07, Mark Harrison [EMAIL PROTECTED] wrote: I've got a simple module as detailed below. I based it off of the example module, stripping it down to the smallest example I could. It seems to be working, but it is getting called on all web pages. Can someone loan me a clue as to: 1.

URL encoding/decoding

2007-06-01 Thread Frank Jones
Is there a function in the APR or elsewhere that performs URL encoding/decoding (aka percent-encoding)? I've searched all over for one but haven't found anything. mod_security has these functions but it doesn't export them for some reason.

Re: URL encoding/decoding

2007-06-01 Thread Frank Jones
On 6/1/07, Tim Bray [EMAIL PROTECTED] wrote: On Jun 1, 2007, at 7:53 AM, Frank Jones wrote: Is there a function in the APR or elsewhere that performs URL encoding/decoding (aka percent-encoding)? I've searched all over for one but haven't found anything. mod_security has these functions

Re: Sending email from an Apache content generator

2007-05-31 Thread Frank Jones
On 5/31/07, Nick Kew [EMAIL PROTECTED] wrote: On Thu, 31 May 2007 08:17:13 -0500 Frank Jones [EMAIL PROTECTED] wrote: What's a good way to send an email from a handler module? Is system(mail) OK or is there a better way? That'll work if you don't care about performance or security. Thanks

Re: [EMAIL PROTECTED] mod_dbd and mysql

2007-05-09 Thread Frank Jones
[thread moved from users list] On 5/8/07, Nick Kew [EMAIL PROTECTED] wrote: On Tue, 8 May 2007 08:11:13 -0500 Frank Jones [EMAIL PROTECTED] wrote: However, I don't know what to do if apr_dbd_pvselect using the prepared statement returns 2013 (Lost connection). What MySQL version are you

Re: [EMAIL PROTECTED] mod_dbd and mysql

2007-05-09 Thread Frank Jones
On 5/9/07, Nick Kew [EMAIL PROTECTED] wrote: Aaargh! Sorry, I meant apr_reslist_invalidate. In penance, I'm going to try and find a bug report that discusses the issue. Aha, I think this is the one: http://issues.apache.org/bugzilla/show_bug.cgi?id=39329 It was left open for more reports to